Bangon Kali

Results 23 comments of Bangon Kali

Thanks for the reply @Lazin I will look into this individually. I've looking for an embedded solution that is dedicated to Android and hopefully iOS in the future. Unfortunately, I've...

@Lazin Is it correct that I really only need 1. Boost libraries version 1.52 or higher. 2. Apach Portable Runtime (libapr) to use Akumuli as a library?

Would you describe this doc as sufficiently updated for me to start working on running it as a library in a sample program on Windows or Mac for now? https://github.com/akumuli/Akumuli/wiki/Getting-started-with-libakumuli...

Thanks for the tip @thebeekeeper I'm still new to Meteor, may have failed to catch this in the DDP docs.

Thanks @thebeekeeper! Very tricky problem indeed because it's not yet properly documented. I hope MeteorJS docs would really improve. On Wed, Nov 6, 2013 at 1:05 PM, Sony Arouje [email protected]:...

If the new document was added directly to MongoDB without going through an insert command from one of the collections at Meteor Layer, the subscribe should take longer to realize...

Hi, any advise on something similar for Kubernetes `IngressRoute`? ```yaml # kubectl get IngressRoute -n default # kubectl apply -f k3s/20-routes-traefik.yaml apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: cluster-routes namespace: default...

Hi guys, I ran the following: ``` pip install ninja git config --system core.longpaths true New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force ``` Redacted logs are as...

It seems it could be related to this https://github.com/ninja-build/ninja/issues/1900