Mildred Ki'Lya
Mildred Ki'Lya
**Describe the bug** When using a component with `bind:property={property}`, the binding function generated by this is invalidating more than necessary in the parent component, and this is causing an infinite...
I have a project with many duplicate keys in a single locale caused by a misconfiguration (some locale files were not included). After fixing the configuration, running `i18n-tasks normalize` dropped...
### Checklist - [X] I am able to reproduce the bug with the [latest version](https://github.com/TeamNewPipe/NewPipe/releases/latest). - [X] I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed)...
### Component systemd ### Is your feature request related to a problem? Please describe It seems templated slice are not possible. My use case is that I start a templated...
It would be great if load balancers created by the cloud-controller could attach themselves to specific floating IP addresses. It would allow pre-provisionning an IP address and a DNS record,...
See: https://en.wikipedia.org/wiki/Parallax_scrolling It would be nice to have the ability to set a background image that would scroll using this method. Giving the illusion of 2.5D or 3D in the...
The following example is causing a crash: ```yaml #@ def func1(): hello: world --- new: document #@ end --- #@ func1() ``` The error: ``` - (p) expected to find...
This is a first draft that implements websocket proxying. I'm not sure it works very well, but it's a first try.
I tracked down ittelevant errors shown, and I could trace it back to the db_sqlite package with the following example code: ```nim import db_sqlite proc connect*(dbfile: string): DbConn = result...