Dirk Holtwick
Dirk Holtwick
May I remember the 'jump to code' feature ;) It was part of this ticket. https://github.com/fpillet/NSLogger/issues/closed#issue/10 I think it should be a straight forward implementation using some Apple Script magic....
I run a custom instance of LanguageTool on Docker. It used to work fine. But now I get these errors from the plugin: ``` language: auto motherTongue: de-DE preferredVariants: en-US,de-DE...
## Describe the bug Building a module with Vite fails when the final product is built (`vite build`). But it works in developer preview (`vite`). ## Reproduction 1. Create a...
This project is super awesome. I would like to offer it as a coturn alternative for people that like to install my Open Source tool https://github.com/holtwick/briefing/ Did you consider bundling...
On full desktop the container width is 1200px, but the extended sidebar on the left-hand side collapses much earlier than reaching this window width (marked as "1" in the screenshot)....
README describes the new V2 standard: https://github.com/yjs/yjs/blob/main/README.md#using-v2-update-format But for a correct implementation one should also know, that `ydoc.on('updateV2', ...)` exists, otherwise it is hard to find ;) Huly®: YJS-391
### Clear and concise description of the problem The README explains how to activate type aware rules [here](https://github.com/antfu/eslint-config?tab=readme-ov-file#type-aware-rules) but this does e.g. not work for Vue files out of the...
I ported some parts of lib0 to my open source lib zeed, because I needed some special changes for my usecase. The code is here: https://github.com/holtwick/zeed/tree/master/src/common/bin While doing this, I...
Currently, I use **esbuild** to compile code and dynamically transpile and execute user JS using `eval()`, like this: ```js try { if (code) { code = `(function(exports) { ${code} return...
I love the idea of a sortable UUID and wrote a port for Typescript for it. Especially the base62 is tricky, hope I got it right ;) See here described...