Moritz Drexl

Results 9 issues of Moritz Drexl

I'm trying to understand why using the `catchError` of `Fraxl` doesn't catch errors thrown by fetch functions. For example, the following code prints `Left "Error"` instead of `Right 1`: ```haskell...

Usage would be: ``` haskell domEvent (Mousemove RelativeToOffset) el ``` Drawback is that it breaks usage of `Mousemove`, `Mouseup` and `Mousedown`. An alternative would be to introduce event types like...

enhancement
opinionated
follow up
breaking change

The following happens with version 1.2.5 (via https://github.com/electron/windows-installer version 2.0.5) during diffing: ``` System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.IO.File.InternalReadAllBytes(String path, Boolean checkHost) at Squirrel.DeltaPackageBuilder.createDeltaForSingleFile(FileInfo targetFile, DirectoryInfo workingDirectory,...

help wanted
bug:old-version

In the following component the "Ref" div can only be found when it is in its initial position among its siblings. When the state is `false` and it moves to...

needs investigation

I'm not sure if cabal2nix is supposed to work with bitbucket/mercurial. I'm getting the following output: ```shell $ cabal2nix --compiler=ghcjs https://bitbucket.org/rubenmoor/react-flux-servant % Total % Received % Xferd Average Speed Time...

enhancement

For anyone who'd like to add plots to their imgui-rs application, I created an imgui backend for plotters (a Rust plotting library). This makes it really easy to have pretty...

When I run `styx configure`, I get the following error: ```shell nix-shell .styx/shell.nix --pure --run "cabal configure" error: attribute ‘versionOlder’ missing, at /nix/store/371ww68m2hxjiypl1ylfqpnxdsy8j5k7-nixpkgs-17.03pre99414.b2b32ea/nixpkgs/pkgs/development/haskell-modules/with-packages-wrapper.nix:8:8 (use ‘--show-trace’ to show detailed location information)...

I have an existing Spark installation on a Hadoop cluster that I'd like to use from the Kotlin notebook and have trouble depending on the existing jar files on the...

bug

This PR makes a change to the polygon drawing function in order to support non-convex polygons. Non-convex polygons caused glitches when feathering was enabled. The polygons are now drawn by...