ASTRELION
ASTRELION
API issue: https://github.com/5e-bits/5e-srd-api/issues/361 I'd like to propose a new optional field for spells similar to `damage_at_slot_level`: `casts_at_slot_level`. `casts_at_slot_level` holds the value of how many times a specific spell is cast...
Database issue: https://github.com/5e-bits/5e-database/issues/541 I'd like to propose a new optional field for spells similar to `damage_at_slot_level`: `casts_at_slot_level`. `casts_at_slot_level` holds the value of how many times a specific spell is cast...
Similar to https://github.com/glideapps/quicktype/issues/2385, generated code can still override the built-in `Option` type when an array field is named `options` in the JSON data (I'm assuming since it makes the word...
It would be useful to turn on enum inference for certain fields in types, like "index" fields, since they may become numerous but are often short and unique. At the...
**Describe the bug** I'm working on adding some converters for some brokers and looking at the Coinbase converter for inspiration, and it seems that the Coinbase converter doesn't work if...
I have a strange issue where `uploadMedia` will fail with an Axios 500 error only if a `description` is provided, it's running in Docker, and seemingly any other client function...
I have a small lobby server that is just an island floating in an empty world that idles (no players in the world and paused) around ~2% CPU usage. I...
My project runs a subclass of StreamListener in a thread that listens for `on_notification` and `on_conversation`. It has been working fine for a couple years, but just recently I've been...