Sigmund Hansen
Sigmund Hansen
Using 1.13.1 at the moment, and I keep seeing a few errors in Firefox. Works fine in Chrome, Edge and iexplore11. The main issue, is that at some point in...
This should fix #171, where a reason set on an outer spec overwrites the inner problem's reason.
### Expected behavior Page using interact.js should not generate warnings. ### Actual behavior Firefox warns that the vendor specific attribute MouseEvent.mozPressure is deprecated and should not be used. PointerEvent.pressure, should...
The assignment says that if a video has not yet been uploaded, but meta-data has been created, it should respond with a 404 response code. > If no mpeg data...
Just a minor typo in the test class.
A few days ago I updated Clojure Extras, and I noticed today that I had to manually disable omitting stack traces when running a Clojure REPL. No other Clojure or...
Either the assignment code should be locked down at some point, or the grading drivers should be updated to reflect changes in the assignment code. Otherwise pulling new commits will...
Adds the function reg-event to re-frame.core which takes a handling interceptor instead of a handler as its last argument. This makes it easier to create event registering functions with all...
I can use Go To to jump to the definition (reg-event-XX) just fine in smaller modules/projects. I can also use Go To to jump to the definition of subs in...
If I have a Deps or Leiningen project, I can reload deps when I add one to deps.edn/project.clj. If I have deps in bb.edn in a Babashka project, I have...