Uli Fahrer

Results 49 comments of Uli Fahrer

Looks like something is odd with the ansible role. @C0nsultant Could you please take a look? ```bash ERROR Computed fully qualified role name of C0nsultant.ansible does not follow current galaxy...

@philippguertler I've created a pull request to fix your issue [here](https://github.com/jonaswinkler/paperless-ng/pull/1262). If you find the time, it would be nice to check whether this resolves your issue or not. Please...

Are you planning to release the new tagger soon? Here's BTW another challenging sentence: > She sent him a present. The current POS-tagger classifies the token `present` as an adjective,...

I do experience a similar mismatch between the actual CPU and RAM usage compared to what the Dracula theme shows in the status bar. It also shows GGB instead of...

@ethancedwards8 Looks like the fix from RAM does not work in my case. Here is more information for debugging: ```bash // RAM $ memory_usage=$(free -g | awk '/^Mem/ {print $3}')...

@ethancedwards8 Sry it took so long. Let me know if I can provide something else. ```bash $ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # Hotkey + I # Changes to .tmux.conf #...

Duplicated [Stackoverflow question](http://stackoverflow.com/questions/39575933/need-to-simulate-click-event-for-angular-vis-js-network-node).

Hi, I think there is a copy paste error in the code for the network onload event. ``` // Create the graph2d object network = new vis.Network(element[0], scope.data, scope.options); //...

I found a similar problem with the `stabilizationDone` callback. The following does not always trigger the `$watchCollection` for the `options` field. However, sometimes it is triggered quite late. I try...

The files shipped with `2.4.20` are actually the ones from `Picovoice/porcupine`: > https://github.com/synesthesiam/rhasspy/blob/de0824e49a09452f422f90b03fb3e8fdd8488e40/profiles/defaults.json#L338 @kroka Can you see any problem with the files linked in the `default.json` file? The only thing...