checkraisefold

Results 49 issues of checkraisefold

### Operating System Windows ### What's the issue you encountered? The rendering optimization at https://github.com/WerWolv/ImHex/blob/master/main/gui/source/window/window.cpp#L677 causes issues when the 3D visualizer is being rendered and not outside of the ImHex...

bug

### Operating System Windows ### What's the issue you encountered? The file opens and *displays* fine. However, attempting to copy paste the data out of the display results in solid...

bug

A very popular, and still growing, fork of Lua is [Luau.](https://github.com/luau-lang/luau) It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other...

`definitionModuleName` is only defined in the case of an explicit table definition using AstExprTable. However, when a TableType is resolved from an AstStatTypeAlias with an AstTypeTable contained, no `definitionModuleName` is...

bug

- [x] Fixed autocompletion - [x] Fixed type registration and diagnostics - [x] Fixed inlay hints - [x] Fixed hover types/documentation - [x] Fixed sourcemap Luau issues worked around: -...

On the new solver, you cannot use a type declared later in the file inside of declaration files. This causes a very large amount of errortypes to pop up. Examples...

**DISCLAIMER: THIS IS MY FIRST ACTUAL PROJECT IN RUST. Terrible code will bleach your eyes!** Because of that, this PR also has edits by maintainers on. This PR adds support...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior Currently, existing code fetches the client IP with `REMOTE_ADDR` from the...

🐛bug

The [xdg-desktop-portal spec](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.GlobalShortcuts.html#org-freedesktop-portal-globalshortcuts-bindshortcuts) specifies the trigger_description member of a returned shortcut as a human-readable text describing how to trigger the shortcut, i.e. the assigned keybind. KDE implements this properly, gathering...