-
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
…
-
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 …
-
I have multiple tables with one-to-one and one-to-many relationships, for example:
```prisma
model Delivery {
id Int @id @default(autoincrement())
items DeliveryItem[]
delivered_at …
-
UnliftIO increases costs and there is no need to have it in this library - it is better to keep library code in IO monad and have applications that use UnliftIO wrap it.
It would be a breaking chan…
-
### System Info
I am not sure why the CI keeps breaking.
Currently, the downloaded packages are cached to Github / via GH actions.
Example:
https://github.com/michaelfeil/infinity/actions/…
-
**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…
-
#### 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 …
-
I think using @ prefix for binding definition was not a good idea. It leads to increasing complexity and involves unnecessary string parsing logic under the hood. So I think this should be deprecated …
-
### Describe the bug
When passing a `HTMLAudioElement` to `createAudio`, the `state.player` gets updated, however the original listeners aren't updated. (Also, any previous listeners aren't removed.)…
-
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.