Ivan Doroshenko
Ivan Doroshenko
Any update on this? Is there a way to use A-Frame with Vite?
Got same issue with `interger` type. Seems like more `AdvancedArrayJdbcType` related than concrete `sqlBaseType`.
I got very strange issue. Investigating it now. I implement `AdvancedArrayJdbcType` for my custom type (enumuratum enumerations). On SOME integers I getting https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java#L1098 exception and other enums works just fine....
Consider way to override `typeName` by user-specified runtime value.
Reimplements closed #142
There is no integration test for `createPullRequest` provided, so it was unclear for me how to correctly implement same test for merge method, that why I skip integration test implementation...
I can try to implement both tests by committing randomly generated file to test repo.
`zio-http` snapshots can be found here -- https://oss.sonatype.org/#nexus-search;quick~zio-http_2.13 but `zio-http-logging` snapshots are missing still and it will leads to sbt errors. Can `zio-http-logging` snapshots be also published, so we at...
Scala [Libretto](https://github.com/TomasMikula/libretto) also contains similar [linear functions](https://github.com/TomasMikula/libretto#how-to-type-the--symbol-used-in---and-) aka `lollipop`. Ligatures will be welcome to make it somewhat consistent with Linear Haskell ⊸ operator.
PR is actually bugged. On line 67 in `SocketIOTransportWebsocket.m`: `addOnVersion = @"?EIO=2&transport=websocket&sid"` `=` is missing after `sid`, and server treats transport connection as new one (on server side you will...