Mαx

Results 16 comments of Mαx

im getting an error on line 180 of the code i think. the error reads (Startup:180: attempt to call nil.) My minecraft version is 1.12.2

This error just started to appear on my laptop running windows 11. I haven't changed anything: it just doesn't launch anymore. ```code 137 (0x00000089)```

@zzullick have you tried upgrading bun to the latest version? I'm currently using it and not having any issue.

> does `nuxt.js` support the `new URL(..., import.meta.url)` syntax? I don't think so... I tried using `@codingame/esbuild-import-meta-url-plugin` but it still doesn't work.

Hey @kaisalmen, Using a normal vite + vue environment works well! I managed to get the editor running, sadly without any color highlighting (I don't know why). The issue is...

Hey @kaisalmen, I've managed to make a web worker running a jedi language server for python. It has a method which takes a language server request object and sends a...

Hey @kaisalmen, I'm still having some trouble making it work... I'm now trying to use your build of pyright for the web. I don't really now what would be the...

Thanks! Can't believe I forgot that...

Hey @kaisalmen, I'm now trying to use the clangd web assembly build but I'm having this error: ![image](https://github.com/TypeFox/monaco-languageclient/assets/34509813/857c893b-a33e-460e-bc5e-883674e83a5b) which comes from ```ts clangd.FS.writeFile('/workspace/main.cpp', '') clangd.FS.writeFile( `/workspace/.clangd`, JSON.stringify({ CompileFlags: { Add:...