Giovanni Bajo

Results 59 issues of Giovanni Bajo

RLS is stuck in the "building" or "build_script_build" phase. There is not generated output, save for this error any time I save a file: ```Error - 1:55:20 AM] Request textDocument/formatting...

I found a WAV file that dr_wav couldn't open. Inspecting it showed a `RIFX` header. I found references online that is identical to a standard RIFF file, but with all...

feature request

In #27, we refactored xm_frequency to split arpeggio (note offset) from vibrato (period offset). Unfortunately, we did test it properly only for amiga frequencies. It turns out the linear frequency...

SWL/SWR do a single bus access because SysAD supports 24-bit memory writes: https://n64brew.dev/wiki/SysAD_Interface Ares emulates them doing multiple 8/16/32 bit accesses. This does not matter most of the times, but...

core-n64

The test ROM https://github.com/Mr-Wiseguy/N64-Cache-Emulation-Tests changes the body of an already-run function, without invalidating the icache, and verifies that the previous body is run. This was failing on Ares with the...

Previously, the timer interrupt was only being checked at the end of each recompiler blocks, so each interrupt was potentially delayed until next branch. Now, it is checked as part...

We are getting a certificate error in ChatSecure for Android for our XMPP company server (xmpp.develer.com). We are using a AlphaSSL SHA2 (GlobalSign CA) certificate, which is accepted by all...

This branch contains some fixes to fp_prime_random_ex. See the specific commits. Specifically: 1) Remove unused "t" parameter. 2) Avoid generating primes with MSB=0x80 when size is a multiple of 8...

The current testcases for VMACF do not show what happens if the accumulator hits the 32-bit signed overflow. For instance, see the following sequence where I show a single 16-bit...

Currently, TrailDB sorts internal events using libc's `qsort` function, which is not stable. This means that events with identical timestamp will be reordered, which is especially confusing in case the...