Matthew Anderson
Matthew Anderson
See dungeon-revealer/dungeon-revealer#1545. Windows is periodically deleting individual files from the temporary directory that the caxa binary is extracted into. This means that the extracted node binary tries to run in...
From scrid2000 on Discord: ``` D:\DnD\Dungeon Revealer>"D:\DnD\Dungeon Revealer\dungeon-revealer-windows.exe" node:internal/modules/cjs/loader:930 throw err; ^ Error: Cannot find module 'C:\Users\SCrid\AppData\Local\Temp\caxa\applications\dungeon-revealer-windows\3bn3q6shhl\0\server-build\index.js' ←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:927:15)←[39m ←[90m at Function.Module._load (node:internal/modules/cjs/loader:772:27)←[39m ←[90m at Function.executeUserEntryPoint [as runMain]...
- [x] create conda package recipe - [ ] get package on [conda-forge](https://conda-forge.org/) (probably in a separate repo) - [ ] create conda constructor A conda constructor would make installer...
We have so many fonts in [public/fonts](https://github.com/dungeon-revealer/dungeon-revealer/tree/master/public/fonts). Most of them were added 7 years ago. Which of these do we still use today? Can we get rid of the others?
In the earliest days of this project, some images were directly committed to the repo :disappointed: This has made the repo unnecessarily large. It's currently (874081c) at 98M. You can...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
This changes the extraction directory to the user cache using [`os.UserCacheDir()`](https://pkg.go.dev/os#UserCacheDir). Fixes #37. Related to #20.
This adds a [VS Code devcontainer](https://code.visualstudio.com/docs/remote/create-dev-container) with `node` and `go` installed. It's optional to use and eases development environment setup for VS Code users :smile:
Fixes #281. This supports the [brace format](https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#injecting-classes-ids-and-attributes) in superfences. The blocks are processed the same as normal markdown code blocks. The only difference is the `before` line. ### TODO -...
Occasionally the `arm64` image [fails to build](https://github.com/dungeon-revealer/dungeon-revealer/actions/runs/4448259241/attempts/1) due to a network error during `npm install`: ``` #31 [linux/arm64 dependency-builder 5/5] RUN npm install #31 651.2 npm ERR! code ERR_SOCKET_TIMEOUT #31...