Anders Jenbo
Anders Jenbo
https://github.com/diasurgical/DevilutionX/blob/0c381798087dee4ce1d989e1569bc8d66068f2f6/Source/items.cpp#L2473 During the Save & Raid event we noticed that the brown suit didn't spawn, this seems to be because the person that entered the level didn't have the cow...
### Operating System Windows x64 ### DevilutionX version 1.5.4 ### Describe [single_0.zip](https://github.com/user-attachments/files/18893638/single_0.zip) On Windows this save causes the game to crash when loading, on Linux you can move around most...
### Operating System Mac PPC ### DevilutionX version 1.5.3 ### Describe We support SDL 2.0.3 but when trying to build you get an error regarding `SDL_RenderSetIntegerScale()` not being found. ###...
The following will report an error regarding `withTrashed()` not existing on Relation, even if customer uses the SoftDelete trait. ```php Order::with(['customer' => function (Relation $q): void { $q->withTrashed(); }])->get(); ```
Despite the documentation: https://github.com/larastan/larastan/blob/3.x/docs/features.md#model-factories Defining the model factory using: ```php /** @use HasFactory */ use HasFactory; protected static string $factory = AdminUserFactory::class; ``` Still leaves factory as unknown: ``` 32...
## **Why This Matters** Laravel developers often rely on dependency injection and interfaces to define clear application contracts. However, a common issue in the community is the tendency to type-hint...
Fixes https://github.com/isledecomp/isle-portable/issues/341 OpenGL 1.5: 1% CPU OpenGL ES 2.0: 3% CPU Software: 45% CPU What this does: - Each renderer is now responsible for output and upscaling - 2D rendering...
This is likely the cause of the warnings we get from SDL on shutdown ``` WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=30974) Cycle in lock order graph: M0 (0x720c00000960) => M1...
``` WARNING: ThreadSanitizer: data race (pid=30974) Read of size 6 at 0x729000041c89 by main thread (mutexes: write M0): #0 strcmp ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:461 (libtsan.so.2+0x5c5bf) (BuildId: 38097064631f7912bd33117a9c83d08b42e15571) #1 (libgallium-24.2.8-1ubuntu1~24.04.1.so+0xa45772) (BuildId: 48f1fa5b9817cc9b1a495564c09ffd548eb36a28) #2 FrameBufferImpl::Blt(RECT*,...