Andreas Knöpfle

Results 14 issues of Andreas Knöpfle

Maybe we want to deal with those: ``` 08:16:15.577 [info] Function passed as a handler with ID "print_to_pdf_start" is local function. This mean that it is either anonymous function or...

With #153 we can see that it is sometimes useful to test not only against one but multiple versions of chrome, elixir, erlang & ghostscript. Maybe we can use a...

In the context of #160 we debugged a bit into certain cases, when we have files that do not exists or when we have no permission. We have a very...

Fix #40 Switch to new multi syntax in `#add` call. See https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#460 This syntax was introduced in 3.0.0 and the old style will be deprecated in 5.0.0.

After updating `redis-rb` in our project we received the following deprecation warning: ``` Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. redis.multi do...

We could make it easier to release tickety tick by automating it a bit better. - [x] Add a task for zipping the safari extension - [x] Add a script...

Just adding this as an issue, to not get lost :) https://github.com/bitcrowd/chromic_pdf/pull/194#issuecomment-1361140276 --- Implementation ideas: - Simple but meh: Spawn a task for each and await them all - Reasonable...

enhancement

For our time tracking tools it would be great to have the option sometimes to get a ticket title as just the headline, without the description attached, since we there...

For us it would be super useful if we could have the jira EPIC and software component as a configurable placeholder, that does not do anything for the other adapters....

I have lately seen that people use Tickety-tick with JIRA a lot with the commit configuration: ``` [{id}] {title} ``` rather than ``` [#{id}] {title} ``` This is because unlike...