Johannes Maron

Results 48 issues of Johannes Maron

Hi there, This is just what I was looking for, really appreciate the good work

### Discussed in https://github.com/codingjoe/django-select2/discussions/282 Originally posted by **CleitonDeLima** May 29, 2024 If include a field checkbox in `dependent_fields`, the `'on'` value is sent to the view regardless of whether the...

enhancement

Hi there 👋, Love what you've been doing here! I noticed that the vidstack package ships with `unplugin` as a dependency, where it should be a development dependency, right? https://github.com/vidstack/player/blob/47e01471415aa4f295a24a697f3bcf0eb6af91d5/packages/vidstack/package.json#L44...

bug

Hi there 👋, I don't know if this repo is still active. But I recently did a channels integration and wrote web components that could hook to a socket. We...

Hi there 👋, The values shown below are the old config values, not the new once. ``` heroku config:set WEB_MAX_REQUESTS=512 WEB_BACKLOG=1024 Setting WEB_MAX_REQUESTS, WEB_BACKLOG and restarting ⬢ xyz. ⣟ ›...

on-call reviewed

ES6 iterators support the new for..of syntax. Since a `Collection` wraps an `Array`, we can lean on ECMAScript's new iterator delegation. Resolve #679 I am working on [esupgrade](https://github.com/codingjoe/esupgrade) a tool...

CLA Signed

Howdy, y'all 👋, I wanted to use a `for .. of`-loop on a `Collection` and noticed that it isn't an iterable. The fix would be rather simple; the class needs...