Eva Ogbe
Eva Ogbe
I just upgraded from 0.33.0 to 0.34.0. I am using strikt in androidTestImplementation. When I run the Android tests, I get: > Method name 'isNotNullT?' in class 'strikt.assertions.AnyKt' cannot be...
I just updated Intellij to 2021.1. Now when I open a Clojure project, it gives me the error "Could not create shim". When I try to create a local REPL,...
Whenever I try I get ``` TypeError: Cannot read property 'type' of undefined at scriptType.P2World.postUpdate (https://launch.playcanvas.com/api/assets/files/scripts/p2-integration.js?id=40361730&branchId=4ebfaa2e-923e-4ad2-b2e4-d10f0763f57d:170:19) at ScriptComponent._scriptMethod (https://code.playcanvas.com/playcanvas-stable.dbg.js:44702:19) at ScriptComponent._onPostUpdate (https://code.playcanvas.com/playcanvas-stable.dbg.js:44752:11) at ScriptComponentSystem._callComponentMethod (https://code.playcanvas.com/playcanvas-stable.dbg.js:45206:49) at ScriptComponentSystem._onPostUpdate (https://code.playcanvas.com/playcanvas-stable.dbg.js:45221:9) at Function._helper...
I'm using this library with Tiled editor. Its animations are more flexible. It can choose from non-adjacent tiles and set a different duration for each [frame](https://docs.rs/tiled/0.11.1/tiled/struct.Frame.html). If it's not too...
**Description of the change** Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include...
Is it possible to validate route data using malli instead of spec? Since both malli and reitit are metosin libraries built on data-oriented concepts, it'd be nice to see them...
### Steps to reproduce 1. Create a folder with files that aren't related to Clojure, e.g. .rs files 2. Open the folder in VSCode ### Expected outcome No Clojure files...
Since we can render to string, we can render on the server. The missing piece is hydrating the events for existing DOM on the client. Is adding hydration in scope?
### Describe the bug and the expected behavior aria-invalid is supposed to be set primarily on form controls. The [applicable roles for aria-invalid](https://w3c.github.io/aria/#aria-invalid) do not include form or group (fieldset)....
### Describe the bug In a form using Next server actions and validation after submitting an invalid input, the next character typed into the input is not shown. The input...