Ryan Berckmans

Results 15 comments of Ryan Berckmans

A way to implement this might be a wrapper that takes `schema.sql` as input, creates an ephermal postgres instance via docker, applies `schema.sql` to it, diffs that ephemeral instance against...

Social comment: @tzaffi hey, Zeph! Great to see you out in the wild, haha. I hope things are well! It looks like I missed the ping in December and saw...

@dandavison to answer your question on what I'd like to see here- Simply put, right now delta doesn't seem to support `--word-diff`. The output has no or incorrect highlighting. Here's...

@dandavison delta's within-line edit highlighting displays on two lines, whereas `--word-diff` shows "just the words that changed" on a single diff line. For example, ![image](https://user-images.githubusercontent.com/299324/81230822-cbd8ed80-8fb7-11ea-8959-1cc491f271f7.png) ^ delta, uses two lines...

This would be really useful. My generated types are full of ``` foo?: Maybe; ``` When in fact I know that foo will never be null.

I think they may be using a custom block explorer https://zksync2-testnet.zkscan.io/ (same link as OP)

> We do not intend to distribute ARM binaries for `grpc-tools`. I suggest generating your code on a different system and then transferring your code to your ARM system instead....

How does this look? https://github.com/CharlesStover/fetch-suspense/compare/master...ryanberckmans:f11e2b43a57bb314f7aa45aae56acf3f45d3076c

Aidan, I wrap calls to useFetch in an anonymous function that passes evict: true for only the first invocation of useFetch. The same anonymous function returns a read() interface similar...

I just wanted to signal my interest for a web3modal beta branch with support for walletconnect v2. Thanks for working on it!