kevin

Results 9 issues of kevin

```javascript await client.sendMessage(chatid, { message: '[hello](https://google.com)\n```javascript\n'+codes[0].code+'\n```', parseMode: 'markdownv2' }); ``` i tried markdown parser too, with markdownv2 it parses when two ` are found, with markdown only it just returns...

These are just the colors... and they aren't even working, how do i even use @COLOR?

glfw is great, but it would be nice node-3d had an easy option to select another Gl while everything else works the same. I'm unsure, but currently i don't think...

This keeps happening: ``` /home/makano/.local/share/rew/rew.forge3d/app/node_modules/3d-core-raub/js/index.js:91 global.navigator = navigator; ^ TypeError: Cannot set property navigator of # which has only a getter at _init (/home/makano/.local/share/rew/rew.forge3d/app/node_modules/3d-core-raub/js/index.js:91:19) at init (/home/makano/.local/share/rew/rew.forge3d/app/node_modules/3d-core-raub/js/index.js:135:11) at createDocument (/home/makano/.local/share/rew/rew.forge3d/app/main.coffee:-3:9)...

No windows appear. i tried most examples. but nothing appears. i tried this code: ```js const { Window, Canvas } = require('skia-canvas') let canvas = new Canvas(32, 32), colors =...

I was thinking about if coffeescript had a way to make multiple imports, like: ```coffee import ( "one" "two" "three" "four" ) as ( @one two { three } );...

I keep trying a few codes but it's not working at all. I have been trying this: ```javascript const gi = require('node-gtk'); const Gtk = gi.require('Gtk', '3.0'); Gtk.init(); const win...

[Error: ENOENT: no such file or directory, mkdir '/nix/store/ch2ylppj9hz11nf7p3hk3nzzqxc80a84-prisma-5.18.0/lib/prisma/packages/cli/engines'] { errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/nix/store/ch2ylppj9hz11nf7p3hk3nzzqxc80a84-prisma-5.18.0/lib/prisma/packages/cli/engines' }

The `ds4drv` from `nixpkgs 25.05` doesn't work. it logs this and quits with no commands: ``` Traceback (most recent call last): File "/nix/store/w7z747l145fkxg98bzh2qvkfpvzvxrqg-python3.12-ds4drv-0.5.1/bin/.ds4drv-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/w7z747l145fkxg98bzh2qvkfpvzvxrqg-python3.12-ds4drv-0.5.1/lib/python3.12/site-packages/ds4drv/__main__.py",...