Daan van Berkel

Results 14 issues of Daan van Berkel

Hi @narimiran First of all, thank you for being awesome. I subscribed to the [_Double Pendulum bot_](https://twitter.com/pendulum_bot) and am always thrilled when a simulation is posted. I have often looked...

I have come to rely on running code samples in presentations. Unfortunately currently only evaluating JavaScript code is supported. This change allows different evaluators to be configured by setting appropriate...

This illustrates the request in issue #26. Alternatively the dependencies to codemirror could be included.

A [code of conduct](https://en.wikipedia.org/wiki/Code_of_conduct) > A code of conduct is a set of rules outlining the norms, rules, and responsibilities of, and or proper practices for, an individual. Currently this...

Pull-request #596 introduces a new implementation for the timer. It allows for a custom formatter. With this formatter one can implement a decreasing timer. Unfortunately this requires to provide custom...

feature

While I was working on issue #195 I have read into the Mozilla's Developer Network (MDN) documentation on the [keypress event](https://developer.mozilla.org/en-US/docs/Web/API/Document/keypress_event). It reports that the event is deprecated. > This...

help-wanted

### Describe the bug When installing the Kind toolchain the `kind-scm` command is installed. When I read [`THEOREMS.md`][theorems] the command is named `kind`. ### To Reproduce Steps to reproduce the...

good first issue
review docs

**TL;DR** > `elm-spa` does something reasonable, but it is not what I want. Can I change how the `elm-spa` generated files? ## What I want to achieve I want to...

### Summary I would like to be able to detect if a graph has a perfect matching. With this ability I can answer related questions about graphs. ### Motivation For...