Richard Viney
Richard Viney
### Which package(s) does this problem pertain to? - `@types/ember__object` ### Repro steps The following code reports no typing errors in TypeScript 3.6.3, but gives errors in TypeScript 3.7.2. ```typescript...
### Which package(s) does this problem pertain to? - `@types/ember__object` ### Repro steps The following code reports no typing errors in TypeScript 3.5.x, but gives errors as of TypeScript 3.6...
Hi, It seems that a type for the `start()` function is missing from `@types/ember-mocha` here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ember-mocha/index.d.ts In the app I work on we've added the following as a workaround in...
### Which package(s) does this enhancement pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...
Is it possible to lock the versions of components that are installed? I'm running into issues with clippy where a newer version of it gets installed and recently-added rules cause...
Just noticed that it would be useful if the `A transfer syntax transcoding from ${t.getTransferSyntaxUid()} to ${s} is currently not supported. Skipping...` error could be surfaced/handled by clients of dcmjs-dimse....
I've run into situations where large DICOMs being C-STORE'd cause the container running Node.js + dcmjs-dimse to run out of memory. This appears to be because the whole DICOM dataset...
The following Gleam code compiles to invalid Erlang code. The problem is due to the guard expression and the presence of a function in the type being compared. The comparison...
Hi, Right now this addon needs Ember's jQuery integration to be enabled as it uses `this.$()` in several places, as well as some jQuery functions. This could be refactored to...
GitHub has recently released Ubuntu 24.04 support in beta on GitHub actions: https://github.blog/changelog/2024-05-14-github-hosted-runners-public-beta-of-ubuntu-24-04-is-now-available/ Could support for this be added? Currently using the beta `ubuntu-24.04` runner gives: ``` Tried to map...