Eduard Kyvenko
Eduard Kyvenko
Hey Marc! The logical way to implement this would be to assume that the evn var is required if the `deafult` is not provided: ```js convict({ format: String, env: 'IMPORTANT_PASSWORD'...
Technically yes, but for my needs it would be an overkill :muscle:
Hi Nelson, happy to see my course being mentioned! You are right, it's pretty 0.18-focused, but the core principles of data and state management are still pretty much the same....
It is possible to create a very basic PWA with [Create Elm App.](https://github.com/halfzebra/create-elm-app) Check out [pixelm](https://shuheikagawa.com/pixelm/) it's a PWA made by @shuhei We do not address the code-splitting part in...
I hope this PR gets some attention! 👍 Newman would benefit so much from running the tests concurrently!
Thanks for your reply! 👍 I feel like `newman` would really benefit from being able to run requests from a single collection concurrently. We're easily hitting 5 minutes mark for...
I'm not a maintainer of this project, just wanted to share some of my findings hoping they could help. If there is a need for running multiple collections concurrently, I'd...
The bug is still present, but the `ui_reloadscheme 1` trick does not help. Are there any other workarounds?
It is mentioned here [Elm Syntax — Modules](http://elm-lang.org/docs/syntax#modules) already, but I agree, it is not explicit. The best I could think of is adding a commentary about the presence of...
Any news about this? `node-bunyan` is surely a nice project, but the lack of maintenance is fairly noticeable at this point. Anything we can do to help?