StringKe
StringKe
    I have updated to the latest version and run it for a while subject to the presence of orphaned processes.
Report Files: https://gist.github.com/StringKe/ccc3a37b58bbdd2954b289b702721563 Plugin Version: v18.31.1 Cursor Info: ``` Version: 0.43.5 Submit: 1.93.1 Date: 2eaa79a1b14ccff5d1c78a2c358a08be16a8e5a0 Electron: 2024-11-27T09:11:51.854Z ElectronBuildId: 30.5.1 Chromium: undefined Node.js: 124.0.6367.243 V8: 20.16.0 OS: 12.4.254.20-electron.0 ``` ``` NX...
try this histroy.ts ```ts import { Canvas } from 'fabric'; type HistoryEventCallback = () => void; class HistoryFeature { private canvas: Canvas; private historyUndo: string[]; private historyRedo: string[]; private extraProps:...
Interim Program Support ESLint v9 ```js import { fixupPluginRules } from "@eslint/compat" import js from '@eslint/js' import effector from 'eslint-plugin-effector' import reactHooks from 'eslint-plugin-react-hooks' import reactRefresh from 'eslint-plugin-react-refresh' import globals...
I have a question. The auto-mode provides two default node-pools (system and general-purpose). If you want to create your own default node-pool, you need to remove system and general-purpose. I...
@lorengordon I tried the solution you mentioned but failed. I am not familiar with using terraform with aws to create resources. Do you have any relevant cases?
@chrishoermann Is it possible to mask the process here? I'm not sure if I've found the right path, I've copied the code for local execution. https://github.com/chrishoermann/zod-prisma-types/blob/master/packages/generator/src/functions/contentWriters/writeInputObjectType.ts#L43
Is websocket still not available in the current development mode of the latest nuxt? I try to access /websocket in development mode (pnpm run dev) and it's always connecting. If...
does crossws have an API to proactively close connection?