Artiom Neganov

Results 189 comments of Artiom Neganov

I get the same outcome and cannot fix it - restarting doesn't help. ``` Ready! [Error - 11:49:08 AM] Server initialization failed. Error: Connection got disposed. at Object.dispose (/home/fantomas/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/vscode-jsonrpc/lib/common/connection.js:1044:27) at...

I faced this issue in a dead simple library and it doesn't seem like any of the solutions mentioned here are helping. It looks like a Stitches issue for me...

Here you are: https://github.com/OnkelTem/_stitches-inferred - No monorepo - Just a simple component ```ts import { styled } from '@stitches/react'; export const Button = styled('button', { backgroundColor: 'gainsboro', borderRadius: '9999px', fontSize:...

Opened a new report since it happens not only in a monorepo: https://github.com/stitchesjs/stitches/issues/1160

I cannot use codesandbox for a few weeks already. Whenever I open a sandbox, I see something like this: ![image](https://github.com/codesandbox/codesandbox-client/assets/114060/6cd5eff0-dd97-43dc-856e-317bbfe63bcd) It doesn't seem that someone would even care about it.

Sorry, so can it be fixed? Because the related issue was closed unresolved: https://github.com/umputun/remark42/issues/1662 Currently I see this: ![image](https://github.com/umputun/remark42/assets/114060/117924c0-da29-4dea-8a50-275b8630d94c)

It doesn't support gulp yet if I get everything right. See the issue on this I created in the queue — https://github.com/SE7ENSKY/jade2php/issues/13

@robertknight Thanks for the analysis. Do you have any ideas on how to work this out?

> In short, you need to get a copy of the page without JavaScript. The dumbest solution is to print/export the page to a PDF and annotate that. Ideally we'd...