Daniel Richard G.
Daniel Richard G.
Hi @CuriousTommy, In testing a Mono-based build of SPICA (see PR #51), I encountered the same error you reported. I'm trying to nail down exactly what the problem is, beyond...
Thank you @CuriousTommy for the comprehensive information! I'll be reviewing it soon (bit late for tonight). I'm even more a stranger to the .NET environment, which is why I put...
Okay, this has been a bit confusing. I have a couple of findings to report. First, Mesa's software rendering support seems to top out at OpenGL 3.3 with GLSL 3.30....
Well I'll be a monkey's uncle... I've managed to make this work. I borrowed a laptop with an Intel GPU, described as "Intel(R) HD Graphics 5500 (Broadwell GT2) (0x1616)". Full...
Thanks for trying this out @CuriousTommy, I'm glad to hear it addresses the issue for you as well! (I don't suppose you ever had this problem running SPICA on Windows...
Is a one-line PR really worth the trouble? This kind of needs some feedback, too, as I'm not terribly familiar with shader coding. It's possible that there's a better way...
Hi, I've seen problems before where reads/writes on CIFS fail if they are larger than 64MB. Here, it's reading exactly 3MB (3145728 = 3 \* 2^20) before it fails, so...
I messed around with a Go debugger (delve) to try to figure out where the issue was happening. I have little experience with Go, so I probably got one thing...
Is there a way that pam_fscrypt can detect the situation, and peace out with a explanation if it's present? That would at least address the bad behavior, and put the...
@josephlr, that systemd-service proposal looks pretty good. I especially appreciate this point: > * No ties to systemd in particular. Any init service can call `fscrypt system [start|stop] `. @ebiggers,...