Antti

Results 12 issues of Antti

I'm trying to load the script with RequiJS and I get and error "TypeError: root.removeEventListener is not a function". My `config.js` file: ``` require.config({ paths: { echo: '../../dist/lib/echo' }, deps:...

But the latest release is 1.7.0.

When editing a post written with markdown, the post is turned into html after editing.

Compatibility

I can't get amd-optimize to work properly, it loads my optimized file but won't run it. I've made a test project, see [here](https://github.com/hilja/require-test). ### My `r.js` setup Config file: ```...

### What version of Bun is running? 1.0.25 ### What platform is your computer? Darwin 23.3.0 arm64 arm ### What steps can reproduce the bug? Make a file: ```js //...

bug
transpiler

### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/main/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/main/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ###...

good first issue
bug
P3

The `options` object is never used. https://github.com/kiliman/remix-params-helper/blob/1a8b48f1ca8c2109c039f7e5fa774fcbaec0d3f3/src/helper.ts#L188

> You can pass any data you want to useDescendant and it will be available in the parent through `map` I don't think that works, I just get an empty...

https://github.com/epicweb-dev/epic-stack/blob/9db9a75949463de571f3018d3b1151004d6c50e3/app/root.tsx#L172 Correct me if I’m wrong but since the `'X-Robots-Tag', 'noindex, nofollow'` header is set in server: https://github.com/epicweb-dev/epic-stack/blob/9db9a75949463de571f3018d3b1151004d6c50e3/server/index.ts#L217 The above meta tag might not be needed. > Instead of a...