Aaron L

Results 9 issues of Aaron L

If using a primary key that includes a `timestamp` column in `mssql` the queries don't seem to be able to complete successfully because when we pass in a timestamp, `mssql`...

bug
help wanted

Hi Eric :) This issue has been a long-standing thorn in our side: https://github.com/volatiletech/sqlboiler/issues/803 https://github.com/volatiletech/sqlboiler/issues/607 Problem begins here (I think): https://github.com/ericlagergren/decimal/commit/50723dcdd23ab847e98361304620c97b0a7e177c We've been telling people to pin at the last...

Hi @ericlagergren, more trouble from the sqlboiler world :) Issue https://github.com/volatiletech/sqlboiler/issues/607 details the failure to be able to insert our wrapper type into the database anymore. After reconstructing a small...

https://hackernoon.com/im-harvesting-credit-card-numbers-and-passwords-from-your-site-here-s-how-9a8cb347c5b5

I was working with this library in order to implement bidirectional communication over grpc-web using a new elm protocol buffer library that makes use of this. In order to get...

Extensions should be registered by a bot owner in some fashion through the configuration. One idea is to use public/private keys to identify the extensions and thus allowing them or...

enhancement

The extension package needs writing. In this extension there should be a way for a process to start as an extension. That means to hook into an existing bot via...

enhancement

Omitnull has an issue where IsSet != !IsUnset because when the null state enters the equation they can both be false which is unexpected behavior from several developers and even...

* Add IsSetNonNull * Change IsSet to return true if Set || Null