Ilia Andrienko

Results 9 comments of Ilia Andrienko

I think.. under its own license? Plus licenses of some parts it uses...

@lrq3000 Oh, I am pretty sure you actually can, as this one is open-source and its own license is also open-source (every code piece of it starts with a license:...

@jaywcjlove, looking for answer there doesn't help. In there it [explicitly says](https://codemirror.net/examples/tab/) that tab key is not bound by default. And the documentation seems to be rather.. terse. `@uiwjs/react-codemirror`, on...

Weirdly enough, I can remove some items, and cannot remove some other items. Is there an option to do this manually? Is there some sort of config file or something?

I am using PNPM and I just suppressed the warning (the check in my `.pnpmfile.cjs`) until it's fixed: ```javascript module.exports = { hooks: { readPackage(pkg) { // Suppressing react-inspector react...

Forgot to mention: my mods dir and main game dir are not the same directory: I have a dir (`D:/games/quake2`), where I have two dirs - `games` and `engines`. This...

In case you have similar problem I had - the trick was to use `` `${EnumName}` `` which resolves to union in TS, and to convince TS Object.values of enum...

It is not working for me either, and I'm not on Wayland even: ``` Zed: 0.185.15 05596ab49338015c6d465326820ecff68015650c OS: Garuda Linux x86_64 Host: G1619-04 (Ver.1.0) Kernel: Linux 6.14.5-zen1-1-zen DE: KDE Plasma...