Andy Jessop

Results 22 issues of Andy Jessop

Just wondering if this project has a future.

Hi, I've been following your instructions and have deployed my app but am getting an internal server error when trying to access the website: HTTP Error 500 (Internal Server Error):...

I can't see the syntax for making the hash optional, either in the docs or the tests. I've tried `#?:hash` and `#:hash?`, but neither of those work. (Also the same...

I've added this test and it fails: ``` test('list params', () => { expect( reverse ('/foo?id*=:ids') ({ ids: ['1', '2', '3'] }) ).toEqual('/foo?id=1&id=2&id=3') }) ``` Should it pass or is...

When the header is larger than level 4, the alignment is off. Expected behavior: I would expect the toolbar to line-up with the centre of the header. Editor.js version: ^2.28.2...

bug

When you have small numbers of nodes, the load time is snappy and the responsiveness is very good (better than, e.g. ReactFlow, which has VDOM overhead). When you have large...

I'm trying to mock `prismjs` because there seems to be an issue with the runner not being able to pick up its exports (code works fine so I know the...

I'm using the `esbuildPlugin` to transpile TS into JS, and am using the `tsconfig` option, e.g.: ``` esbuildPlugin({ ts: true, tsconfig: fileURLToPath(new URL('../../tsconfig.src.json', import.meta.url)), }), ``` I've confirmed that this...

I'm trying to set this up in the simplest way, but I can't get past this error. Now, as this is inside an Nx repo, I suppose there could be...

I love this little library, but there are a few things that I would love to add to it: - nested routing definitions - typescript support - some small bugs...