Josh Habdas
Josh Habdas
Enjoy library and the constraints it creates when coupled with a precommit hook. One thing is bothering me though and that's how to check-in WIP code. What I'd like to...
Related to https://github.com/webpack/webpack/issues/3486. Given this project was created for chrome extensions and has opinion to how files are chunked it seems the most appropriate place to address. ``` WARNING in...
**Is your feature request related to a problem? Please describe.** I wanted to start an app using SvelteKit but I can't find any documentation. **Describe the solution you'd like** A...
This issue is to request addition of Playwright component testing to `svelte-add` to make set-up easier and better integrated with Svelte apps than the [default init scripts provided by Playwright](https://playwright.dev/docs/test-components)....
Given the great degree of customization svelte-add provides I find myself struggling to do basic stuff now. For example, I want to create a new SvelteKit project using `pnpm create`...
I saw there's a way to use PostCSS with a TypeScript config (It's supported by the loader) but I haven't gotten it working with SvelteKit yet. Has anyone figured out...
License
Hi. 🙂 Thanks for creating this starter. I noticed it doesn't include a license. If that was unintentional, could you kindly add one? Here's a resource to help you choose:...
Dependents using this library face warnings which are erroneous in the context of a development workflow. Here's an example of the warnings generated (outlined with box): I believe this can...
### Feature New developers [are](https://github.com/cure53/DOMPurify/issues/29#ref-issue-1068387861) [struggling](https://stackoverflow.com/questions/65646007/next-js-dompurify-sanitize-shows-typeerror-dompurify-webpack-imported-module) to use DOMPurify with modern development frameworks. Eventually they stumble on https://github.com/cure53/DOMPurify/issues/400 but I'd like to [channel 2015](https://github.com/cure53/DOMPurify/issues/29) and ask for baked in Node...
I'm attempting to import the client in a SvelteKit project and receive the error: ```term ReferenceError: process is not defined at node_modules/.pnpm/[email protected]/node_modules/util/util.js (http://localhost:3000/node_modules/.vite/chunk-3JEY5UOV.js?v=c79871cd:1131:5) at __require (http://localhost:3000/node_modules/.vite/chunk-OYVF2PGL.js?v=c79871cd:10:50) at node_modules/.pnpm/[email protected]/node_modules/telegram/tl/api.js (http://localhost:3000/node_modules/.vite/chunk-3JEY5UOV.js?v=c79871cd:5507:23) at...