Bruno Michel
Bruno Michel
I don't reproduce. Is it still the case?
It looks like the issue is still here. I've made another PR: #186.
In go and Ruby, you can have a classical `switch` / `case` (well, it's called `case` / `when` in Ruby), but it's possible to omit the variable after the `switch`...
By curiosity, did you consider something like jsx? ```jsx pub fn my_template(name: String, scores: List(Int)) -> HTMLTree = {name} pub fn score_list(scores: List(int)) -> HTMLTree = case scores { []...
To come back to templates, I think that several frameworks may want to do things a bit differently and it is a good idea to let them. For example, for...
Ping: what is missing to be merged?
Cozy has no plan to change the license of prosemirror-go
Hello, yes, we are interested by merging it. It would be better to have a single place for a Go port of prosemirror, so that people looking for it will...
@taratatach can you try again?
It looks like the bug has been fixed without this PR.