Simon Lecoq
Simon Lecoq
> Thus letting end user to adjust their seed format as needed, instead of jumping in-between of base32 padding / non-padding as currently. Could you provide a snippet of what...
It's fine to leave it open, no worries I'm working on other projects right now but I'll eventually take a look at it when I have some spare time
Maybe we could just change the signature of slugify so users can provide their own strip regex ? ```ts function slugify(input: string, strip = /[^a-zA-Z0-9\s-]/g): string ``` This way it...
While a bit more verbose, you can use `deno run -A jsr:@std/http/file-server` to achieve the same I think
Is blocking the next entry until previous readable is either discarded or consumed a limitation or is it by design ? If the latter I feel like maybe it is...
Somewhat related to https://github.com/denoland/deno/issues/25360
> Even if HTTP imports were allowed, transpiling would still be required to make it work in the browser as many dependencies on JSR are written in TypeScript and served...
That's actually a really good idea ! I confess I'm not too familliar with aria attribute for now, but I think it might also be a better way to handle...
Hi sorry for the delay in response Not sure if you still ended up with matcha or chosen another default theme, but indeed, every css variables (including the color palette)...
Needs rebase after #6807 for lint issues