Matthew Turland
Matthew Turland
There's a fair amount of common logic in these two methods and potential others in similar classes. Refactor it into a central helper class to make it more maintainable.
This is a very rough idea / proposal, but I'm filing this issue to get discussion going. I'd be willing to help with implementation. Essentially, if your initial import is...
**Mithril version:** 2.0.4 **Browser and OS:** Chrome 81.0.4044, Android 10 (Samsung SM-G970U) ## Code This is a snippet of bootstrap file for my project. ```javascript const m = require("mithril"); import...
I may be unique in this notion, but I sometimes find myself needing mock callbacks. I generally use these in tests in place of actual callbacks I'd pass to methods....
> This RFC brings static scalar expressions to the parser. This allows places that only take static values (const declarations, ... etc) to also be able to take static expressions....
For your consideration, to add to the "Empathy for your peers" section. https://www.youtube.com/watch?v=fMFjO2szDnk
I'm using [Brave](https://brave.com), which blocks pop-up windows by default. When it did so in the case of this game, at first, I didn't realize that's what was happening and thought...
Currently, if you close the initial game window, any pop-ups opened by the game remain open and have to be closed manually. It would be nice if the game "cleaned...
**Is your feature request related to a problem? Please describe.** I would like for generated model classes to use immutable-style setters (e.g. `withId()`), but it doesn't currently appear to be...
**Jane version(s) affected**: 6.3.5+ **Description** When passing a request body as a string that has a length of < 4000 characters, it triggers an error. ``` TypeError: is_file() expects parameter...