James Irwin

Results 5 issues of James Irwin

I was confused when using latest @vuelidate/core `2.0.0-alpha.14` that this was causing an `Object(...) is not a function` error: ```ts const state = reactive({ username: '', password: '' }); const...

bug
2.0

Looks like box-ui-elements currently depends on `uuid` 3.3.2, but in an app that uses a more recent version (mine is 7.0.3) the following warning appears in the console: ``` Deep...

enhancement

On [line 968](https://github.com/mperdeck/jsnlog.js/blob/master/jsnlog.ts#L968), the AMD module gets defined with the module name as the first parameter. This is supported in [RequireJS](http://requirejs.org/docs/api.html#modulename), but not in other AMD loaders, specifically Dojo. To...

Not resolved yet, raising as part of [forum discussion](https://discuss.yjs.dev/t/issue-related-to-rendering-snapshot-version-changes-from-database/2232) To reproduce: 1. Install dependencies: `npm i` 2. Start local y-websocket server: `HOST=localhost PORT=1234 npx y-websocket` 3. Run project: `npm start`...

I see in the [tests](https://github.com/bytecodealliance/ComponentizeJS/blob/main/test/builtins/globals.js) that the global `Request`/`Response`/`Headers` objects are available, and I can create `Headers` successfully. But if I try to create `Request` or `Response` using the example,...