Mildred Ki'Lya

Results 112 issues of 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...

pending clarification
needs repro
stale-bot
temp-stale

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)...

enhancement
player
template ignored

### 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...

RFE 🎁
pid1

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...

feature

The following example is causing a crash: ```yaml #@ def func1(): hello: world --- new: document #@ end --- #@ func1() ``` The error: ``` - (p) expected to find...

error msg improvement
priority/unprioritized-backlog

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...