Manu Ganji
Manu Ganji
Hi @vinyll thanks for your reply. I purposely edited the file url to not reveal the link. Is this package tested to work remotely hosted images?
I don't see any lines in the source that make it work for the node js environment. The index.mjs directly refers to [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) which would only work if you're inside...
By the way, I think you should enable discussions on this project or some way to asking a questions. Or there can be an Issue category where I can raise...
Even I am getting this error. Could anyone fix it?
Hi @dummdidumm I interpreted this section in docs - https://kit.svelte.dev/docs/project-structure#other-files-test - to mean that tests should be inside a `test` directory, a sibling to `src`. Would it all work if...
I'm using the newly recommended `tests` directory for keeping my tests and I have a few components inside. But I can't import them into my tests. I went looking through...
> Just found this same exact bug myself. If I render ` test `, every test renders it another time inside a top-level ``. I think this behaviour exists in...
> We're working on https://github.com/LyraSearch/lyra, check it out lunr is meant for browser use and as such it's very small in size compared to Lyra Search. lunr is ~8kb gzipped...
> Could someone explain why rules does not working with standalone(CLI) compiled JSON schema ? Or maybe someone have some workaround now? It uses a different API. `ajv.validate` for rules....
If we implement a similar "mock" for `ajv.validate`, it should work with rules too, correct? `createAjv` is no longer used to create another `Ajv` instance inside `runtime.ts`. I don't know...