Dave Keen
Dave Keen
For example: ``` type actions = | OneThing(string) | TwoThings(string, int) let thisWorks = AddThings("dogs", 5) let thisWorksToo = "dogs"->OneThing let thisDoesn't = "dogs"->TwoThings(5) ``` I know that constructors aren't...
Whilst trying to make a battery sensor, I stumbled on some very strange behaviour (I'm doing this in a Jupyter notebook using https://github.com/craigbarratt/hass-pyscript-jupyter). The script at the top should return...
`ReactDOM.render` actually returns an object (containing amongst other things a `render` function which can be used to update the properties of the rendered component at runtime). Because the type definition...
Hi! I am trying to build the project from source, but I get a strange CMake error concerning QT when I try. It looks like I'm getting the issue at...
Apologies if this is puphpet specific, but I thought it would be worth posting an issue here as well in case the problem is on the plugin end! https://github.com/puphpet/puphpet/issues/2186
I have updated all the project dependencies to their latest versions and added Dialyzer (and make sure it passes!)
Because only Postgres is mentioned by name, its not obvious that MySQL is supported.
The documentation for `Parser.commit` points the user towards https://github.com/elm/parser/blob/master/semantics.md. However, this document makes no mention of `commit`.
I'm not exactly sure what is going on, or what is being accepted, but here is an example of `Parser.int` eating input starting with the letter `e` (although it doesn't...
The documentation shows functions such as `Result.ok`, `Result.error` and `Option.both` which don't actually exist in `0.0.7`. It would be nice if the documentation had a version selector (maybe similar to...