Matthew Turland
Matthew Turland
One thing the present behavior does hamper is the ability to package Injector configuration into separate reusable units. For example, if I have a central application class that can receive...
Related: #130.
I've created a [slightly more minimal Docker image](https://gist.github.com/elazar/08323ee3659beba267acae6305c8e840) for use with the rustwasm book. It's based on [Alpine](https://www.alpinelinux.org) and uses the [setup used for the Game of Life example](https://rustwasm.github.io/docs/book/game-of-life/setup.html).
I made the change below and haven't seen a report of this error in Sentry since. So, it would unfortunately appear that this is a [Heisenbug](https://en.wikipedia.org/wiki/Heisenbug). :cry: ```js m.route(document.body, "/villagers",...
I received another report of this issue today from Sentry. Same Mithril version (2.0.4). Chrome Mobile 88.0.4324 (vs 81.0.4044). Android 9 (vs 10). Same device (SM-G970U). Not sure if it...
> @elazar You need to `return await` to ensure rejections get caught by your `try`/`catch` block. `return` skips that logic entirely, a long-standing criticism I have of TC39's spec work...
@l0gicgate I'm not sure there's an elegant way to address this either, honestly. The functionality as it stands is broken regardless. I'm not sure API changes would make the situation...
OK, so changing the interface isn't an option. That basically leaves us with changing how the feature works, and updating the docs accordingly. We could, for example, add a check...
@Korbeil It appears that this change didn't fully address the issue. I'm now receiving this error under PHP 7.4.12 and Jane 6.3.8. ``` TypeError: file_exists() expects parameter 1 to be...