Carlos Villela

Results 10 issues of Carlos Villela

Got: ``` npx mysql-schema-ts TypeError: Cannot read property 'substr' of null at Function.ConnectionConfig.parseUrl (/Users/carlos.villela/dev/src/github.com/segmentio/sprout/node_modules/mysql/lib/ConnectionConfig.js:177:29) at new ConnectionConfig (/Users/carlos.villela/dev/src/github.com/segmentio/sprout/node_modules/mysql/lib/ConnectionConfig.js:9:32) at Object.createConnection (/Users/carlos.villela/dev/src/github.com/segmentio/sprout/node_modules/mysql/index.js:13:34) at new MySQL (/Users/carlos.villela/dev/src/github.com/segmentio/sprout/node_modules/mysql-schema-ts/dist/src/mysql-client.js:27:35) at Object.inferSchema (/Users/carlos.villela/dev/src/github.com/segmentio/sprout/node_modules/mysql-schema-ts/dist/src/index.js:40:16) at main...

bug

Please consider using https://argcomplete.readthedocs.io/en/latest/ to generate an autocomplete script for bash. It's an easy win for teh fat-fingered among us :)

t:feature
pinned
v2

On our project, we are using `git-crypt` to safely store privileged material. Talisman is giving off false positives in that case, rendering it almost useless (as an exclusion list has...

This makes the Go generator prepend struct field comments, so instead of: ```go type Bar struct { Foo string `json:"foo"` // this bar's foo } ``` ...we get: ```go type...

When I run `org-jira-get-issues-from-filter`, in order to look up a story that hasn't been assigned to anybody yet, I get the following error in the messages buffer: ``` byte-code: SOAP...

Hey guys! Not sure if bt is maintained anymore (if it isn't, is there a replacement?), but I tried to install it earlier today and got this: ``` ~/src[0]$ git...

The spec is not officially out yet, but browsers worth caring about already implement good chunks of it, so why not? Check out Paul Irish's boilerplate: http://html5boilerplate.com/

Story not ready

## Summary Fixes #50 - `select_all` and related methods now properly raise `DbException` when ClickHouse returns error responses, instead of silently returning empty results. ## Problem When ClickHouse returns error...

Add `!` prefix support to `apiKey` field in `models.json` to execute shell commands and use stdout as the API key. This allows users to store API keys in secure credential...

## Summary - Fixes #357 - Trashed documents were showing up in folder listings but not in search results - Added `trashed = false` filter to ensure consistency between search...