Quentin Raynaud

Results 21 issues of Quentin Raynaud

I'm working on an app for fun and decided to use aurelia-ux to try it out. Doing so, I stumbled on the following bug: ``` TypeError: _this.optionWrapperEl is null vendor.aurelia-ux~3acd81b0.6e7494126752752e4a04.chunk.js...

I'm using pug & webpack and found out that ```html ``` was not working. After looking into the codebase I found out that this seems to fix the issue though...

- if `select2.options.separator` is used, then act accordingly - if angular is loaded with jQlite (probably because jQuery was loaded after angular), keep things working

I also fixed the index.d.ts to also export the `parent()` definition. Fix #65. Possibly fix #64.

I have a very nested structure and need have the following getter for one of my object: ```ts const getParent = (doc: Document | any): any => { return doc...

Hi, I just tried `tydom2mqtt` but I can’t get it to work. It connects successufully to both the tydom box and the MQTT broker but it does not seem to...

I believe nodedb should support Buffer as a standard input type because they are the (only ?) "correct" way to handle binary in nodejs. I also believe undefined is quite...

I have an alias in my config on log that is basically `log -G`. It breaks vizion because log does not print data as it expects. It can be easily...

### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version 9.1.3 ### Which area(s) of pnpm are affected? (leave empty...

type: bug

Hi! I've been thinking about how to make `coerce` something more powerful and generic than what it is right now and I think I found an elegant solution. Not knowing...