Oliver Salzburg
Oliver Salzburg
**Jerboa Version** 0.0.33 **Describe the bug** When I try to vote on a post, I get a popup saying "Login first", even though I have already logged in. I can...
# Bug report ## Checklist - [X] I have searched for similar bugs in the issues. - [X] I will add the bug label to this issue. ## Version Info...
**Terraform Version & Prov:** unknown **AFT Version:** 1.7.0 (Can be found in the AFT Management Account in the SSM Parameter `/aft/config/aft/version`) **Bug Description** A third party created an AFT management...
I tried to check out the Debian installation option at , but it says: No data for home:kozec / syncthing-gtk
**Description:** When I try to install 19.6.0, the pipeline hangs on the `setup-node` step for 25 minutes and then fails. **Action version:** v3 **Platform:** - [X] Ubuntu - [ ]...
I'm currently trying to implement a check based on your `check_netint.pl` script. I'm still experimenting and am just trying to list interfaces right now, using `./check_netint.pl -C public -H SRV-PDC`....
This error was thrown while setting up an nginx run configuration in the latest WebStorm EAP: ``` Cannot run synchronous submitTransactionAndWait from invokeLater. Please use asynchronous submit*Transaction. See TransactionGuard FAQ...
`copyDirSyncRecursive` both _returns_ and _throws_ errors, depending on where the error happens. So you'd have to ``` js try { var e = wrench.copyDirSyncRecursive(); if( e ) { throw e;...
One can declare multiple `@see` annotations for an entity. This should be respected.
I'm not quite sure yet why this happens, but `pkg.dist` is sometimes `undefined` here: https://github.com/kesla/download-npm-package/blob/master/lib/index.js#L12 Instead, the returned object has a `_requested` member.