Douglas Bett
Douglas Bett
This problem started after upgrading flutter. One has to specify this way explicitly. On my side, it worked well before the update, but after going to flutter 1.9.1 from flutter...
@iamnoah I've trying generating the echo service, using the example above gives this error ```cmd python -m grpc_tools.protoc -I . --python_betterproto_out=lib echo.proto ``` gives this exception ```--python_betterproto_out: protoc-gen-python_betterproto: Plugin failed...
On my local machine, on my local postgres 12, all checks are passing but on Travis which is 9.6, some checks are not passing
After testing with a docker image in 9.6, all checks are passing. I'm not sure why the tests are failing on Travis
@isoos @stablekernel-admin @joeconwaystk can anyone kindly review this and give some feedback?
I think its the PR is too outdated. I'll just close it and try something fresh from the new repository. I was browsing through old projects and when merging upstream...
Hi @isoos I've managed to make it read geometries from the database as well as done all switch statements as described in the adding new types. I need help on...
Thank you for the pointers. I'll look into the unit tests and update you as we move along. For the on connecting query, that is a great idea. By running...
I've added some tests on it. I am not sure if they're enough and the needed ones. I've added tests on insert and reading the inserted values and doing some...
Hi @l-k22 did you find a solution for this?