-
"The command-line output is modeled after Lincoln Stein's torture.pl script"
Where can I find this script? I think the old website is down.
-
Hello! Thank you for the useful script.
I noticed that, when converting workflows containing [efficiency nodes](https://github.com/LucianoCirino/efficiency-nodes-comfyui), the obtained script fails…
-
The job scheduler script for Slurm in the documentation uses a for loop to submit jobs:
```
#!/bin/bash
for i in {1..{n_jobs}}
do
sbatch script_redis_worker.sh
done
```
However this is n…
-
```
Hello,
thank you for your great work!
I'm using 1.0.0+svn201407270103~ubuntu10.04.1
What steps will reproduce the problem?
1. Select an object (Face, Line, Point) and create a Script Operation
…
-
```
Hello,
thank you for your great work!
I'm using 1.0.0+svn201407270103~ubuntu10.04.1
What steps will reproduce the problem?
1. Select an object (Face, Line, Point) and create a Script Operation
…
-
# How to access the new Python scripts for the 2024 midsemester essay experiments?
The midsemester essay requires you to run some Python scripts that perform experiments using G-Cubed 2R. You need …
-
## 🐛 Bug report
I'm trying to implement nebula in my NextJs 14 app but I cannot get the package to run at all I keep getting this error:
Attempted import error: 'embed' is not exported from '@ne…
-
As briefly discussed in #59 and #174 the unsteadiness of the output due to dynamically resized panes and the unavoidable output of gdb is a PITA when single-stepping and staring at e.g. variable numbe…
-
If I copy ts-browser down to my project locally, and load the module as so:
```
import {loadModule} from './ts-browser/src/ts-browser.js';
loadModule('./index.ts');
```
It…
-
Surely by now people have realised that deleting multiple keys at once (something like del key:*) is incredibly useful, especially for devs like me that have to hunt down the same verbose LUA script e…