Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

Often in embedded systems, storage is a bit limited. Hence, you rather not bundle in all the man pages onboard. Later on, I still want to access the manual pages for the specific package versions ...
Brian's user avatar
  • 608
0 votes
1 answer
48 views

I am trying to solve an ode within the pyomo framework, using the forward euler method. I wrote down the discretization scheme explicitly but the result is not as expected. From the pyomo model the ...
dnma's user avatar
  • 1
1 vote
2 answers
167 views

I m building a basic package with devtools (think of a package containing only an Hello World function). My DESCRIPTION file is simply: Title: What the Package Does (One Line, Title Case) Version: 0.0....
G. Ander's user avatar
  • 306
0 votes
0 answers
86 views

When manual folding is active, I fold lines 21-23 in the following code, 19 while (fgets(line, LINESIZE, fp)) { 20 line[strlen(line)-1] = '\0'; 21 if (regexec(&...
user avatar
-1 votes
1 answer
577 views

I have a CI that runs when a tag is created, but I would like to be able to run it manually as well. Unfortunately, the CI uses the tag name to set the name of the artifact. I tried this: stages: - ...
SteeveDroz's user avatar
  • 6,164
-1 votes
2 answers
102 views

My bash function no longer works properly since migration to M2 processor. I cannot get it to convert into a pdf file, because it keeps adding my home directory into the parameter after the -t ...
AEGIS's user avatar
  • 180
0 votes
2 answers
788 views

I would like to delete my DB instance.before delete I will create final manual snapshot. I understood snapshot is not full backup.it is incremental.which means that only the data that has changed ...
April Oo's user avatar
3 votes
1 answer
78 views

While reading the Lua manual I came upon this part: Both function calls and assignments can start with an open parenthesis. This possibility leads to an ambiguity in Lua's grammar. Consider the ...
Ashutosh Biswas's user avatar
0 votes
0 answers
238 views

I installed a custom-built version of Spark, and set SPARK_HOME and PYTHON_PATH to the corresponding folders, as per this guide Then I used pip to install some python package, which has pyspark as a ...
Averell's user avatar
  • 853
0 votes
1 answer
427 views

I am trying to compile Boost 1.79.0 in a cluster using the GCC compiler version 12.1.0 that I have compiled manually since the GCC version of the cluster is very old. After compiling GCC, I have ...
K. Mountris's user avatar
0 votes
0 answers
104 views

It seems to be as much of a unicorn as the source code itself. Can't find it on the official Lua page or google. Anyone who still has it? The manual included with the 4.1 source code is the 4.0 ...
Szczekus's user avatar
1 vote
0 answers
70 views

I have a pipeline consisting of build, test1, test2, deploy. I want the deploy to be run always when test1 and test2 stages are successful but, in case some of them fails (can be both) I want to be ...
Germán González's user avatar
1 vote
0 answers
349 views

How in gitlab to make the job run automatically if there is a commit with sending a message, and so that the same job is run manually in all other cases? I try: rules: - if: '$CI_COMMIT_MESSAGE == &...
RMNTRVN's user avatar
  • 81
1 vote
1 answer
908 views

I have set gradle up to use a local maven repository (gmaven_stable file) using the "offline.gradle" file method in the ".gradle\init.d" directory. I constantly update the local ...
RICHARD APPOW's user avatar
0 votes
1 answer
1k views

How do I install downloaded Gradle for Windows OS on Intellij? I've tried to unzip the folder then copying it in a Gradle folder I created on Local Disk C, I've also added the path in the Enviroment ...
olajumokeolarewaju's user avatar
1 vote
0 answers
159 views

I am trying to breakdown the process of the webrtc signaling using the PeerConnectionStates Demo by copying the signaling strings manually like as in here Youtube:https://www.youtube.com/watch?v=...
Chief O's user avatar
  • 65
0 votes
1 answer
118 views

Found in git 2.32.0 help, section gitrevisions, cit.: <rev>^{<type>}, e.g. v0.99.8^{commit} A suffix ^ followed by an object type name enclosed in brace pair means dereference the object ...
user avatar
2 votes
1 answer
739 views

I am trying to run a hypothesis test using the following code: library(statsr) inference(x= sex, y = natheal, data = dataset, statistic = "proportion", type = "ht", ...
Jessica Lyons's user avatar
0 votes
1 answer
269 views

I searched many forums , found many similar topics, but none works for me( I have this configuration: upstream 8083 { server 127.0.0.1:8083; } upstream 8084 { server 127.0.0.1:8084; } split_clients &...
Boris G.'s user avatar
0 votes
2 answers
841 views

We are currently doing traditional waterfall model where we have manual and automation tests in SIT and UAT environments. We are moving to Agile/Devops and I am working on POC on Devops. Based on my ...
user7890's user avatar
0 votes
1 answer
722 views

Good day all. I follow the "manually build a login flow" (Manually Build a Login Flow) instructions to create my login. When I try to log in, though, it doesn't ask me to re-authenticate ...
The Chau's user avatar
1 vote
1 answer
139 views

The OCaml manual states: As another optimization, unboxable record types are represented specially; unboxable record types are the immutable record types that have only one field. (https://caml....
Olle Härstedt's user avatar
3 votes
2 answers
176 views

The GNU APL documentation on the line editor seems to assume one already knows how to use it. I only see mention of what commands/syntax '... are not fully supported in GNU APL'. Compare with the ...
Russtopia's user avatar
0 votes
1 answer
113 views

How do I make devtools::build_manual put package documentation on the first page of the manual? #' flowNet: Mapping the Topology of Single Cell Data #' #' Some text... #' #' @section Some more text... ...
Jeff Bezos's user avatar
  • 2,343
1 vote
1 answer
2k views

I have just recently received some data from my university. I have been ordered to create a forest plot with Odds ratios but the main problem is that I do not have access to the dataset except for the ...
Juan Pablo's user avatar

1
2 3 4 5
9