Jonathan Duck

Results 12 issues of Jonathan Duck

### Is your feature request related to a problem? Please describe... I want to provide a right-click menu for the headers on a table. ### Describe the solution you'd like...

Type: Feature request

## Description I have a requirement to track all historical changes made to the application over time. I also need to be able to optionally make any query in our...

s: triage

## Description When database.yml has syntax errors after to go templating, it can be very difficult to diagnose. An improved error message including the output of the template file and...

proposal
hacktoberfest
s: accepted

When using `add_column` to add a column to an existing table, postgres (and I assume other database engines) will return an error when you try to add a non-nullable (default...

s: accepted
enhancement

### Problem Trying to write a migration that moves an abused column into a JSON column in PostgreSQL. Below is our SQL that works to migrate our change down, but...

s: triage

Allows cells to be number formatted by prefixing the value with a # followed by a valid numeric string. In the template, the number formatting can be applied to an...

See #21; this allows subdirectories made with `hackpadfs.Sub` to enable mutation.

When calling `hackpadfs.Sub`, any of the hackpadfs extensions become unavailable on the sub FS. (unless the FS implements SubFS) This is because it calls out to `fs.Sub`, which wraps it...

- **PR Description** Adds a new option `git.comitPrefix` to act similarly to `git.commitPrefixes`, except, if defined, it applies to any repo that doesn't have an entry in `git.commitPrefixes`. - **Please...

My application experienced a regression from 1.0.1 to 1.0.2. After looking at the diff between the two tags, I'm heavily suspecting the `babel-runtime` dependency based on the error message I'm...