Algirdyz

Results 11 issues of Algirdyz

I'm using webpack 5 to run my project and I'm gettings these warnings every build. Everything works but I'm wondering if I can get them away. ![image](https://user-images.githubusercontent.com/7482324/128004288-01dc590d-7707-4301-a5c9-590333b70ae2.png)

I am trying to stream image data to streetscape. I have a very simple implementation: ``` if(this.dataForCurrentFrame){ var array = this.nodeBufferToTypedArray(this.dataForCurrentFrame); xvizBuilder .primitive("/camera/test_stream") .image(array, 'png') .dimensions(128, 128) .position([1,1,1]); } ```...

bug

We have built a server that uses xviz builder to convert live data into xviz format and send that to streetscape. Most is working fine, but we have a memory...

bug

**Describe the bug** Something went wrong with my TCPMapping that cause the production server get stuck in a crash loop preventing the entire cluster from working. It took me some...

I've recently upgraded to node redis 4.1.0 and I'm having issues with reconnectStrategy and connection handling in general. Logs from reconnectstrategy are never printed. When I start with redis server...

Bug

I'm looking into potential kubernetes ingress solutions out there, but we have a lot of requirements. There's one of them I couldn't really figure out how to do or if...

I have tried loading my own mesh using the util from KITTI example. It loads fine, but I am getting errors afterwards, when things try to render. ![Screenshot from 2019-03-15...

I am trying to use various mapbox layers in streetscape but I had no luck trying to set it up. From my understanding there is no proper way to set...

I am using this as an included libary in my Rust app and it seems to me that config you provide to `get_dep_graph` function doesn't do anything. It still retrieves...

bug

#### Environment details - OS: GKE 1.20 - Node.js version: node:14-alpine - npm version: 7.16.0 - `@google-cloud/logging-winston` version: 5.1.0 #### Steps to reproduce I have written a simple application to...

type: question
priority: p2
api: logging