-
I am storing my API Tokens in a .env file.
I am using Bun, but I believe this applies to any .env file parser, the '$' is reserved for substitution and this causes issues when using the API Token wit…
-
The `app.js` file is huge, disorganised, unformatted, has 1 giant app `state`, is a class component, and lacks types. I want to make `app.js` and changing Typey Type more manageable.
## Background
…
-
Hey!
It seems to be that in default v13 setup RTE tags are parsed to FE for example: `text`.
Changing TS to `lib.parseFunc_RTE.allowTags := addToList()` eliminates the issue.
-
**Describe the bug**
If a struct contains a field annotated with `#[serde(flatten)]`, it cannot be deserialized by sonic.
**To Reproduce**
__Cargo.toml__
```
[package]
name = "repro"
vers…
-
After a few hours, you will disconnect from the chat server and stay disconnected until you restart the client. I don't know if the proxy randomly terminates connection or something else happens. The …
-
This is just to inform you that with the new ags (aylurs-gtk-shell) breaks the AGS overview
https://github.com/JaKooLit/Arch-Hyprland/issues/173
I dont have immediate plan atm as I am outside count…
-
When fixing issues with the specification, the most correct option is often a breaking change, and we have to implement workarounds instead, such as reusing existing classes with optional fields. We m…
-
### Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](…
-
#### Description
During debugging of VXLAN EVPN using unified vs split configuration, the same BGP configuration is made with one exception, the setting of `no fpm use-next-hop-groups` is forcibly …
-
[rdev](https://crates.io/crates/rdev)'s `display_size()` on systems with more than one monitor returns the dimensions of all the monitors combined which breaks the image down-sampling optimization as …