Tobias Mersmann

Results 8 issues of Tobias Mersmann

Thank you for creating this tool. Creating policies for google-chrome works as expected on Linux. However new policies are not shown under `chrome://policy/` for `chromium-browser` (installed via apt-get on Ubuntu)....

The last two lines in one of my markdown-files lead to taskwiki yelling at me with some python stacktrace. ```sh ``` sh # batch pdftotext (does not work when piping...

## Is your feature request related to a problem? Please describe Sometimes a user may want to use multiple remotes/push to multiple remotes. ## Describe the solution you'd like One...

enhancement

Multiple values for a field seem to be ignored, e.g.: The following `.vcf` (taken from this projects samples) ``` BEGIN:VCARD VERSION:2.1 X-FOO:FOO N:Gump;Forrest FN:Forrest Gump ORG:Bubba Gump Shrimp Co. TITLE:Shrimp...

### Describe the bug ``` sh pip3 install --user --upgrade 'syncall[caldav, tw]' --break-system-packages ``` Does fails (for me) during the installation process. ### Versions #### OS Version (`cat /etc/*-release; uname...

bug

``` playwright-jquery: 0.3.3 playwright(core): 1.22.1 ``` Code like this ``` typeScript await page.locator("text=fooBar").evaluateAll((elements) => { elements.forEach((element) => { // Some jQuery code jQuery("body")... }); }); ``` Will produce an error...

Trying to type nested objects seems unnecessarily verbose. According to the documentation, typing objects is possible via classes or modules. In order to type an object with nested properties, at...

When I leave a prompt via ctrl+c, my cursor won't be restored. At the moment, everything that helps is a manual `$ reset`. Adding the line `charm.cursor(true);` fixes the issue....