Christopher Fraser

Results 8 comments of Christopher Fraser

> Thanks! Could you tell me how to test this out locally? Try putting together a svelte page like this: ```svelte import * as sveltePlugin from 'prettier-plugin-svelte'; import prettier from...

Had a bit more luck using a hie derivation generated by https://github.com/input-output-hk/stack2nix. Now nix-shell works, however cabal can't find jsaddle-warp. I think somehow reflex's ghc is being overridden by hie's?...

Been diving into the overlays functionality in the 1.7.0 alpha. Have successfully been able to build an image with a custom config.txt like this: ```bash docker run --rm -t -v...

I also experience this, using cabal new-repl. The key thing seems to be that haskell-mode isn't classifying the error. This is the log msg I get on compile errors: Unexpected...

Hey pawlowskim, Glad you got it working. Documentation does need a bit of an update, it changed recently after Xamarin added the unified api stuff. Yeah tasks should be showing...

I'm a bit skeptical that it's a good idea to be able to override an activity's result, beyond cancellation. Wouldn't this make activities a lot less 'does what it says...

> The behavior is the same mechanism as "async activities". > > I'm certain we need the ability to cancel, which is essentially the same as failing. > > Which...

> Have any sample of what value this change brings? > Have any sample of what value this change brings? Before sample, the obvious answer is threefold: - it enables...