Ryan Berckmans

Results 17 issues of Ryan Berckmans

Great project, thanks! Is there a way to suppress diagnostics in build.sbt? Maybe an ignore regex or checkbox to ignore sbt files? Couldn't find anything similar in atom-ide-ui. ![image](https://user-images.githubusercontent.com/299324/62753113-24368b00-ba38-11e9-8e5a-a2cb33b878d2.png)

Could migra support a *.sql file as the source schema? My thought is that I'd like to maintain a `schema.sql`, which is the authoritative schema for my DB. Then, I'd...

enhancement
planned-feature

Scott Gottlieb, former commissioner of the FDA, has [written about](https://twitter.com/ScottGottliebMD/status/1241864843008892934) the importance of the testing positivity rate. I wrote a script just to compute testing positivity rate. It's pretty ghetto...

📦 NEW

fetch-suspense is designed to work with React concurrent mode's `Suspense`. The fetch-suspense README contains an excellent example of usage with `Suspense`. The other main new API in concurrent mode is...

Would love to have TypeScript type definitions so aes-js could be used in a strongly typed way in a TypeScript project. Thanks!

Might it be possible to support the evm-compatible zkSync2 testnet? https://zksync2-testnet.zkscan.io

Is it possible to make `usePromise` strongly typed? Currently it's ```typescript function usePromise ( promise: (...inputs: any) => any, inputs: Array, lifespan: number = 0 ): any ``` Perhaps a...

Could you please add TypeScript typings to this repo or to a new `@types/react-cytoscapejs` package? Looks like someone already wrote them https://github.com/manuc66/react-cytoscapejs-typescript-sample/blob/master/typings/react-cytoscapejs.d.ts

``` [warn] -- [E029] Pattern Match Exhaustivity Warning: noric-bot/src/main/scala/Bot.scala:21:35 [warn] 21 | if (isConnected) socket.receive() match { [warn] | ^^^^^^^^^^^^^^^^ [warn] | match may not be exhaustive. [warn] | [warn]...

help wanted