Denis Washington
Denis Washington
Eureka __4.3.1__ Xcode __10.1__ iOS __12.1__ I just started using Eureka and love it already! ❤️ I did notice one thing about the validation, though: when applying `RuleRequired` to a...
Syncing a `packer_compiled.lua` file between machines with different home directory paths (due to different usernames or operating systems) is challenging because all plugin paths in the file are absolute, and...
Emacs 29 will come with built-in support for tree-sitter, but doesn't seem to ship any grammar binaries, not even those needed by the provided major modes (e.g., `typescript-ts-mode`). `tree-sitter-langs` would...
### Summary When using `DICOMfileClient` to retrieve an instance with RLE Lossless encoding (Transfer Syntax UID `1.2.840.10008.1.2.5`), an error is raised even though `pydicom` can deal with RLE Lossless encoding...
Currently, ESLint needs to be in `executable-path`, which means that ESLint must be installed globally or `executable-path` has to be configured per project. It would be nice if `flymake-eslint` would...
**Description** The change in #1335 that makes the `parameters` property optional if all parameters are optional (thanks!) seems to not work with reusable header definitions in the `components` section. Trying...
Thank you for creating flymake-collection! I use it together with Eglot to fill the gaps left by the LSP server (e.g., running ESLint along `typescript-language-server`). However, doing so is a...
### What happened? I have a Pulumi-managed `PagesProject` with `source.type == "github"`. I changed `source.config.owner` and this is recognized as an update by `pulumi preview` / `pulumi up`, but after...
The currently published version of this package is broken with Neutrino v5. It would be great if the fixes in master would be rolled into a new release.
### Related Issues (None) ### Proposed Changes: Currently, the `metadata_fields` init parameter only allowed a few custom simple value types to be mapped (e.g., no nested metadata) and also hardcoded...