Diego Lopes

Results 7 issues of Diego Lopes

Hello, I'm trying to generate the project files for VS2022, but I'm getting the following error: ![image](https://user-images.githubusercontent.com/5081992/147276749-b585feb2-28e6-440d-a280-6c12fb624040.png) This is my build script ```lua workspace "Engine" kind "ConsoleApp" language "C++" cppdialect...

support-request

**Details:** I'm getting that error when trying to View the table structure. My server is configured to have case-sensitive names. So the actual name is "sys.indexes" in lower case. How...

bug
need-more-info :grey_question:
fix-needs-checking

I can register structs, but function registration doesn't work, I get preprocessor errors. Such as: ![image](https://github.com/orangeduck/LuaAutoC/assets/5081992/69ff739f-a5a9-45f1-8e3f-e690259b7a53) Also, is it possible to implement member functions for the struct types?

When I use this along with other file-based plugins such as ImagePicker, the file providers will conflict with each other. In order to fix this, i've had to create a...

So this is my very small XML parser 😛

So I built an app using Preact and [preact-iso](https://github.com/preactjs/preact-iso) for routing, but when I setup the VitePWA plugin it doesn't work. It tries to find `service-worker.js` on every route and...

Hey, I'm trying to ZIP relatively big files (>50MB) on Flutter Web but every time ZipEncoder.encode is called, the entire UI freezes, even if I use `compute`. What can I...