Kiran Pradeep

Results 25 issues of Kiran Pradeep

We needed `-funwind-tables` option on ARM processors to get backtrace. Could that be added to CMakeLists.txt conditionally for ARM ?

enhancement

The ManagedClient of MQTTNet doesn't support clean session as false. How can use cleansession:false with this extension?

enhancement

**Is your feature request related to a problem? Please describe.** This is a documentation or a source code [sample](https://github.com/dotnet/spark/tree/main/examples/Microsoft.Spark.CSharp.Examples/Sql/Streaming) request. Current [documentation](https://docs.microsoft.com/en-us/dotnet/spark/how-to-guides/connect-to-event-hub) to read from EventHubs rely on Kafka surface....

enhancement

Is it possible to add an equivalent of [Philosophy behind DbUp](https://dbup.readthedocs.io/en/latest/philosophy-behind-dbup/) documentation? Both project use plain SQL scripts. Other than difference in DBs supported, the users of this project will...

Below redis client program seg-faults on exit if redis-server is not available. I killed `redis-server` after the client started. Call stack from core dump is below. ```c++ #include #include #include...

I tried building and using nanomsg as a static library. It worked well when I only had out of proc modules. But if I try to use nanomsg as static...

In proxy_gateway.c([1](https://github.com/Azure/iot-edge/blob/034690628304ce16ac556e8ec9da21222f5bd902/v1/proxy/gateway/native/src/proxy_gateway.c#L707)), there is `ThreadAPI_Sleep(0)` which consumes all CPU. Can this sleep time be increased?

bug
help wanted

On Ubuntu 14.04 LTS, samples/proxy_sample application will crash if manually kill( kill -9 pid ) the launched process(proxy_sample_remote). This happens only if we had used launch options(**activation.type: launch**). If we...

enhancement

Currently all cron/ccron jobs run as per local time. Could you consider an API for adding jobs (_cron/ccron_) in UTC time ? ([1](https://github.com/fluentscheduler/FluentScheduler#daylight-saving-time)).

The ubunu ppa package is missing static library. Is this intentional? If not, can it be made part of libcppfs-dev package?

decision required