Ikechukwu Eze

Results 9 comments of Ikechukwu Eze

Cognite is planning on adopting Purify, even though using the [puritee](/nythrox/purifree) fork. It is very easy to use and provides very good DX. ![Cognite](https://images.squarespace-cdn.com/content/v1/59e3580e49fc2b4d44e11787/1575183424348-QMQP5SCR02Z05E740N54/cognite-logo.png)

@andrasbacsai This doesn't work currently cause EdgeDB requires TLS certificates to work when in secure mode, I am not sure how to provide those to it with the Traefik. -...

Awesome, I would love that

In Vs Code, Toggle Rust Analyzer in the output tab. And you will see all the cyclic dependencies warning

I am experiencing similar behaviour, firefox is not able to sync and if you turn on the y-webrtc logs, you'd see that it just log infinitely

@jeffrafter where is this `onmessage` handler, I can't find it in [src/y-webrtc.js](https://github.com/yjs/y-webrtc/blob/master/src/y-webrtc.js) or you meant [this](https://github.com/yjs/y-webrtc/blob/0cb5412e09e5d0c413ef72d87d8393093590cc06/src/y-webrtc.js#L63-L125)?

@duckladydinh is there sth stopping this from being merged?

For anyone having the same issues, you can create custom formatter as suggested by @vincentlauvlwj like so: ```kt class CustomSqlFormatter(database: Database, beautifySql: Boolean, identSize: Int) : PostgreSqlFormatter(database, beautifySql, identSize), PostgreSqlExpressionVisitor...