probablykabari

Results 6 issues of probablykabari

Try using StringScanner to see if there is a (worthwhile) speed improvement.

Improvement

With the changes to improve limiting by character, the skip_characters option was removed. It needs to work by also skipping the unnecessary html before the skipped characters, which might have...

Feature

Connection string options don't work when using the `--to` parameter. For example, this is a valid connection string per the the postgres documentation but results in an error: ``` synth...

bug

https://github.com/urql-graphql/urql/blob/9cdb74b03e07d46e056ef023d1543f24a823ec55/packages/core/src/utils/streamUtils.ts If you're coming from v3 -> v4 in typescript the following results in a type error because this is a `Source` instead of `OperationResultSource`: ```typescript // on a mock...

future 🔮

I found the need to pass additional params when previewing emails like a specific email address or a user id, etc. This adds that functionality.

When using erubis (v 2.6.6 for me) the #form_for helper causes templates to render several times within the same layout.