Yoni Gibbs

Results 8 issues of Yoni Gibbs

### Current behavior: If a test written in TypeScript is saved with the code not compiling, it causes the window containing the test to crash, and the main Cypress window...

Hi @vietj. Is it possible to run a [COPY](https://www.postgresql.org/docs/10/static/sql-copy.html) command through reactive-pg-client? Specifically, to load a CSV of data in what I believe is the most efficient way to load...

help wanted
module:pg

Would it be possible for `elm-format` to allow files to be excluded, e.g. based on some glob or something? The use-case is for when you want to run `elm-format --validate`...

question

When `elm-graphql` generates a GraphQL query which contains a scalar field, that field is aliased using a unique hash (as discussed in #95). This means that if the same field...

If you have a module declaration line which is in an invalid state, then use one of the intentions which add exposures, they generate invalid Elm. **Example 1** Before: ```...

If you are returning a tuple from a `case` expression and two of the branches returning mismatching data types, this is correctly picked up as an error: ``` foo :...

We just upgraded a project from Kotlin 1.9.22 to Kotiln 2.1.10 and a unit test started failing. Below is a cut-down version of the code... ```kotlin class Foo { companion...

### Tracer Version(s) 1.54.0 ### Java Version(s) 21.0.7 ### JVM Vendor Other (please specify in comments) ### Bug Report Hi! I have the following code in a Kotlin Ktor server...

type: bug