Arjan
Arjan
When I create a `DisposableEffect` the compiler crashes for Kotlin/JS: ``` DisposableEffect(Unit) { val handler : EventListener = object : EventListener { override fun handleEvent(event: Event) { if (event.target !=...
Some libraries use SVGO for optimizing the SVG and I notice that stripping the viewBox is almost always used. However, I always disable stripping because it breaks proper scaling of...
I notice there are no mutations in the visualisation. Is that on purpose?
I've forked the master in order to fix the faulty Regex implementation in the JS code. Besides that, I've bumped the versions. All tests still pass.
I've made a toy language: https://github.com/avwie/borklang Everything works correctly on the JVM and when running `jvmTest` and `jsTest`. Also my web project is working correctly when I use `browserDevelopmentRun`. However,...
I am following the basic setup: `docker run -p 22:22 -d atmoz/sftp foo:pass:::upload` When connecting and navigating to `/upload` I am not allowed to create a subdirectoy:`Permission denied` Permissions are...
##Kickstart not usable because of default email templates added ### Description When using a Kickstart file a few "[FusionAuth Default] Two Factor" email templates are added automatically, with randomized guids....