Jim Kalafut

Results 9 issues of Jim Kalafut

Hi! Thanks for Clear which is working great. I'm struggling to use `change_column_type` or even directly `AlterColumn` in a migration. I continue to get: ``` In lib/clear/src/clear/migration/operation/columns.cr:73:28 73 | def...

The conversion of a Diagnostic to an error string assumes a meaningful subject: https://github.com/hashicorp/hcl/blob/90676d47a0ce038f02596e2aa5894bf0c57fad56/diagnostic.go#L77 In practice I'm seeing errors such as `: Configuration file not found; The configuration file foo.hcl...

It seems that the General Search function is case sensitive, but I feel it would be more convenient if it wasn't. It would be nice to quickly type "laura" and...

The gnucash reference link appears to be dead. I think the current location is: https://github.com/Gnucash/gnucash/blob/master/src/import-export/qif-imp/file-format.txt

Hi, and thank you for an excellent library that I've used for years! This driver stores `time.Time` values as strings: https://github.com/mattn/go-sqlite3/blob/85436841b33e86c07dce0fa2e88c31a97c96a22f/sqlite3.go#L219 but for compactness and consistency I always prefer to...

I'm scoping a V1.1 release that will add the first new features since the initial release in 2015. The intent is to maintain backward compatibility, so this will not need...

Hi, Our Jira setup requires a Resolution ("Done", "Won't Fix", etc.) when closing an issue, but there doesn't seem to be a way to set that via this GH Action.

I'm using version v0.3.13 in a mostly vanilla fashion: single server replicating to S3. The only modifications have been to the retention setup: ```yaml retention: 168h snapshot-interval: 24h ``` Things...

When testing with an `expirable.LRU`, I've seen the crash below. I was using size=100 and expiration=1 second, and the access pattern was all around a single key. The test had...