Nicholas Koh

Results 21 issues of Nicholas Koh

Annotations will pick up default values but not default functions e.g. `CURRENT_TIMESTAMP`. Is it possible to add support for this? (Would be willing to contribute if so) From digging a...

This wasn't clear from the README, I'm wondering if it's intentional? Would be happy to PR a change in README if so, or attempt to add this feature otherwise.

### Summary Took me a while to figure out the path to override the generator templates till I dug through the Rails source, so suggest to make a note of...

Genuinely curious, it seems a bit unusual as it's not as straightforward to change the start_urls at runtime (if I understood correctly, class instance variables are not thread-safe, so if...

enhancement

#### Expected behavior vs actual behavior In the YARD docs the example suggests that using a symbol-keyed hash will work: https://github.com/rails-api/active_model_serializers/blob/873cf4add2bfa1ca1a96f63ed7d89912c4d253e4/lib/active_model_serializers/adapter/json_api/deserialization.rb#L27-L56 (Edited) But in the code, it will actually check...

Opening a very early PR to discuss https://github.com/supabase/postgres-meta/issues/103. I'm thinking to add a `TypeScriptTypes` class with a `dumps` method that: - takes a connectionString - retrieves PostgresColumns via PostgresMetaColumns -...

Hi @danmurphy1217 - thanks for this gem! Was wondering if you're planning to add support for the official API? Would love to help if so.

help wanted
good first issue

Early on, when running `bundle exec rake test`, I mistakenly assumed that if only linting errors showed, then the tests were fine. I think separating the linting from testing would...