Alex Chalk
Alex Chalk
When I try to use the package with React 16, npm gives me this warning: ``` npm WARN [email protected] requires a peer of react@^0.14.8 || ^15.0.1 but none is installed....
Thanks for all your work on this plugin! I see in #49 and #53 that nvim-paredit isn't intended to be a drop-in replacement for vim-sexp. However, I suspect this is...
I'm getting the ``` Expected: (= {:huge "map"} result) Actual: (not= {:huge "map"} {:slightly "different" :huge "map"} ... ``` style output when I use kaocha with https://github.com/clojure-expectations/expectations. #### Versions: ```...
`kaocha.report/print-expression` requires `(seq? (second (:actual m)))` to be true to deep-diff output. This is true for `clojure.test`, which outputs `:actual (not (=...`, but not for `clojure-expectations`, whch outputs `:actual (not=...`....
Hi, thanks for all your work on this! I've tried a few different ways to limit ring.logger output like the following to errors, but none of the below filter the...
Thanks for your work on this project! ### Problem Setting `albumartist_sort` (on an album or a track) does not write the metadata in a way that iTunes can read. When...
Thanks for all your work on this project. ### Problem I have a plugin that writes a custom `album_sort` tag to sort albums by year: ``` class AlbumSortPlugin(BeetsPlugin): def __init__(self,...
### Current Behavior poetry + fastai build fails with "error: infinite recursion encountered". - The issue seems to be how pip is specified in the dependency tree. - poetry +...
After bumping jdk to 21 and a dependency (logback 1.5.X) to a version that uses virtual threads, I'm getting the following error when calling `licp/install-priority-loader!`: ``` java.lang.SecurityException: setContextClassLoader at java.base/jdk.internal.misc.CarrierThread.setContextClassLoader(CarrierThread.java:90)...
Image runs fine with docker on my machine, but breaks with podman. Modifications to `run-mtgo`: ``` docker_client=podman limit_cpus=0 opts="--userns=keep-id" ``` I can then run the image, but the mtgo setup...