Jonathan Siegel
Jonathan Siegel
and needed better attribute access, so I added an additional TextBegin/TextEnd and TextpathInner. You may have a better implementation approach, but this worked for me. Example usage is in the...
Previous operation when IDs were UUID: ActiveRecord::StatementInvalid (PG::UndefinedFunction: ERROR: operator does not exist: uuid integer) New operation: Success! ### Summary General information about what this PR is all about. If...
### Expected behavior When using UUID type for database table id columns, the behavior should be the same as using integer type for id columns. Note that as of 2020-08-26,...
Currently, a debugging session starts with symbols unmapped to addresses. This limits ease of debugging and operations like ```b some_func``` are not available. Typically, this is solved by finding the...
This is an extremely straightforward change that bumps the version of [Kemal](https://github.com/kemalcr/kemal) and [Crest](https://github.com/mamantoha/crest) in order to fix a build error after a `shards update`. The issue experienced is a...
Displaying a rescue'd ApiError causes a compile-time error using crystal-lang v1.12.1. The `@message` instance variable is defined as `String | Nil`; however, even with a `.nil?` check, the variable causes...