-
Currently, the procedure to delete a ZIM is a bit complex / long:
- we first need to put the imager in maintenance, ensuring there is no running job
- then we delete the file
- then we regenerate the …
-
Emscripten lacks developer resources. We all scramble for clues and reverse engineer Emscripten code every time Playground needs an adjustment in the build pipeline. Let's centralize our efforts and u…
-
This may be a simple support request but I've looked through the list of available plugins & don't see one that's applicable.
On Linux (Ubuntu 16.04) my Library has only a single Scan Directory (~/Mu…
-
Stub to add the ability to import a sound from the filesystem. We support this functionality in the legacy Android app and it's useful for folks who use other sounds recording / editing apps.
Immed…
-
Thank you for your work on updating this library. I am trying to use this with a CUDA 12.4 driver. I changed the environment yaml to the following:
- python ==3.9
- pytorch=2.0.1
- torc…
-
# Description
See https://github.com/freedomofpress/securedrop-export/pull/69 and https://github.com/freedomofpress/securedrop-client/pull/1226 where we introduced semgrep, custom rules, and some s…
-
Mono performs a lot of location probing when trying to find a shared library managed code tries to p/invoke into. This is not necessary on Android which won't have any DSOs in any of the locations pro…
-
**Is your feature request related to a problem? Please describe.**
I would like to add compiled libraries with kernels builds.
**Describe the solution you'd like**
Add 3 state vectors to `Pro…
-
Related to #1915, building Cinder as shared library fails because the (static) boost-filesystem version that is shipped along Cinder has been built without PIC. Passing -DCINDER_BOOST_USE_SYSTEM=1 res…
-
Hello,
I've been able to create a Emscripten’s filesystem image with a small CRAN-like repo with a few R packages (haven and jsonlite) and mount from the local filesystem using node.js, as shown be…