Quajak
Quajak
Are all plugs included? They get scanned but I would expect only the required plugs to actually emitted.
> i feel this is treading the symptoms but not the problem > > like would it not be better to fix the fat driver so it does not need...
At which commit did you clone the repository? we recently changed versions to fix an issue similar to this
Can you checkout commit e8029773c7f9374773c13975e2b66883f883b900 and see if it works?
I meant checkout that commit if the recent changes after that commit were the issue.
I sadly have no experience with Mac and I can't reproduce the issue locally. Unless you have some idea of getting more information, I don't know how we can solve...
While 8bit support must be added, 24bit is supported but there is some bug with incorrect handling of padding.
Additional detail is that the issue does not occur when the string interpolation is moved into a separate method.
Yeah, there seems to be an issue with string more generally. It seems to be a lot worse when using string interpolation.
FYI using `HeapSmall.GetAllocatedObjectCount() ` gives you a more accurate measurement of how many elements are currently allocated. The issue is that GetUsedRAM uses the number of allocated pages and a...