-
I now have a streamlined project for which I'd like to run Veusz on the command line without to a pdf file, rather than opening the interface (which is otherwise extremely helpful for development!!!).…
-
As of now, it looks like the main use case for cpustat is interactive. As the provided metrics are super useful, it would be nice to have a batch mode that allows the background logging of the metrics…
-
Skipping instances like
```matlab
iproblem = -1
while (true)
iproblem = iproblem + 1
problem = cocoSuiteGetNextProblem(suite, observer);
if ~cocoProblemIsValid(problem)
brea…
-
This is a feature request, nothing really important but a nice to have.
When extracting different observables with the mesh converter, only one can be selected at a time. It would be nice if a arra…
-
Hi,
First of all, thank you for sharing those awesome plugins! I compiled them for linux and manage to use them in an interactive session without any issues but have an error message when using the…
-
SOS Version: sos-4.7.2-3.el9.noarch
```
$ man sos-collect |grep -A1 -e '\-\-batch$' -e '\-\-password$'
--batch
Run in non-interactive mode. This will skip prompts for user i…
-
Batch mode
We want to mark a chat with a flag (will provide icon):
Setting this flag will open a popup to explain:
============================================
By setting this flag the chat will a…
-
How to get specific values of keys in batch mode? The output might be very long and takes quiet a while to get the desired information, so I am wondering is it possible to get multiply key-value pairs…
-
For this particular dataset, the naive approach takes about 1s per image including read/write if I use this naive approach. I can see the GPU utilization going up and down as well.
![image](https:/…
-
## Expected Behaviour
```
neomutt -F /dev/null -B -e 'lua-source /dev/shm/a.lua'
```
Work.
## Actual Behaviour
Couldn't source lua source: cannot open : No such file or directory…