allanderek

Results 8 issues of allanderek

There is `expectModel : (model -> Expectation) -> ProgramTest model msg effect -> Expectation`, but this necessarily "ends the test flow". This means there is no fall back way of...

discussion

The ProgramTest.advanceTime function accepts an `Int` representing the number of milliseconds to advance the time by. However, both `Process.sleep`(in elm/core) and `SimulatedEffect.Process.sleep` take the number of milliseconds as a `Float`....

discussion
major

### Summary Helix crashes when I try to use `elm` coded embedded in a markdown file, such as: ```elm length : List a -> Int length l = case l...

C-bug
A-tree-sitter

It works fine on Firefox, and Safari is apparently okay, but Chrome the options are pretty difficult to view.

If you install from pip: ``` pip install betfair.py ``` As in the instructions and then issue a: ``` invoke ssl ``` You get the error: ``` Can't find any...

Hello. The last update to the repository was two years ago, this gave a much required fix for Python 3. Do you think we could have a new pypi release?...

Currently one can do: ``` welcome_template = """ Welcome" ... return bottle.template(welcome_template, ...) ``` and all works fine. However it would be nice to be able to do: ``` root_template...

I think the 'created' field is not being set on a Save, which obviously it shouldn't in *general*, but the *first* save feels like it should save the 'created' field....

question