Liren Tu
Liren Tu
I propose to add a `@Deprecation` annotation to the `selectAgg` method. Users can use `GenericQuery` instead.
@qstearns saw a related issue. The [`process_model`](https://github.com/LiveRamp/jack/blob/master/jack-core/src/rb/models_dir_processor.rb#L35) method is supposed to ignore associations with `through` keyword. In [`parse_associations `](https://github.com/LiveRamp/jack/blob/master/jack-core/src/rb/models_dir_processor.rb#L53): ```ruby if not_matches matching_lines = matching_lines.reject { |l| l =~ /^\s*#{not_matches}/...
@roshan, thank you for the suggestion. Would you like to give it a try and create a PR? 😏
Thanks @Darge for reporting this issue.
We should not use commons pool2 `2.4.3` because it introduced `ScheduledThreadPoolExecutor` in the `EvictionTimer`, and it will cause the workflow to hung indefinitely. Basically don't upgrade to any version that...
FYI a new version for MySQL and MSSQL is being published [here](https://github.com/airbytehq/airbyte/pull/15538). Should be done in the next hour.
> The build was triggered when you reviewed, right? Yes, I approved the action on that PR, and the action did run. It's probably a permission issue from the GITHUB_TOKEN.
The table in table on the left is a bit weird.
@goldjunge91, this is not part of nextjs. This repository does not seem maintained any more. Nextjs does have a way to generate sitemap. You can refer to the following docs:...
The hidden pages are already filtered out in the page normalization process: https://github.com/shuding/nextra/blob/cfb6d7a195fb1694debf18127d6ade8c5dc72ab4/packages/nextra/src/client/normalize-pages.ts#L220 The pagination link construction uses the normalized pages: https://github.com/shuding/nextra/blob/cfb6d7a195fb1694debf18127d6ade8c5dc72ab4/packages/nextra-theme-docs/src/components/pagination.tsx#L19 So hidden pages are excluded. I can confirm...