Ilia Baikov

Results 21 comments of Ilia Baikov

@instantaphex Nope [runOutsideAngular] in official package doesn't help

> This sounds like a bug in a Nova feature to me (or maybe even just a Nova feature request). I'm not sure what cloud-init is supposed to do about...

@SeanMooney suggested a possible way to hack this while explicit support on provider data type is not implemented. ```py from oslo_serialization import jsonutils res = "#cloud-config\n..." jsonutils.dumps(res) ``` Following this...

Hi, currently for bot-writing and some other stuff, which need uptime. For example, if we have network issues and our connection is being dropped we need try to reconnect; Similar...

I have implement that with `end` event and api call to resource where store the connection and recursively attempts to connection (every second for example). But i think there is...

Hi @schroffl you didn't pull new version on npm)

Yes on [NPM](https://www.npmjs.com/package/teamspeak-query) not latest version of package

UPD: Yes, in case we connecting our backend to multiple NATS services in `main.ts` we can specifiy multiple microservices like: ```ts app.connectMicroservice({ transport: Transport.NATS, options: { servers: [`nats://${process.env.FIRST_NATS_HOST}`], serializer: new...

> Would you like to create a PR for this feature? I guess so. I'm not sure about what is more declarative way to define key for client ? Is...