Rasmus Schultz

Results 160 issues of Rasmus Schultz

This past year I’ve been trying out lots of different front end libraries, and was very happy to discover this project and the community around it. I’ve been thinking about...

discussion

I tried switching from `ts-node` to `esbuild-runner`, as you can see [here](https://github.com/mindplay-dk/inertion/commit/c2b6a1dde4d8ac2240246c622c215e7f3b829e87). In this project, and I obtain paths from `Error.stack`, very simply, as you can see [here](https://github.com/mindplay-dk/inertion/blob/c2b6a1dde4d8ac2240246c622c215e7f3b829e87/src/harness.ts#L37-L39): ```ts const...

In modern browsers, can we use a `Proxy` instead of hard coding all the element types? I'm using this right now: ```js import { h } from "./lib/hyperapp.js"; const {...

enhancement

@andrewiggins I figured I'd create a separate issue for this one, since your work is already enough to get projects up and going without it. It would be great if...

types

I think you meant `destroy` not `destory`? https://github.com/yisar/asta/blob/6d50710099006f371fed837a7d3eb37925e7defc/runtime.js#L42-L45 I noticed you tagged the repo with "angular" and "svelte" - although the description says "subset of Vue". Will this have precise...

This is a great library and it's already been extremely useful for a number of things. 🙂👍 Is there a design reason why the APIs deviate from the DOM standard,...

After some initial testing, I picked `ansi-colors` from the wealth of color-packages, as it appeared to be the only package that would load and work in the browser. But it...

Github markdown includes support for [emoji](https://www.webpagefx.com/tools/emoji-cheat-sheet/). Currently these are not rendered. Consider adding support for emoji, for example via this library: https://github.com/iamcal/js-emoji Note that this is just an example -...

It looks like there's some aggressive syntax auto-detection for fenced code-blocks? Or possibly missing support for [explicit language specification](https://help.github.com/articles/github-flavored-markdown/#syntax-highlighting) in fenced code-blocks? [Here's an example](https://gist.github.com/mindplay-dk/6e7806c98abbfadeb971) I know that Github does...

bug

I discovered an edge case that generates an exception. ``` #0 C:\workspace\test\php-markdown-test\vendor\erusev\parsedown-extra\ParsedownExtra.php(473): {closure}(8, 'Trying to get p...', 'C:\\workspace\\te...', 473, Array) #1 C:\workspace\test\php-markdown-test\vendor\erusev\parsedown-extra\ParsedownExtra.php(228): ParsedownExtra->processTag('') #2 C:\workspace\test\php-markdown-test\vendor\erusev\parsedown\Parsedown.php(258): ParsedownExtra->blockMarkupComplete(Array) #3 C:\workspace\test\php-markdown-test\vendor\erusev\parsedown\Parsedown.php(39): Parsedown->lines(Array) #4...

issue