Joe Phillips
Joe Phillips
Right now the "new document" button exists in the Documents panel (which stays collapsed for some people). Being able to double-click the tab bar to create a new tab would...
I'm having trouble narrowing down what's causing this null ref to happen on dapper 2.0.4. The DB is mariadb 10.2 using MySqlConnector 2.1.8 ``` System.NullReferenceException: Object reference not set to...
For some reason I am not able to enable identity insert, do the bulk insert, then disable it again. Am I doing something wrong or is this a bug? ```...
The handler interface does not support async implementations. Either add a new async method implementation or replace existing one to return a Task. Add async wherever else it makes sense...
Is it possible to support associative arrays in the future or is there a reason this couldn't happen? I suspect some sort of hint would need to be provided to...
The Librato config supports a "source" doesn't it? This is being overwritten by the collector name. Is this simply not supported yet? statsd.net-v1.5.0.0
My understanding was that updating the `` name attribute would modify the first piece of the metric to be "statsd" instead of "statsdnet". For some reason this doesn't appear to...
I'm running into an issue with the following code. You can see that it's inserting an `0x02` and `0x08` where it shouldn't (see the right side of the diff). The...
#### Motivation I would like to be able to set http headers when connecting to ws/wss endpoints #### Detailed design Allow some advanced options that would let me define headers
The default value of the lock timeout is 10min but if a job takes longer than 10min, it will spawn a new cron job, assuming that the lock timed out....