Adam Hellberg
Adam Hellberg
There is an issue when parsing an RRULE string that does not begin with "FREQ". The current parser extracts the first occurrence of "FREQ" and everything following it, meaning that...
The AUR packages currently fail to build because the latest release (0.1.12) locks the openssl dependency to an ancient version that breaks with modern OpenSSL.
Example: The color used for ignored files in the project/solution view (here shown in Rider):  This is nigh impossible to read unless you squint really hard. It's a tiny...
### Minecraft Version 1.20.4 ### Immersive Engineering Version 11.1.0-172 ### Expected Behavior Should be able to set the redstone values on the interface connector, just like in 1.20.1. ### Actual...
### Describe the bug When trying to make a setup where the pattern grid will automatically replenish patterns by using an exporter, nothing actually gets exported to the pattern grid....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) Kong 3.6.1 ### Current Behavior Calling `PUT /upstreams/{upstreamName}/targets/{target}`...
When the VSCode extension sets up `settings.json`, the paths it inserts are hardcoded for the current user and machine, and will (most likely) not work on another user's setup (or...
When having a lint config like: ```moonscript { whitelist_globals: { ["spec/"]: { "it", "describe", "setup", "teardown", "before_each", "after_each", "pending" } } } ``` It works correctly on Linux, but the...
When starting or joining a multiplayer campaign (or any other game mode) using the "Official dedicated" option, the game will crash just before halfway on the loading bar. The crash...
Steps: 1. Add `GetChatTypeIndex` 2. Set arguments to `"RAID"` 3. Press the function in list to execute 4. Observe return value Expected: `4` (as reported by `/dump GetChatTypeIndex("RAID")`) Actual: `0`...