toastal
toastal
@smorimoto
Local said I was up to date. I will force push again… it could have been a miss timing.
```console $ git checkout microdata Switched to branch 'microdata' $ git pull --rebase upstream master From https://github.com/ocsigen/tyxml * branch master -> FETCH_HEAD Current branch microdata is up to date. $...
reping @Drup
@smorimoto @Drup I added 2 commits. 1) found a typo 2) trying to add in flow content which is what the spec says: https://html.spec.whatwg.org/multipage/dom.html#flow-content That last bit, I’m very unsure...
I would like to run the test suite but I can’t with ```sh-session $ dune test File "ppx/tyxml_ppx.ml", line 381, characters 18-65: 381 | | Pexp_function (params, constraint_, (Pfunction_body content))...
Cherry-picking out typos & syntax errors to keep focus here
I can understand that. Glob syntax is much more common that a pile of regular expressions. I really wish Darcs would go ahead & move on over to .ignore like...
There’s probably another, perhaps better way to achieve this, but there should be a goal to not be adding dependencies to users’ `flake.lock` files for a trivial function. I added...
Split into 2 commits in case someone is opposed to adding the `devShells.default` since `use nix` is hard-coded into the `.envrc`.