Brett Lamy

Results 25 issues of Brett Lamy

Atom has okay autocomplete by default. However, every now and then I run into a variable which I have no idea what methods/properties exist on it. I can log it...

Knex should help support most SQL database. http://knexjs.org/

### Steps to Reproduce Have someone post View tweet from another profile Delete post on original on profile Click retweet on the cached version The profile that clicked retweet will...

bug

Remove the `sortJson` function and replace it with `sortObject` to make the library isomorphic. * **src/index.ts** - Remove the import statement for `sortJson`. - Import the `sortObject` function from `src/utils/sortObject.ts`....

Make it so I can copy the test output in a format consumable by an LLM # Example Output ``` Test: first pass: 2 => 1 (11.296134000000052ms) File: /workspaces/vscode/samples/basic/test/each.test.ts Error:...