Joan Llenas
Joan Llenas
In my case, the `Elm-spa failed to understand an error` error was caused by a `Debug.log` in my code.
I'm on the same page. I think the `vercel dev` command is too smart. It would be nice to be able to customize its behaviour. @jensmeindertsma You may want to...
Hi @rafaelss95 , it makes a lot of sense. I'll take a look at this soon. Thanks for your suggestion!
## Feature status - [x] formatDuration - [ ] formatISODuration - [ ] intervalToDuration
HI @pogiaron , I don't see any issues with this approach. But, what are the benefits of using structural directives here?
Hey @radix, would you mind elaborating a little bit how your workaround works? I need to support more than 15 fields. Thanks!
Thanks @darekzak @radix for you quick responses, I'll check and see which option better suits my needs. Cheers
Hi @mksmtn , Well spotted. I don't use the `InProgress` or `Failure` `value`. That's probably why I have yet to notice this issue myself. I like the idea. The change...
@mksmtn I decided to explore the idea: https://github.com/joanllenas/ngx-remotedata/pull/54 Let me know your thoughts.
Hi @rhofour , 1. What wording do you suggest? [Here is the function](https://github.com/joanllenas/ts.data.json/blob/master/src/json-decoder.ts#L563) that the lib. uses to display that kind of error. 2. This is a valid decoder: `JsonDecode.string.decode('hello')`,...