kalcutter
kalcutter
I have an implementation of CBOR array tags based on numpy which implements everything from RFC 8746. I can create a PR if this is something of interest. Do people...
> Absolutely **not**. We can add it to the documentation as an example extension, but having a huge dependency like numpy for a niche use case would be crazy. That...
> I had been working on support for arrays haven't had time to finish, I can push it to my public repo for you to have a look at if...
Creating a numpy array with `numpy.frombuffer` also acts as a view and does not copy the memory.
Changes for this have been upstreamed to hyper and h2. How should the discussion proceed to make this a reality in tonic?
Is there some way to help getting the new API merged?... What specifically doesn't work well for microcontrollers?
I guess it depends on the use case and what you are measuring (e.g. if you care more about throughput or latency). However, at least in a general sense, I...
I was having a similar issue: ``` [profiler.cpp:75] Starting profiler thread [libcoz.cpp:96] init_coz in progress, do not recurse [profiler.h:123] Thread state not found ``` I could fix the issue by...
The issue is GoStdLib (`go install`) runs the C compiler from a directory that is not the execroot. At the same time, rules_go uses the cc_toolchain from bazel. This is...
@bsirang Yes that is the best strategy when writing a toolchain. My LLVM toolchain does exactly the same thing: https://github.com/kalcutter/bazel-llvm-toolchain/commit/360c56833e45f39ab08a2a9f638726a95bf404e9.