-
### What did you expect to happen?
Atuin shouldn't crash just because the I'm using non-unicode bytes in filepaths
### What happened?
With atuin installed, run:
```sh
mkdir $'\xff'
cd $'\xff'
…
-
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 …
-
Filesystem implementation from C++ standard library requires macOS 10.15.
Considering the project targeting retro games, such minimal OS requirement seems to be rather harsh.
wxWidgets 3.1.x needs 1…
-
To get 1.6.5 compiled on current macOS Sequoia 15 with brew:
```
git clone https://github.com/marscoin/marscoin.git
cd marscoin
git checkout master-1.6.5
git pull
brew install autoconf automak…
-
I can't build the source code.
**Describe the bug**
When I follow the steps in the [docs](https://drogonframework.github.io/drogon-docs/#/ENG/ENG-02-Installation?id=macos-122), it failed to buil…
vzool updated
1 month ago
-
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…
-
Ideally, we support a wide range of different object stores and filesystems. That way users can run Restate also w/o an object store. Moreover, the upload process should happen in the background.
L…
-
Feature Description
A virtual filesystem (vfs) for use within sokol-luajit to allow for packaging of resources and decoupling from platform io.
Usage
The vfs shall work with sokols fetch system…
-
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…
-
we can use "ghc/fs_pwd.h" "ghc/fs_impl.h" as .h and .cpp at shared library
but can't export filesystem class and function at .so
if that can support, will be easy to use filesystem like std
…