Markus
Markus
Normally autowidth is calculated for each cell, so this will have a very wide first column: ```rb sheet.add_row ['A', 'B', 'C'] sheet.add_row ['Some Long Text' * 1000, 'B'] sheet.add_row ['A',...
According to this line in the specs ... https://github.com/rossta/montrose/blob/2487a31fb4b2703a82fd3ed3499e9fba3ea3849d/spec/montrose/frequency/secondly_spec.rb#L16 ... it seems to be intended, but just now it triggered a bug for me: `Montrose.every(:second).events.next` de facto returns a time...
Is there an official way how to get this on ubuntu 18.04? It looks like it was removed from the repository (see the [history](https://reposcope.com/package/pdf2htmlex)). Is the only way to compile...
The way non digest assets are created changed a little bit from always copying the whole to only copying changed files on each run. With this, the task can automatically...
fixes #3 and removes a deprecation warning for Dalli >= 3.0.0 Basically it blows up when doing `Suo::Client::Memcached.new` or `Suo::Client::Redis.new` without the respective gem and *not* passing in a custom...
Getting a deprecation warnings with rails 5: > DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from module:TranslationHelper...
When I plug in the yubikey it simply says "Unknown error occured": Looks like there is an incompatibility with the newest mac os 10.15?
Just sent my first test messages successfully, thanks for this project! One thing I'm missing already: I'd want to specify for an alert if it has a high priority (-->...
I see it is possible to monitor the envoy, inverters and relays with the enhpase addon. Could it be possible to monitor betteries, too? I can get the data from...
I have to following panics with flatcurve enabled: Panic line 132 ``` Panic: file index-search-result.c: line 132 (index_search_result_update_flags): assertion failed: (result->search_args->args == &search_arg) Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(backtrace_append+0x46) [0x74e9890a2846] -> /usr/lib/dovecot/libdovecot.so.0(backtrace_get+0x22)...