Dennis Schridde

Results 161 issues of Dennis Schridde
trafficstars

`X3R_main` is an ELF32 (!) binary which directly links against: * /usr/lib64/libSDL2-2.0.so.0 (media-libs/libsdl2-2.0.5) * /lib64/libz.so.1 (sys-libs/zlib-1.2.11) * libavformat.so.53 (not available in Gentoo; probably from an ancient version of media-video/ffmpeg) *...

`Tropico5` is an ELF32 (!) binary which directly links against: * /usr/lib64/libgcrypt.so.11 (dev-libs/libgcrypt-1.5.6-r101) * libcurl-gnutls.so.4 (provided by net-libs/libcurl-debian-4 from steam-overlay, but not picked up by scanelf from LDPATH) * /usr/lib64/libopenal.so.1...

`AlienIsolation` is an ELF64 binary which directly links against: * libpcre.so.3 (not available in Gentoo; dev-libs/libpcre-8.41:3 provides libpcre.so.1) * libjpeg.so.8 (might be available in media-libs/jpeg-8d-r2:8, but I use media-libs/libjpeg-turbo-1.5.1, which...

Rust names it "jobs", too. Fixes: ad61bf8325774d4858ffb3a8127629b174d27db8 Fixes: df53819082c8c758661fabe4864afa45fce662b6 Signed-Off-By: Dennis Schridde

It would be nice if the systemd-boot/gummiboot /boot layout would be supported. Sample data: ``` /boot/${MACHINE_ID}/4.7.0-gentoo: insgesamt 18M -rwxr-xr-x 1 root root 13M 28. Jul 00:56 initrd* -rwxr-xr-x 1 root...

layout

The documentation on [EventLess Transitions](https://lucywang000.github.io/clj-statecharts/docs/transitions/#eventless-transitions) describes very well what happens when in state `:s1`, event `:e12` happens and either `guard23` or `guard24` return true. If they are not true, it...

standard-compliance

The Sentry event payload supports `REMOTE_ADDR` under the `env` key: * https://develop.sentry.dev/sdk/event-payloads/request/ * https://develop.sentry.dev/sdk/event-payloads/types/#request The `:remote-addr` key can be added to ring requests using `ring.middleware.proxy-headers` from `ring/ring-headers:0.3.0` that is e.g....

Sentry documents its HTTP interface name as `request` instead of `sentry.interfaces.Http`: * https://develop.sentry.dev/sdk/event-payloads/request/ * https://develop.sentry.dev/sdk/event-payloads/types/#request

`prone.stacks/normalize-exception`, via `prone.stacks/add-data` sets a `clojure.lang.ExceptionInfo`'s `ex-data` as `:data` on the normalized exception. This data is generally useful, so pass it on to Sentry via the `mechanism.data` key of the...