410 questions
0
votes
1
answer
58
views
How would you generate a copy of a Yocto project's man pages for offline references?
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 ...
0
votes
1
answer
48
views
Manually discretized ODE using PYOMO
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 ...
1
vote
2
answers
167
views
R package: author appearing in the manual
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....
0
votes
0
answers
86
views
Manual folding in vim
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(&...
-1
votes
1
answer
577
views
How can I run a pipeline automatically, taking a value from the context, or manually with a default value?
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:
- ...
-1
votes
2
answers
102
views
bash function for man utility not converting into PDF file
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 ...
0
votes
2
answers
788
views
AWD RDS final manual snapshot are full or incremental ? final manual snapshot can be restore, event if deleted you taken all other manual snapshots
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 ...
3
votes
1
answer
78
views
How assignments can start with an open parenthesis in Lua?
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 ...
0
votes
0
answers
238
views
How to tell PIP that pyspark has already been installed?
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 ...
0
votes
1
answer
427
views
Build boost from source with manually built gcc compiler in cluster
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 ...
0
votes
0
answers
104
views
Looking for the Lua 4.1-alpha manual
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 ...
1
vote
0
answers
70
views
Run GitLab job when all previous jobs passed or otherwise be able to run it manually
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 ...
1
vote
0
answers
349
views
Autostart of gitlab jobs at a certain commit and manual start in other cases
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 == &...
1
vote
1
answer
908
views
Gradle still downloads dependencies already available in local repo
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 ...
0
votes
1
answer
1k
views
Installing Gradle manually on Intellij
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 ...
1
vote
0
answers
159
views
CodenameOne WebRTC CN1LIB Serverless, Manual Signaling
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=...
0
votes
1
answer
118
views
revision specification <rev>^{<type>}
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 ...
2
votes
1
answer
739
views
Error code: insufficient values in manual scale
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",
...
0
votes
1
answer
269
views
nginx + upstreams and switch upstreams by arg from url
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 &...
0
votes
2
answers
841
views
Manual Testing in Devops Pipeline
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 ...
0
votes
1
answer
722
views
Custom FB Login Flow
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 ...
1
vote
1
answer
139
views
Missing clarification in the OCaml manual about unboxed/boxed
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....
3
votes
2
answers
176
views
What are the supported editing commands for the GNU APL line editor (∇-editor)?
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 ...
0
votes
1
answer
113
views
R devtools: package documentation on first page of the manual
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...
...
1
vote
1
answer
2k
views
Forest plot with data introduced manually in R
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 ...