I need a little help with this I recently asked a different question on this same script Now I have my scripted working for me and found a new issue Here is
I have a prolog-file (name definitions.pl) of this kind of type: :- module(definitions,[]). :-op(699, xfx, :=). :-op(599, xfy, ∪). C := (A ∪ B) :- u
I need to use SSH keys inside a container during build stage and I do that with RUN echo "${SSH_KEY}" > /root/.ssh/id_rsa Where SSH_KEY is build arg. The pr
Hi I am trying to implement such a functionality where i need to make sure that the api is going through gateway so have created a apim and i need to extract h
I have a problem with sharing .txt file in android (Kotlin). Sharing simple text isn´t problem. But I need share this file via Bluetooth, Gmail etc. Every
My first auto complete is working fine but the second auto complete that totally depends on the selection of the first and it will display the data then filter
NetBeans 12.4. The editor does not see lombok annotations and considers them to be errors. Maven project. <dependency> <groupId>org.projectlombok&
I use .prettierrc with settings: { "semi": false, "tabWidth": 2, "singleQuote": true, "bracketSpacing": true, "printWidth": 100, "trailingComma": "n
My makefile CC := cc CFLAGS := -g SRCDIR := src BUILDDIR := build INCDIR := inc TARGET := bin/runner SRCEXT := c INCEXT := h SOURCES := $(shell find $(SRCDIR)
For my job I need to do a git rebase of my feature branch onto the development branch. These are my commands thus far to prepare the rebase: git checkout featur