August Lilleaas
August Lilleaas
The define should be a symbol, not a string. Tested on my machine, no global variables were defined with `"cljs.core/*global*"`, worked fine with `cljs.core/*global*` :)
Currently, a view needs to be made globally available with `Serenade.view("my_view", tmpl)` when subviews are used. This also puts some restrictions on what the controller can be - it currently...
As per https://mariadb.com/kb/en/mariadb/embedded-mariadb-interface/. It would be really convenient for testing to have a way to use the embedded server. Let me know if I can help in implementing it, if...
I'm attempting to create an instance of my ZMQ stack for each unit test in my test suite. But I get problems when I rapidly open/close sockets and contexts. Some...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.1 **What browser are you using?** Firefox **Reproduction URL** https://codesandbox.io/p/devbox/competent-lichterman-wxf42g **Describe your issue**...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.1 **What browser are you using?** Firefox **Describe your issue** This code worked...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.2 **What browser are you using?** Firefox **Reproduction URL** https://codesandbox.io/p/devbox/cool-moon-x4447s **Describe your issue**...
In some error scenarios, a commit that is initiated but for some reason fails causes the message entered in COMMIT_EDITMSG to be lost (in time, like tears in rain). For...