Tim Ambler

Results 8 issues of Tim Ambler

Page does not exist: http://chocolatapp.com/w/

# Environment Knex version: 0.20.4 Database + version: OS: Select applicable template from below. If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2. Rest of...

I'm following the instructions and am receiving the following error when attempting to connect via SSH: ``` bash PTY allocation request failed on channel 0 shell request failed on channel...

When I run the following example, I see that instances of `nc` (netcat) continue to run on the bastion server after the connection has been closed. If I run this...

``` const { parse } = require('liqe'); const parsed = parse('model:AP7900'); console.log(parsed); ``` ``` /app/node_modules/liqe/dist/src/parse.js:34 throw new errors_1.SyntaxError("Syntax error at line ".concat(match.groups.line, " column ").concat(match.groups.column), error.offset, Number(match.groups.line), Number(match.groups.column)); ^ SyntaxError:...

I just finished tracking down the source of a very frustrating bug. You can find it replicated [in this repo](https://github.com/tkambler/webpack-examples). ``` $ git clone https://github.com/tkambler/webpack-examples.git && cd webpack-examples/angular1 $ yarn...

I no longer have time to maintain this project. If anyone would like to take it over, let me know - I'll transfer it to you.

When importing values from environment variables using the `env` handler, values can be cast to numbers and booleans using the `|d` and `|b` filters, respectively. Should this handler also provide...