Mat Simon

Results 48 issues of Mat Simon

I've been using Pollen for the last 2 weeks and it's amazing. I think that one addition that would be nice is a fluid sizing system. I've seen the same...

I have enabled type-aware linting rules as per the README (which I think is the reason people are using typescript in the first place) and everything works except in a...

It would be great to get some information on how this package differs from `grinder` and what the advantage of `derry` is. I think it would make sense to add...

documentation
discussion

I am using an authentication interceptor that returns a `GrpcError` if the user is not authenticated: ```dart return GrpcError.unauthenticated('Authentication required'); ``` This works as expected, and returns the error properly,...

Is there a reason for the `clientMetadata`, `headers`, and `trailers` to be nullable in https://github.com/grpc/grpc-dart/blob/master/lib/src/server/call.dart#L22 ? Before migrating to null safety, I have always assumed that they were set (and...

type-question

Hi, I've seen that this library added support for web, which is great! But there is no documentation about it. Are we supposed to conditionally import `flutter_native_timezone.dart` or `flutter_native_timezone_web.dart` depending...

I’m the author of Dropzone. First of all: thanks a lot for adding me to the showcase! That’s awesome. I have been working on another project that I think is...

### Describe the problem When you have a route like this: `/game/{gameId}` all subpages of this route will want to access this game. Normally what you do is create a...

types / typescript

Postico is great and I happily paid the price for it. The only thing I’m missing and for which I need to open `pgAdmin 4` from time to time is...