Douglas Bett

Results 5 issues of Douglas Bett

```protobuf service Echo { rpc Echo(EchoRequest) returns (EchoResponse); // rpc EchoStream(EchoRequest) returns (stream EchoStreamResponse); } ``` The generated servicer code generates the code but does not expose the request metadata...

enhancement
medium

This request is in accordance to https://github.com/stablekernel/postgresql-dart/pull/130#discussion_r437470041. After doing some searching, types created by ```CREATE EXTENSION extension_name``` are dynamic and are not static unlike datatypes fully supported by postgres. The...

There's a package [Dart JTS](https://pub.dev/packages/dart_jts#-example-tab-) which is a port of Java Topology Suite which Java ORM libraries like Hibernate Spatial use to support PostGIS datatypes. If someone needs to implement...

The onChanged and onCompleted callbacks are nullable. This change makes calls to the callbacks nullsafe. We can either decide to make the onChanged and onCompleted required or have null safe...

- Description: This adds docusaurus to the site. - Issue: #468 - Dependencies: [docusaurus](https://docusaurus.io/) - Tag maintainer: @davidmigloz Right now, there are a couple of broken links that ought to...