Benno Fünfstück
Benno Fünfstück
This is caused by https://github.com/mooz/js2-mode/issues/450
yeah, but it could still return a `Maybe a` perhaps with the old value?
I am using pwndbg on arch without much problems. For `heap` support, you need a glibc with debug symbols which you can get by following the steps in https://wiki.archlinux.org/index.php/Arch_Build_System to...
@KillPinguin Assuming you have enabled `DEBUG` in `/etc/makepkg.conf`, do the following steps: ###### for 64 bit glibc debug symbols: ``` $ svn checkout --depth=empty svn://svn.archlinux.org/core arch-core $ cd arch-core $...
I have thought a lot about how to handle these compile-time query checking features (not in rust, but also in other languages). Needing access to a database of the same...
> As a little thought experiment, consider this simple query: `select my_function()`. It's super basic, but at the same time it's impossible to know what type it will return for...
I definitely agree that parsing queries should be avoided. As far as I can see, with `query_as!`, the rust types of output/input are known (parameters must be known because they...
> @bennofs Could this be because we always use pseudo-transparency for the tray? Yes, that should be the reason. Pseudo-tranparency will of course not get compton-blurred because we calculate the...
This would be a great feature to have if using a drawing tablet, which only has one "button" and is quite awkward to use while holding keyboard modifier keys. With...