Results 13 issues of Dolf Schimmel

In some situations it's okay to receive stale data. In fact, I have an application that depends on it. I wasn't able to access that data out of the box,...

Migrate never writes to the GracefulStop channel, so why not guarantee that by turning the chan into a ReadOnly channel? In my case I already had such a channel available...

I've got a row defined: "date_disconnect" datetime DEFAULT NULL I'm also running mysql in strictmode: ``` > select @@global.sql_mode\G *************************** 1. row *************************** @@global.sql_mode: REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI,STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION ``` I set these modes...

bug

This is a follow-up on MR #49 by @emersion . All credits should go to him :) I had a need to parse 4in6 addresses myself as well, so I...

I was just experimenting a little bit with ext-fiber, and was wondering whether running closures concurrently will be supported. Say I have an array of closures that will fetch stuff...

question

Hi folks, We're currently considering to start to use either Varnish version 3 or 4, combined with this plugin. As such, I was wondering if you happened to have looked...

I was really happy when I found this repo. However, testing it (and my own) code in production I found a case that results in the occasional panic. This PR...

- Add license file - Implement reader support for CalculateDifferences - Allow to use alternate hashing mechanisms (like xxhash) My suggestion would be to make this branch the new default...

### Is your feature request related to a problem? Please describe. I'm implementing the new Debian repo, but it only has an A record published. No AAAA-record. Would it be...

enhancement