Dennis Schön
Dennis Schön
Hi, first of all: thanks for your work on sqlc, it's really amazing! This adds support for the `UNSIGNED` attribute in MySQL. Unfortunately we can only support `NOT NULL` columns...
Hi, is it possible to log the error type in addition to the string? And if not would you be open for a PR that adds the functionality? The background...
Not sure if it's a misconfiguration on my side or if it's simply not supported. Rails 5.1.4 identity_cache 0.5.1 Given: ``` class Person < ActiveRecord::Base include IdentityCache belongs_to :client, inverse_of:...
_[This is just a proof-of-concept to see if the general connection works]_ Trigger the new-mail logic in a notification observer. * add a hash to `IndexPrivateData` to keep track of...
* `compose_email_observer` is only interested in `NT_ENVELOPE` * `pager_index_observer` is only interested in `NT_INDEX` * `sb_index_observer`is only interested in `NT_INDEX`
This exposes the simple `SBThreadStepInto` with only one parameter as `step_into()` and the existing one as `step_into3` (better name suggestion welcome, maybe `step_into_until()`?).
This adds support for function execution (`exec sync-mailbox`) to the `shutdown-hook`. Notes: * only `Index` and "Global" functions are supported * the functions are only exectured after the whole hook...
During a migration I had the (unfortunate) situation that some logjam agents where sending requests and events in UTC time and some in CET. (See also: https://github.com/skaes/logjam_agent/issues/32). It looks like...
This fixes the [Missing return-value check for a 'scanf'-like function](https://github.com/neomutt/neomutt/security/code-scanning?query=is%3Aopen+branch%3Amain+rule%3Acpp%2Fmissing-check-scanf) alerts from Github code scanning. There are a lot more places where we don't check the return value of `sscanf()`...