Stijn De Weirdt
Stijn De Weirdt
with DRF 3.9.1 we have errors for custom permissions with following exception ```AttributeError: OperandHolder instance has no attribute '__name__'``` the `self.pattern.callback.cls.permission_classes` seems to return a mix of classes and instances...
We have a logstash grok filter with a single `match => {message => '%{PATTERN}'}`, where `PATTERN` is made out of several other patterns joined with `|` (i.e. a grok file...
``` export DEBUG_EASYBUILD_OPTIONS=1 ``` enables early debugging (unset or set to 0 to disable) ``` export FANCYLOGGER_GETLOGGER_DEBUG=1 ``` enables debugging in fancylogger getLogger ``` export FANCYLOGGER_LOGLEVEL_DEBUG=1 ``` enables debugging in...
as EB has cairo as a build dep, it might make sense to set cairo as a site default in `EBROOT/lib64/R/etc/Rprofile.site` by creating that file and adding `options(bitmapType = 'cairo')`...
i ran into some sites that have a sitemap with xml prefix/namespace support i now monkeypatched my code with following snippet to work around it ``` from trafilatura import sitemaps...
we have a setup with a fuse-overlayfs (v1.8.2) that is a readonly filesystem of the underlying filesystem. the underlying filesystem is lustre, and that has cache logic that is annoying...
not a bug, just a bit confusing sometimes. not sure what pattern th elinker looks for, but i guess files with name `lib*` or somthing like that
Based on similar method and unittest from `Modules::RequireEndWithOne` Fixes #709
cfr discussion at #2362