Volkert de Buisonjé
Volkert de Buisonjé
Great porting work, @galazwoj! I tested whether I could assemble [your MASM port of digpak](https://github.com/galazwoj/digpak) using [JWasm v2.14](https://github.com/Baron-von-Riedesel/JWasm/releases/tag/v2.14) from within Linux, and it worked. Apparently JWasm (at least the Linux...
@MobyGamer If I understand [your earlier comment](https://github.com/jratcliff63367/digpak/issues/5#issuecomment-974718537) correctly, you will find a MASM port acceptable if it's at least tested with MASM 6.x and a binary comparison is done to...
One more caveat that I ran into while assembling the sources in Linux: by default, Linux uses case-sensitive file systems. This will prevent the build from succeeding, unless I convert...
@MobyGamer I have given this some more thought, and I've come around to what you said earlier. Perhaps it would indeed be better to keep this repository on John's account...
One improvement that I would still like to make to this repository before it is archived, is to preserve any original file modification times using the [git-store-meta](https://github.com/danny0838/git-store-meta) plugin. [I proposed...
Tested this with v0.7.5. It has the same issue.
Quoting [this reply in the duplicate topic](https://github.com/GloDroid/glodroid_manifest/issues/175#issuecomment-995630016): > Duplicate of #152 . > > Currently only software codecs are supported. There is a way to integrate stateful codecs support which...
In her blog she says that the `vicodec` driver should expose three interfaces under `/dev`: - One for a stateful encoder (not applicable for the Allwinner SoC) - One for...
During the entire episode, this happened several time, more than just twice. It just happened again. During this occurrence, I noticed that right after the audio cuts off, the screen...
It's not just an issue in FreeBSD. I'm getting the same `no default font found` error with lapce `v0.3.1` when I try to start the Linux executable (from [Lapce-linux.tar.gz](https://github.com/lapce/lapce/releases/download/v0.3.1/Lapce-linux.tar.gz)) in...