Torsten Curdt

Results 119 issues of Torsten Curdt

I know what paperless-ng does (no need to explain that in readme), instead maybe explain what the addons can be used for? I still don't get what the integration with...

I am calling `db.Save(&model)` to save (or rather insert) two million objects. This is incredibly slow. Is there a faster/better way of doing this with `storm`?

### Description I am trying to disable the completion menu - but it appears anyway. ![Screen Shot 2021-03-22 at 04 05 18](https://user-images.githubusercontent.com/13697/111935527-f21a5580-8ac3-11eb-94da-e1709d09b5dd.png) The main reason I want to disable the...

I have ``` feed.atom: posts/*/*.md inner-template ``` in the verbose output ``` Found page: feed.atom; rule: &{[posts/*/*.md] [inner-template]} ``` yet if just gets copied and the template does not get...

I was trying to build your site but when serving the pages I get ``` $ make w gostatic -w config Rendering 0 changed pages of 292 total Starting server...

Seems like there is a problem with asciidoc 8.6.3 ``` $ make pdf a2x -f pdf LibeventBook.txt a2x: ERROR: xmllint --nonet --noout --valid /Users/tcurdt/Desktop/libevent-book/LibeventBook.xml returned non-zero exit status 4 make:...

It seems to have the wrong metric name ``` Dry run: Won't delete any data Fetching data from Prometheus pushgateway Found jobs: 9 Expired jobs: 9 (Dry run) Deletion of...

I assume I am just missing the peg-markdown library install ...but the instructions should reflect that ``` $ git clone git://github.com/rtomayko/rpeg-markdown.git Cloning into rpeg-markdown... remote: Counting objects: 290, done. remote:...

I want to trigger another workflow when the release has been published ``` on: release: types: [published] ``` Looking [at the code](https://github.com/softprops/action-gh-release/blob/master/src/main.ts#L46) I am not sure, but it looks like...

``` $ go run test.go ``` works just fine but trying `ffjson` I get ``` $ type ffjson ffjson is hashed (/Users/tcurdt/Projects/json/.godeps/bin/ffjson) $ ls -la total 24 drwxr-xr-x 6 tcurdt...

bug
enhancement
documentaion