SvanteRichter

Results 38 comments of SvanteRichter

Posting to get links/scores to the issues too. Anyone looking at this? CVSS score | Dependency Path | Link -- | -- | -- 8.3 | [email protected] => [email protected] =>...

I made a fork and added ESM support here: https://www.npmjs.com/package/sjcl-esm It passes the full sjcl testsuite and also has some cleanup and modernization. @Nilos would you have any interest in...

Don't forget about `Hz` and `kHz` which we need to be properly future-compatible since it is still in the css3 spec although not currently used.

Currently AnimalDesign/bolt-translate ships with a hacky form template to do some of this (via labels), but it is clearly not the right solution. I think this would be good to...

IIRC this already works if you pass in a param called `id`. At least it did in previous versions.

Sorry, that was just an example since In my SSR I first run the app and then use `document.querySelector("script").textContent = myScript` to inline the script. This example shows the same...

> one thing is textContent = '...' which is not changed in code (for what I could tell) I'm sorry, I don't quite understand what you mean. Do you mean...

Hmm, with the plan to make taxonomies and relations more like normal fields I'd prefer this to be an option like `group_records_by` in the ContentType or something like that if...

@maetthu Just out of curiosity, if you don't want the grouping at all why not use the `categories` type of taxonomy instead of `grouping`?