ItsShadowCone

Results 6 issues of ItsShadowCone

At the section about entity components and memory handling there's basically two options proposed for accessing neighboring components. 1: full entities wherever you need them with pointers to each component....

Linux >= 5.3 supports `ptrace(PTRACE_GET_SYSCALL_INFO, pid, sizeof(struct ptrace_syscall_info), &info)` to obtain more information about a syscall stop. Do note that it apparently only works, if `PTRACE_O_TRACESYSGOOD` is set beforehand. Happy...

I have a simple loop in Twig inside my page that iterates over an array and outputs code for mediaembed like the following ```twig {% for video in videos %}...

**Problem** Monica doesn't support modifying CalDAV resources and doesn't add calendar notifications (VALARM) itself. **Solution** The option to put (maybe configurable) notifications as calendar VALARMS additionally or instead of sending...

carddav

It's nice how you put your code in a seperate libwyog.py, but consequently, libwyog.py should only "export" (aka define) functions for like init, add, commit, etc and the wyog executable...

I hope you don't mind me breaking your program :) I found that if the tracee calls execve within a thread reverie-ptrace panics. According to the `clone` man page (`man...