catull
catull
Source link is now [wasm-demo](https://github.com/unicode-org/icu4x/tree/main/ffi/diplomat/js/examples/wasm-demo)
@filipelautert May bad, it is #3371. That issues is exactly 3'000 issues apart from this very ticket. Corrected the reference in the ticket description.
If I knew how to fix it. For starters, I am using IntelliJ, the latest. Had it create a test launcher, and when I run it, I see this: ```...
> > If I knew how to fix it. > > For starters, I am using IntelliJ, the latest. Had it create a test launcher, and when I run it,...
Hey, thanks @filipelautert Now I get 55 errors, most of them in `SQLiteIntegrationTest`, not being able to find some native methods. 38/55 of them. This is under macOS Sonoma (14.7)....
``` liquibase.exception.UnexpectedLiquibaseException: Unable to read file tmp/liquibase-data/test.csv ``` I am curious, where does that file come from, I cannot find a single reference to **liquibase-data/test.csv** There is **load-data.test.csv**, but for...
I am glad this is sorted out.
> Hi @catull, I'm testing this PR manually and I wanted to verify if this is the expected behaviour: > > * when including a column, the table must be...
@tati-qalified I added some extra test cases now. You chose to use `\b`, which are not necessary and complicate matters. Instead, you have to use `ID` for including, and `(?!ID.*$)`...
> Hello @catull ! Seems that file `src/test/resources/changelogs/pgsql/update/create-PERSON-and-SECONDARY.sql` is > missing and it's causing tests to fail. Could you check if by any means you forgot to push it? Thanks!...