Jonatan Kłosko
Jonatan Kłosko
@hameedhub we don't actually need to parse the URLs, we can just pass the configured protocol names as allowed ones, in addition to the defaults. The sanitization rules are here:...
Closed in #1702.
After further discussion the new vision is to have two modes: **Share as an app** * sharing creates separate session and immediately evaluates all of the code * the code...
A PR adding umd to the rollup config is welcome :)
Published v0.1.0.
@ryanwinchester tree-sitter-elixir handles the parsing part, that is turning code into meaningful nodes. The rules for highlighting nodes are generally up to the user (or in this case the editor...
> Thanks, so it's easy-mode for editors if they use that? Yeah, when integrating with the given editor you'd use pretty much the same query and just make sure to...
Top level note: using pagination removes necessity for `100`/`1000` and also brings back the `All people` ranking that we dropped.
We are already fetching all the results, the button is only to actually show the remaining ones. This is an optimisation to speed up rendering on the client. We could...
We don't store batch submission time, but that wouldn't help entirely since people may be submitting batches more often than once per whole pile, so it's the same issue just...