Alexander Prinzhorn
Alexander Prinzhorn
I'll submit a PR to upgrade the regex as a workaround. An actual parser might be overkill anyway. Edit: This is a damn rabbit hole (shockingly). I thought we could...
What is `priceFindAssign`? If this limits the set of updates on `Prices` you will run `Items.remove` with more ids than `Prices.remove`. This means you leave `Prices` in your database that...
https://github.com/cult-of-coders/grapher/blob/842dbb1ed313ecd1abdd7fc79378be673445df1b/lib/links/extension.js#L46 use `hasOwnProperty` (in multiple other places as well)
Now that I think about it, is it actually breaking anything? The import/font-face rewrites are needed because inline-styles have `about:blank` as origin. But `` stylesheets don't and also accessing `href`...
> Hey there! I'm catching up with all pending PRs. I think this can be merged? Nice! Go ahead and merge if you want. I haven't used React in a...
> I'm almost tempted to put it under `compilerOptions` as a difference from the vanilla Svelte options (`css` could be `true`, `false`, or `"none"` or something), Sounds good to me....
Svelte will get this soon, so I think this project needs to be adjusted for the new possible options as well? And the PR will likely become unnecessary. https://github.com/sveltejs/svelte/pull/7890
What a time to be alive. I've never been able to find a tool to replace harp, I'm excited to see its resurrection. I always loved how metadata etc. just...
Sorry for the wall of text :smile: > though it hasn't clicked for me yet. Svelte means pedal to the medal and you always work with the actual DOM and...
> Imagine if Harp just knew what to do with a `.svelte` file without any configuration? There's one aspect I'm not sure we're on the same page. A `*.svelte` (or...