Maxwell Burson

Results 9 comments of Maxwell Burson

I encountered the same issue. Adding include + exclude properties to the tsconfing solved this for my team:

@hediet Created a PR here: https://github.com/microsoft/vscode/pull/178179

@sabberworm We worked around this by patching Monaco. You can see the patch here: https://github.com/Azure/monaco-kusto/blob/110f6ea65ca3e52e079622951472a21d79fdf7bc/.yarn/patches/monaco-editor-npm-0.46.0-fb69b10c11.patch I haven't tried opening a PR with that patch because it seems more like a...

@smhigley Why don't you apply `word-wrap: break-word` by default? Is there something I should look out for when applying it?

@lxsmnsyc Does this match what you suggested? I still see the same error: --- > and then fix the types in getAllPosts for it to consistently return Promise because server...

Getting rid of the second `'use server'` in the `'src/lib/api.ts'` seems to fix the issue. I'm not sure what I did wrong through. This is still a solid-start bug, right?...

I tried to create a more minimal repro, but, it fails to load for (as far as I can tell) a totally different issue: https://github.com/maxburs/solid-start-infinite-loop - `yarn dev` never loads...

Last comment was slightly wrong. In the repro above, `yarn dev` works. `yarn build && npx serve ./.output/public` loads the first time it's open, freezes, and then additional attempt to...

Same behavior with "url:*" imports in a tag. Repro here: https://github.com/maxburs/parcel-url-import-repro 1. npm start 2. Open localhost:3000/test 3. Incorrect url is logged in console (includes "test" in url) ```html import...