Quentin Roy

Results 28 issues of Quentin Roy

Add UMD support following https://github.com/umdjs/umd and more precisely https://github.com/umdjs/umd/blob/master/jqueryPlugin.js.

Package Managers

An implementation for issue #10. Note: attached object won't have access to the _collection attribute. I did it on purpose.

I would love to be able to attach the event processing to an existing object, e.g. in a constructor: ``` javascript function Foo() { Jvent.attach(this); } ``` Or even: ```...

The package does not work on my laptop (MacBook Pro 13-inch, 2017 on macOS High Sierra). `ambient()` always returns 0. It seems I am not the only one, c.f. Exelord/dark-mode#3....

**Is your feature request related to a problem? Please describe.** When using async code in monaco run, later lines are not added. For example the following snippets only show 1...

enhancement

## Describe the bug **Node.js version:** 18.12.1 **Typescript version:** 4.9.4 **Koa version:** 2.14.1 (types: 2.13.5) **OS version:** Mac OS 13.0.1 **Description:** Context's `session` is not properly typed despite the type...

bug

Sometimes, not all css data is required to be loaded by the client. E.g., only the 4 first columns might be useful, and the last one reserved for computation server...

### Is your feature request related to a problem? Please describe. Currently, I cannot find a way to make something like the following to work: ```md Use `head` (:spec-link{name=head}) to...

enhancement