Janek Bevendorff
Janek Bevendorff
### Description I have a `CIBW_BEFORE_TEST` step in my GitHub CI pipeline that looks like this: ``` python -c "import sys,glob; open('requirements.txt', 'w').write(glob.glob('wheelhouse/MyApp-*cp'+''.join(map(str, sys.version_info[:2]))+'-*.whl')[0])" ``` (the actual command is irrelevant,...
This issue is related to #462 I tried fixing up the controller to be compatible with Kubernetes 1.22, but it seems to be an endless rabbit hole and I am...
When using K9 mail with IMAP/SMTP servers other than well known mail service providers like GMail, automatic configuration of new mail accounts will almost certainly fail. It would be great...
## Description I recently upgraded to the 3.0 beta version of this bot. Shortly thereafter I had to realize that cron jobs started failing, because they ran out of file...
linuxdeploy is quite verbose at the "error-only" verbosity level printing messages like ``` linuxdeploy version 1-alpha (git commit ID 652ef5a), built on 2019-12-13 21:27:34 UTC ``` The appimagetool (sorry if...
**Describe the bug** The touch cursor inside the comment field is extremely stubborn and refuses to appear where I want it to be. This is extremely annoying when trying to...
Head and body selection is broken on Git, but works in 2.1.0. This is a regression introduced in 0c4010b10a922a45513d67beec0ddd29c2951f85. Reproduction example: ```c #include void serialize(lxb_dom_element_t* node, lxb_dom_document_t* document) { if...
Sorry to abuse the issue tracker as a support platform, but is there a way to reference-count individual DOM nodes or at least check if a given `lxb_dom_node_t*` pointer is...
As discussed in https://github.com/lexbor/lexbor/issues/134#issuecomment-912758714, here the feature request: `getElementById()` is a standardised DOM function for which Lexbor does not offer an efficient implementation at the moment. The only options to...
It would be amazing if this plugin supported other bucketing aggregations such as Significant Terms for a filtered expression. Right now I can only use a Terms aggregation, which is...