Alice
Alice
I'm running a MCMC algorithm with the following basic structure. I'm using Julia 1.7.2 on MacOS. ``` try while true disable_sigint() do for i in 1:5 # Slow, critical, interrupt...
Ran prosopopee directly in the example/ directory and it throws the following error ``` Traceback (most recent call last): File "/Users/alice/miniconda3/bin/prosopopee", line 33, in sys.exit(load_entry_point('prosopopee==1.1.4', 'console_scripts', 'prosopopee')()) File "/Users/alice/miniconda3/lib/python3.8/site-packages/prosopopee-1.1.4-py3.8.egg/prosopopee/prosopopee.py", line...
I was able to use the conda recipe after prepending the following line in build.sh `export LDFLAGS="-undefined dynamic_lookup -bundle"` Without -undefined dynamic_lookup the linker will complain about missing symbols. The...
I'm running a MCMC algorithm with the following basic structure. I'm using Julia 1.7.2 on MacOS. ``` try while true disable_sigint() do for i in 1:5 # Slow, critical, interrupt...
I was able to get my Logitech F310 controller to work *almost* completely with Cemu on my Mac M2 running Ventura. Cemu is running absolutely great through Rosetta 2. I...
### Is this a feature request or a bug? Feature request ### What is the current behavior? The firefox-desktop launcher relies on `findFreeTcpPort()` and passes it to `firefox-bin` with `--start-debugger-server...
By default the `pinodexmr` user has a `NOPASSWD` tag in `/etc/sudoers`. Many daemons like `monoerod` and `p2pool` are executed with `pinodexmr` privileges. Depending on your setup those daemons might expose...
I like spinners with my `ProgressUnknown()`, so here's a collection of 110 of them. The first 89 are stolen (with credits) from https://github.com/briandowns/spinner, the rest (90-110) I had fun creating...
When downloading from a large manifest, all files are dumped in the same directory with no control beyond `--destination`. When multiple studies and body-sites are included, if would help if...