Enteee

Results 29 comments of Enteee

I would also suggest re-opening this. I have the same bug with `autorandr 1.8.1`.

@wtdcode by removing old_dev you might have accidentally closed this pr... Can this be easily re targeted to dev?

I am investigating this and it looks like this happens because something creates an empty output image file (`/tmp/tmp.OUclQpvXEQ.png`) before scrot is invoked. Scrot then won't write (unless `-o` is...

ah wait got it, `mktemp` obviously creates the empty file. So the fix for this should be as simple as adding `-o` when we call `scrot`.

The linked commit https://github.com/resurrecting-open-source-projects/scrot/commit/489e3229045962be2f63535ecd70cd15e6e2414d caused this to happen.

Ah hang on, i just realized that this error might not be related. I am so sorry, i was facing a different issue which i fixed with the linked pr...

related: #25

Hello and thank you for your interest in this project. I am not quite sure what you are trying to do. Especially what do you mean by "an api for...

Maybe I should explain my use case for this. I am currently using something like: ```yaml image=image: [...] tags: [ "{git.branch}" ] ``` which fails when users decide to create...

it would be nice if a default for a variable would be handled the same as a string with config variables. Which means, for `{env.a:{env.b}}` with `a=1; b=2`: 1 with...