Irae Hueck Costa
Irae Hueck Costa
From the feedback button: > "Last 7 Days" and "Last 30 Days" seems to be broken or not working properly if there are no data for more than 1 or...
Cloudflare is not supporting it anymore blaming Chromium for removing it's support. I need to find another way to serve many small component js files.
They leak into the script include, it would look nicer if they are shorter. Collisions, maintaining counter in redis as state yadda yadda yadda ``` ```
We should not work with lists of ids but with the lazy evaluated querysets. So we need a solution where users are not passed one by one in a list...
because it only changes its container but not the host operating system
When unionfs-fuse is used from inside an chroot, `utime` fails for some invocations: ``` $mkdir /tmp/rootfs $ pip3 install plash # use https://github.com/ihucos/plash/ to get an alpine root filesystem with...
I had the problem, that this line: https://github.com/rpodgorny/unionfs-fuse/blob/24b46b68e78c5612cc33a57cbd95f899ab6e3e53/src/fuse_ops.c#L85 rightfully returns an error, but nevertheless apparently the file in a branch is created with the default owner/group, which effectively changes the...
Based on this discussion: https://github.com/rsinger86/drf-access-policy/pull/75 I simplified it a little bit.