tabinfl

Results 8 comments of tabinfl

Are we making GeoPackage zoom levels equal to CDB LODs? They are not the same in the respective specs and we should consider carefully implications of conflating the two.

I'm having the same problem. Have tried on multiple systems including Ubuntu 22.04 with python 3.10. All show the same error (I'm running a simple connect pytest): ``` grpc.aio._call.AioRpcError: >>...

My sliver client connection works fine, with the same .cfg file. I'm getting this error running the sliver-py client tests. I added a "connect" tag to the get version test...

I'm getting TLS 1.2. Ubuntu 22.04, python 3.10, openssl 3.0.2, sliver server v1.5.31 on localhost ![Screen Shot 2022-12-28 at 7 38 09 PM](https://user-images.githubusercontent.com/18464263/209889288-2b8619fa-b145-438e-a063-df23e6c48177.png) ![Screen Shot 2022-12-28 at 7 39 27...

AHA sliver-server running on fresh ubuntu 22.04 VM works, with both local sliver-py test and with previously broken client. All show TLS 1.3 in pcap. So something is forcing the...

Have confirmed that the only difference between working & not is whether the sliver server is running on an old or β€œclean” VM. Since sliver server/client are both using golang...

Gets weirder by the minute. Started futzing with sliver server logs and deleting ~/.sliver to see if I could get more insight into the operator config creation process. And then...

#36 also addresses this, an error is not raised if `tun_ip` is missing (in either wg listener or wg implant generation), but everything breaks at runtime if it is omitted....