Jan Rychter

Results 29 issues of Jan Rychter

After switching to ClojureScript 1.10.844: ``` WARNING: Wrong number of args (1) passed to goog.log/getLogger at line 9 app/web/js/out/mount/tools/logger.cljc WARNING: Wrong number of args (2) passed to goog.log/error at line...

After a grueling multi-day trial-and-error debugging session I have finally confirmed that it is possible for the `:start` method to be called twice by mount in ClojureScript. I suspected this...

Just wanted to leave a "thank you" note. I just used Retroactive to run Aperture on macOS Monterey and it helped me tremendously. Thanks to Retroactive I don't have to...

When nesting validation sets, functions supplied as `:pre` get the entire data structure passed to `b/validate`, not just the nested structure that they would normally get. This basically breaks their...

I am going through requirements outlined in NIST SP 800-63B for AAL1, to make sure that my Clojure application is compliant. When going through section "5.1.1.2  Memorized Secret Verifiers", it...

If I'm editing `f1.cljs` and I type `C-x C-f f2.cljs`, it is likely that I mean the f2.cljs file in the same directory I'm in (or in the same directory...

## Expected behavior Adding a .projectile file to the root of a project should not stop `projectile-find-file` from working. ## Actual behavior Adding a .projectile file (either empty or containing...

ws-ping events are very frequent and with thousands of connections they tend to overwhelm the logs, bringing little value, even when debugging. They are more suited for the :trace log...

I am looking for help/advice, because I can't track this problem down. Some of my users started running into problems and can't log into the application. I can't reproduce the...

can close?

I'm not actually sure if this is an issue or a question, but it certainly was unexpected and caused problems in my existing software, so here goes: We went through...