Yunchi Luo
Yunchi Luo
I noticed this happening while working on the Kotlin codegen. By the time it gets down to codegen in the intermediate `*compiler.Column` values, `blob` becomes `text` and `varbinary` becomes `varchar`....
## Feature Request **Is your feature request related to a problem? Please describe:** We use Aurora for most of our databases, and would strongly prefer avoiding using passwords for ad-hoc...
Use the deploy key added in #4620 and enable the ssh tests for the remote fetcher. Tests that reference `github.com/annasong20/kustomize-test` are still disabled as I assume the ssh key hasn't...
Organizations that use a custom SSH Certificate Authority with GitHub Enterprise Cloud will have a host that starts with `org-12345@` instead of `git@`. This removes the hard-coded `git@` in the...
`delete() - misk.hibernate.ReflectionQueryFactoryTest` https://circleci.com/gh/cashapp/misk/3867#tests/containers/1 ``` misk.jdbc.TableScanException: Missing index on query: /* delete DbMovie as generatedAlias0 where generatedAlias0.release_date
SchemaValidatorService lacks forwards compatibility. Adding a column to a table causes the service to fail to start. This caused a production outage when a service was mid-migration with no way...
Misk lacks a supported, straightforward way to override configuration in development. Some common overrides include: * log level * full request logging * host/port/user/password for external dependencies * serving port...
I noticed this debugging an unrelated issue. I'm not really familiar with how Java resources work, but based on the heap dump, `ClasspathResourceLoaderBackend` has a fairly big treemap (42MB) that...
`RepeatedTaskQueue` is Misk's take on `AbstractScheduledService`, but it doesn't have feature parity. It should support `fixedRateSchedule()`, where tasks are scheduled at that interval regardless of how long tasks are run,...
Though we have no internal usages since we are tied down by Wire only supporting proto2