rosensama
rosensama
Sorry if this isn't the place to ask for help. I'm trying to setup elm-route-url in a simple example app. I prefer to use "just URL" without the hash and...
I've been test driving for a couple days and was wondering how you would recommend getting matching styling on tables. Thanks.
Since the elm way is to put a lot of code in a file until it's getting pretty big, the Structure tool window is helpful for navigating. `case foo of`...
First thanks so much for the plugin. I'm working on an Elm frontend, Flask backend project. We are trying to use a combined node and python virtualenv using the python...
The `Advanced Usage` section in the README says that `ws.environ` should be used where `ws = WebSocket(app)`. However, WebSocket and descendants don't have an environ member. It looks like a...
We try to only use HTTPS in our dev environments (mkcert is helpful here) to avoid any issues when running in prod. So we'd like to disable the default HTTP...
Under your `Advanced Usage` in the README docs it mentions how to expose the request context in a websocket handler using: with app.request_context(ws.environ): Is there a recommended way to do...
I think this is a bug. If you Sign Up and then hit logout, the site will reload from the server as part of the workflow. It's not obvious, but...
In the [package documentation](https://package.elm-lang.org/packages/rtfeldman/elm-validate/4.0.1/Validate) there are many examples for ifNotInt in the following form ``` elm ifNotInt .age "Age must be a whole number." ``` But the signature expects the...
From the docs, I think this is working as designed, but wanted to check. There's a decent chance I'm doing something wrong. File auto-detection becomes less useful to library consumer...