Vitaly Kuprin

Results 6 issues of Vitaly Kuprin

We do need some typescript support or at least declaration file targeting interfaces

How my schema should look then like? ```ts const memoryStorage = new MemoryStorage(); export const typedStorage = new TypedLocalStore({ fallbackStorage: memoryStorage, }); const BOARD_KEY = `gameBoard_${gameID}`; const savedBoard = typedStorage.getItem(BOARD_KEY);...

I’ve been exploring the process of adding C3 language support to GitHub Linguist for syntax highlighting. As per Linguist’s requirements, it only supports TextMate-compatible grammars for syntax highlighting. Currently, the...

## Summary End-to-end security testing framework using Playwright to validate context isolation and sandbox configurations, helping prevent certain classes of vulnerabilities in the Wire desktop application. ## Changes ### Test...

type: feature / request ✨
team: security

Fresh's TypeScript plugin system is a big plus, but there aren't many plugins available. There aren't any important tools like Copilot, ESLint, Prettier. Fresh could start Neovim headless (nvim --embed)...