Expo
Expo
### Domain https://linkvertise.com ### Link https://linkvertise.com/48193/krnlc3/1 ### Version 0.0.0 ### What browsers are you seeing the problem on? Firefox, Brave ### What OS are you seeing the problem on? Linux...
SW's decompiler has been unavailable for a while now, so I'd suggest using it's [Disassembler](https://docs.script-ware.com/script-disassembler) (use basic feature detection or [`getexecutorname and getexecutorname() === 'ScriptWare'`](https://docs.script-ware.com/script-ware-functions#qx-get-executor-name)) instead of the currently still...
## 💡 Summary My docker container is serving a HTTP 503 for /streaming Websocket when connected through [NexusPIPE](https://nexuspipe.com) or Cloudflare, although not when directly connecting. ## 🥰 Expected Behavior The...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Linux ### What is the issue affecting? Annotations, Type Checking, Completion ###...
**Describe the bug** MCWDL does not appear to download villagers' trades correctly, if at all. **Steps to reproduce** 1. Find a server with a villager with a job 2. Right...
When encountering an Error class passed to ctx.error(), this PR uses error.stack, falling back to error.message, to have a proper error message. The issue with just calling JSON.stringify() is that...
Currently, JSON.stringify() is being called on the object passed to ctx.error() if it's an Object - which sadly does not work on Error classes, as they serialize to `{}`. This...
There are a bunch of dead links of seemingly abandoned projects in REGISTRY.md, some of which don't even have their images loading (on my end) - might make sense to...
This PR aims to provide complete typesafety over both packages, while additionally providing ESM builds, rather than just CJS ones. It uses [esbuild](https://esbuild.github.io/) to build the actual source, with the...