Ken Micklas

Results 22 issues of Ken Micklas

We experienced this error from integration tests which failed to clean up after themselves and left write-protected files behind. This is just a small messaging improvement which would have made...

team-Core
awaiting-review

Feel free to reject this if it's too specific a use case, as it's just a thin wrapper around `newEventWithLazyTriggerWithOnComplete`, but I found it useful for creating events which interface...

Although performance will be lost, `traverseIntMapWithKeyWithAdjust` can be implemented in terms of `traverseDMapWithKeyWithAdjust`. Providing a default will fix many currently broken instances such as `QueryT` (#204) and DOM builders in...

enhancement
Medium Severity

Currently tests pattern match against expected results in the `IO` monad. This makes debugging and working on tests much more painful than it needs to be.

enhancement
Medium Severity

I was previously building a test deployment of an Android app built with Obelisk by passing `releaseKey` into `android.frontend.override`. Obelisk no longer forwards `releaseKey` to reflex-platform since for a real...

documentation

Zlib is part of the [standard NDK libraries](https://developer.android.com/ndk/guides/stable_apis), so we should be able to link it dynamically instead of using a custom static library. We probably need to inform the...

Cabal common stanzas require an import as the first subfield of a component, e.g. ``` executable frontend import: default ... ``` This doesn't work with the [sed script used to...

bug

`_inputElement_checked` and `_inputElement_checkedChange` don't work properly for input input elements with type `radio`, because reflex-dom assumes the checkedness will always change in response to a click on the element. However,...

bug

Ideally the frontend and backend executable definitions in the skeleton are as simple and future-proof as possible, because they don't get type-checked/tested by `ob run`. Currently the frontend skeleton main...

clean up

`ob shell` creates a custom shell derivation which is less sensitive to changes than what you get from `default.nix`'s `shells.ghc`. It would be nice to expose this somehow via nix...

enhancement