alexfmpe

Results 80 issues of alexfmpe

For examples, see https://github.com/alexfmpe/obelisk/tree/ae%40test-new-workflows. ~which currently has this code inlined for faster prototyping. Now that `ob run` supports loading dependencies into its repl, I'll switch to that instead.~ The advantage...

Due to https://github.com/ghcjs/ghcjs/issues/674 Upstreaming @vaibhavsagar's fix since we both ran into this on different projects. Test case: https://github.com/obsidiansystems/obelisk/compare/develop...alexfmpe:ae-error-foundation

Checkout https://github.com/alexfmpe/reflex-project-skeleton/commit/c84153369f2abdd576100c0d7605d5d480454faf and run `./reproduce-bug` It seems this [conditional](https://github.com/phadej/singleton-bool/blob/db47088ba20c32ff96e425db11bb3ef3d7e4d026/singleton-bool.cabal#L43) isn't being processed properly when under ghcjs. I managed to build by cloning `singleton-bool` locally and changing ```diff -if impl(ghc >=7.8)...

bug
Medium Severity

```shell $ ./scripts/test If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues #1-NixOS SMP Sun Jul 14 06:09:53 UTC 2019 Please enable reflex's binary cache...

bug
Medium Severity

Write a test to check whether `nix-collect-garbage` is deleting things we don't want it to

help wanted
user experience
Low Severity

#### Reproducible example 1) clone https://github.com/obsidiansystems/obelisk/tree/ae%40reproduce-xhr-domexpection 2) `ob run` #### Issue Giving `xhrRequest` a url with a port number `>= 2^16` makes `newXMLHttpRequestWithError` throw a JSException. - with port 65535...

I've come across situations where `domEvent Load someImage` doesn't trigger for some images when there's many of them in the page. It seems to have the same fire/not-fire pattern in...

bug
High Severity