Thomas

Results 4 issues of Thomas

Hello, I am discovering elm-pages but I am quite annoyed by a problem when compiling elm.js. Indeed, I don't really know why, but, Windows thinks that it is necessary to...

### Describe the bug I'm trying to use the `FlowExceptionsToTaskScheduler` parameter on a : ```csharp [RelayCommand(FlowExceptionsToTaskScheduler = true)] private async Task RefreshOrdersAsync() { throw new Exception(); } ``` and retrieve...

bug :bug:

Hello ! Thank you for this very easy to use library that does exactly what I'm looking for. In the application I'm making with, I need to retrieve all the...

### Bug Description Hello, I'd like to open an issue concerning a strange bug I've just noticed using `drawLines()`. My `trail` component doesn't seem to draw anything if I don't...

bug