Nikita

Results 236 comments of Nikita

> If not, what does it mean to nest like that? That was actually an error and I just fixed it. However Karabiner parsed that XML with no errors for...

I too use vs code vim plugin and just found about this, would really love to give it a try if it worked.

Would love this as well. Ideally with a hotkey similar to `shift+return` that will instead of staging an active diff, would stash it. Perhaps `cmd+shift+return`.

I tried changing `getPageHtml` to ```js export function getPageHtml(page: Page) { return page.evaluate((classNameStart) => { const el = document.querySelector( `[class^='${classNameStart}']` ) as HTMLElement | null; return el?.innerText || ""; },...

Is it possible to use this PR to build electron instance I can use in production that supports ES modules? I have a lot of ES module only libraries I...

VSCode extension actually ignores these comments too: Which seems like a big bug too.

``` ~/clones/jsonhero-web main base ❯ bun install bun install v0.3.0 (074f2369) + @cloudflare/[email protected] + @remix-run/[email protected] + @tailwindcss/[email protected] + @types/[email protected] + @types/[email protected] + @types/[email protected] + @types/[email protected] + @types/[email protected] + @types/[email protected] +...

@colinhacks ok just tried it again on https://github.com/Xiphe/cachified (first time cloning repo). I upgraded to latest bun with `bun upgrade --canary` before doing this test and on 13.0.1 M1 macOS...

Yes correct, that would be perfect for me at least. Hope Bun devs agree too.

Was told [in Discord](https://discord.com/channels/876711213126520882/876711213126520885/1079736783996198912) that this was intentional to know which `.env` got loaded. Perhaps it was `.env.production`. To me that's a non common cause for problems but still. At...