Sebastian Porto

Results 52 issues of Sebastian Porto

When building a single page application is common to want all paths (that are not assets) to redirect to the root index.html E.g. / -> /index.html /users -> /index.html /users/1...

help wanted
feature request

This is a common thing I see, people trying to keep names short and using something like `user` referring to a user id, user email. This creates unnecessary work as...

I had a file with: ``` import functools from typings import List ... ``` Note that `typings` is an invalid import. It should be `typing` Trying to run green I...

bug
help wanted

If I have a type error when defining a record the compiler will give an error message with the most valuable information using color alone. E.g. ``` type alias Model...

This looks great! However this uses classes like `column` and `row` that can easily conflict with other css frameworks. Is there a way to generate a css with a namespace?...

enhancement

### What are you trying to accomplish? I'm building a web server using Diesel. I want to unit test my code that access the DB via diesel. But I'm finding...

documentation

I noted that after quitting VSCode the language server keeps running on the background. ## Expected Behavior Stop the server process ## Current Behavior ![image](https://user-images.githubusercontent.com/1005498/127079941-31d866e1-6479-47e1-8271-5c929bda9a1a.png) I open VS code, the...

When using Browser.application. If you have an `a` which doesn't have an `href`, Elm will generate a navigation event. Reproduction here: https://github.com/sporto/repro-elm-application-a-tag/blob/master/src/Main.elm This seems like a bug, `a` tag is...

Hi, you have a project called https://github.com/stoeffel/elm-verify When I saw this I thought this was a repo that has examples on how to use elm-verify. But is not. Consider changing...

Our app doesn't include the coffeescript gem, so we get the following error: ``` cannot load such file -- coffee_script (in [...]/gems/sidekiq_monitor-0.1.2/app/assets/javascripts/sidekiq/monitor/application.js.coffee) ``` Please consider adding your own dependency to...