Charles Toller

Results 8 issues of Charles Toller

Is there an API endpoint that we can hit that would essentially take verbs in the sentence and conjugate them correctly/fix articles? Like: ``` "You draws a estate"->"You draw an...

kinda-big
hmmm

Allow choosing an ID rather than letting the library choose one. Useful when you already want to reference an out-of-band object with an UUID.

Fixes #569 This pull request adds the ability to annotate a field with `ignoreDecode` or `ignoreEncode` keys, which work similar to the `ignore` key, but only for one side of...

I'm not sure what the reasoning behind this is, but it appears that `.all()` creates a new Scope when it's called, but isn't documented as such. This can cause surprising...

### Steps to reproduce 1. Start playback of an audiobook book in the iOS 2. Pause playback 3. Disconnect Bluetooth headphones (specific model in my case being Google Pixel Buds...

bug
iOS

Use of StringSubstitutor without a dependency on the Apache Commons Text library causes a `ClassNotFoundException` on a fresh Jenkins install. This PR adds that dependency to the `pom.xml` file to...

pg version: 8.3.0 I've contrived the example a bit here, but let's say I wanted to run the following statement: ```sql UPDATE users SET settings = CASE WHEN $1 IS...

bug

## Pull Request Description Fixes issues with frontmatter location parsing, and refactors it to a central function. ## Changes Proposed Refactors the frontmatter location parsing to a util function, and...