Daan Vanoverloop

Results 11 issues of Daan Vanoverloop

It's still the red icon. I'm using elementary os loki 0.4. I restarted both megasync and wingpanel, but it doesn't seem to work.

bug

The function call to `non-destructive-map-merge` might have to be a recursive call to `map-deep-merge`. https://github.com/TheComputerM/svelte-materialify/blob/f30b6aa31f869968a9eb2f13e083334a64ee4e55/packages/svelte-materialify/src/styles/tools/_functions.scss#L23-L31 I believe this is why I can't create a custom dark theme if I try...

I added bindings for `tablet-unstable-v2`. There are probably errors, so I'll leave this as a draft until I know it works.

I'm from /r/TheBlueCorner and I want to configure it to automatically place blue tiles in the blue corner. Is this possible right now? If yes, how?

question

On some versions of gcc, compiling `mkfs.c` fails because of the `stringop-truncation` warning triggered by this line: https://github.com/mit-pdos/xv6-riscv/blob/riscv/mkfs/mkfs.c#L154. See [gcc docs](https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation) for an explanation of this warning. In short, if...

Hi, I wanted to explore if bindgen could support template functions and methods if some explicit instantiations are given in the header file, as explained in #492 (implicit instantiations also...

**Describe the bug** In some documents (with a lot of written text and images), memory usage jumps to multiple gigabytes when panning and zooming out aggressively. **To Reproduce** I don't...

performance

Upstreaming some changes in my personal fork. If I recall correctly, this change to `aep_trampoline.S` was necessary to make `libsgxstep` relocatable. Without these changes, it is not possible to link...

Add a helper function to enable the debug opt-in for SGX, which can be used to single-step a debug enclave with a trap signal handler.