Tzvi Melamed

Results 45 comments of Tzvi Melamed

looks like one of the jobs in my build timed out before starting the tests: https://travis-ci.org/airbnb/enzyme/jobs/411307270 cc @ljharb

@ljharb can you have another look when you get a chance?

@munificent is there a reason that someone might want `closed` but not `base`? Could we use `final` instead of `closed` and make `final` also imply that the implicit interface is...

This issue seems related to #83. Is there a canonical issue for discussing union / sum types? Can we close the others as duplicates? ## Adding my 2 cents here...

Bonus idea: Could union types be used as an implicit interface for a sealed type as per https://github.com/dart-lang/language/blob/master/working/0546-patterns/exhaustiveness.md#sealed-types ? If so, we could piggy-back exhaustiveness checking for sealed types off...

is it possible to call something that's not a function in `redux-saga`? Perhaps we could just check if the first argument is a function or a string?

I have another use case for stateful combinators, which is constructing de bruijn indices during parsing of an untyped lambda calculus. I am basing a parser on the book `Types...

@Jarred-Sumner do you mean that `AsyncIO#write` should be using `write` instead of `pwrite` (https://github.com/oven-sh/bun/blob/main/src/io/io_darwin.zig#L1427)? Or that `Bun.write` should use `write` instead of `pwrite` when `destination_blob` points to stdout or stderr...

I'm not sure if fluttercommunity requires agreeing to Google's CLA. I noticed that the contributing guidelines specify that they follow flutter's style guide which itself delegates licensing concerns to Google's...

@slightfoot are you a good contact for pushing this forward?