Sean Hess

Results 28 issues of Sean Hess

I'm curious whether you think it is a bad idea to inject based on function parameter names instead of using func.$inject. Specifically, are there any pitfalls you can see for...

Is this just out of date? It seems like Navigation will provide the same benefits as your Location ports. If you have a reason for preferring this over Navigation will...

Hi there, beautiful progress indicator. I'm getting some strange artifacts though (see below) I set up the view in interface builder, using constraints to lay it out. Then the following...

I've tested with as many different kinds of errors I can generate, and it appears to be useful. Please let me know if there's anything you'd like me to change.

syntax checkers

I found your repo when doing some research about Phoenix LiveView implementations in Haskell. I had a similar idea a while back, before I'd ever heard of LiveView, and [implemented...

Hi there, I've used Selda on several projects, and I can't figure out how to use selda-json from the documentation. I have a data type with a field that is...

As suggested here: https://github.com/elm-lang/elm-repl/issues/72, I'm posting a feature request to execute tasks in the REPL and see the result. It would also be nice to be able to bind a...

request

Hi, thanks for your work on this! My lambda is invoked, but it looks like the request never gets to my handler. I'm getting an Internal Server error. Here's a...

I'm using the [docker build feature with stack](https://docs.haskellstack.org/en/stable/docker_integration/). This prevents this package from working. 1. Create a stack project `stack new my-project` 2. Follow the rest of the stack integration...

I have a bower.json in the root of my repository. I followed the setup instructions carefully. I am an experienced grunt and bower user. ``` bower: { install: {} }...

bug