-
the current .vox file format doesn't save the editor, especially the Render, settings
i suggest to create a new chunk 'EDTR' and save all editor's settings as a JSON (eventually zipped, so to freel…
-
## 🚀 Feature
The navbar can get a bit crowded over time and it's a common doc pattern to use a sidebar version dropdown
The APISIX website already built this:
https://apisix.apache.org/docs/a…
-
Reason is simple : the way we marked up the data in the CTS 3 is far from the CTS5. As we move to CTS5, I need to move to that. Coding retrocompatibility might be a burden right now.
What you say @ba…
-
I have been looking at the codebase, and it looks like you are calling the formats of the files as backends. However, you also look like willing to implement different backends, such as Environment ba…
-
According to [ivadomed's naming convention](https://github.com/ivadomed/ivadomed/wiki/repositories), model repositories should follow this convention: `model_task_animal_region_contrast_architecture`
…
-
Currently, the description of BeaconError is "Beacon-specific error. This should be non-null in exceptional situations only, in which case exists has to be null."
I believe that being precise in the…
-
### Problem
Different mods might have to rely on what's the server default physics setting (e.g. to restore it), but there's no way to know what default is
### Solutions
Provide a `minetest.D…
Zughy updated
4 months ago
-
Hello,
the AzureServicebus plugin for FluentStorage is implemented with the package `Microsoft.Azure.ServiceBus` wich is deprecated since 2021. I cannot use it in any of my projects cause conflicts w…
-
```
This issue was created by revision 11c26abf41fa.
>>> >> SHA-1 (used by FMF in /libs/utils/global.cpp to hash password) is a
>>> >> message digest, not a secure password hashing algorithm.
>>> >> …
-
Accumulating error enables to get and return all occured errors during Json decoding:
```scala
import zio.json.*
case class User(name: String, age: Int)
given JsonDecoder[User] = DeriveJsonDec…