Jared Forth

Results 5 issues of Jared Forth

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [X] New feature [ ] Other, please explain:...

Hello, I'm running `python fs_to_json.py ../2024-08-27T13:49:35_42810/all_namespaces/all_kinds/ out` where `../2024-08-27T13:49:35_42810/all_namespaces/all_kinds/` is ``` ├── all_namespaces_all_kinds.export_metadata ├── output-0 ├── output-1 ├── output-10 ├── output-11 ├── output-12 ├── output-13 ├── output-14 ├── output-15 ├──...

This error is thrown on https://svelte.dev/playground/e3247cb80c344f95b1fdd2853006f159?version=5.20.4 ``` Error Svelte error: component_api_invalid_new Attempted to instantiate EmailLink.svelte with `new EmailLink`, which is no longer valid in Svelte 5. If this component is...

``` [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. ```

I have purchased a subscription and am following the docs: ```ts const { Configuration, NopeCHAApi } = require("nopecha"); export const solveHCaptcha = async () => { const configuration = new...