jjspace

Results 56 comments of jjspace

@cagonzalezcs That's great news! I can confirm switching off that passkeys option _seems_ to have stopped the issue from happening. :pray: (will update if I spot it again) That solution's...

I was trying to do some company crafting again and once again realized just how bad TC currently is for tracking progress across the multiple stages. It's especially bad if...

Any chance we could get a new push for [MD007](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md007) `ul-indent`? I just discovered a "bug" in Obsidian that doesn't consider indents at 2 or 3 spaces to actually be...

It's fine if developers/teams decide not to use `url.parse` as a matter of best practice but the fact remains that it is not actually deprecated and thus should not trigger...

I commonly use an alias for `tput bel` to alert after long running commands but it does not work with the setting turned on, completely defeating the purpose of using...

Is this a result of our [intentional](https://github.com/CesiumGS/cesium/issues/6277#issuecomment-368673808) choice to separate mouse events based on what modifiers are held down? So the event at step 3 in the reproduction steps is...

replaced by https://github.com/CesiumGS/cesium-webpack-example/pull/52

This is related to https://github.com/charmbracelet/glow/issues/285. I also find this incredibly annoying and came looking for a similar solution. I don't think this should be the default behavior but even if...

We have [once again](https://github.com/runem/lit-analyzer/issues/200#issuecomment-1063201529) gone almost 3 months with a "broken" plugin due to VSCode update [v1.77 switching to TS 5.0](https://code.visualstudio.com/updates/v1_77#_typescript-50). `lit-analyzer`, and by extension `lit-plugin`, does not work on...

@blikblum The recent issues with `lit-plugin` are related to vscode 1.77 bumping to TS 5.0 which `lit-analyzer` is not compatible with. See https://github.com/runem/lit-analyzer/issues/302 and #299