Pirulax

Results 88 issues of Pirulax

**Is your feature request related to a problem? Please describe.** Export local types (enums, structs) with dumpinfo **Describe the solution you'd like** I'm willing to write the code for it....

type/enhancement
help wanted
component/ida

Hello! The library is overall very good, and useful, thank you for it! I just have one problem, it being that the library depends on `importlib`, which wouldn't be an...

Hey, so I have this issue where, for some reason when I stop the process with `ctrl + c` (when debugging in vs:code) or (sometimes) restart the service with `systemctl`...

### Description Select inputs dont appear in modals on mobile at all, while they work just fine on desktop ### Steps to Reproduce Send a modal with a select. I'm...

bug

Okay, so I'm using the Solana pip package, and when websockets are used I have issues launching it after it has been compiled with Nuitka. The code works without any...

bug
develop
excellent_report

Changelog: - Removed redundant `m_SyncedData` - Changed map type to `CFastHashMap` as we want the absolute maximum performance - Removed `IterBegin` and `IterSyncedBegin`. Replaced it with `GetAll()` for based range...

refactor

Originally made for #2129. Adds `std::string_view` support to `SFixedString` + a 2 `Assign` functions: - `Assign` - assigns a `string_view` or `const char*` value - `AssignAtMost` - same as above,...

refactor

Moved all our custom userdata push stuff from `LuaCommon` to `lua::`. Eventually all `lua_push` should be replaced with `lua::Push` for code consistency reasons. I originally didn't want to do the...

refactor

Refactor `CLuaVehicleDefs` server side to use new parser only. (Except `createVehicle`) Also, moved all functions to be static in the source file, instead of being part of the class, this...

refactor

Requires #1450 and #1419

refactor