André Næss

Results 5 comments of André Næss

Ah, I wasn't aware. I inherited a codebase that uses protobuf so I'm not extremely familiar with it. And correct, it's using proto2. I came to proto-ts after trying protbufjs...

I was able to change it so it does what I want, but I'm having trouble building the code so I had to resort to some hacks to test it...

I'm testing the Geomap in the current main branch and I'm very happy to see the support for multiple layers using separate queries. But I miss the ability to toggle...

@davidkohn88, I don't think that would solve my case because I need to join on the time column, and to make that efficient I need it indexed. To give a...

I can confirm that after executing this: ``` update _snapshots set snapshot = replace(snapshot, '= toYYYYMM(time)', 'toYYYYMM(time)') where version = '3230686174'; ``` The `destroy` command runs. So the problem seems...