Alex Martens

Results 216 comments of Alex Martens

No problem! Thank you for this great library!

> @newAM what would it take to write the VCP driver for Mac? I'm not sure, I haven't scoped it out at all.

> I have a problem, is there any way to send and get commands like 6e 88 88 02 00 60 00 00 03 00 01 in vcp_linux from vcp_windows...

It has been a while since I wrote this, but I don't think you can do (exactly) that with the APIs Microsoft provides for Windows, because it abstracts away some...

Additionally, it would be nice to get native `asyncio` support to use coroutine functions for callback (`async def on_connect(self, client, userdata, flags, rc):`)

@SomeoneSerge for huggingface this worked for me: ```nix fetchgit { # from `pkgs`, not `builtins`, may not matter? url = "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2"; rev = "b70aa86578567ba3301b21c8a27bea4e8f6d6d61"; hash = "sha256-IAe/tHFB7yqFRF5aRojkNCD8TbKj8XQMt6eEyPmr4HU="; fetchLFS = true;...

I agree not panicking is useful. I think we nay have fixed this since the issue was opened. Is this covered by the fix for #381? I don't think we...

> Any implementation of the `FromIterator` trait should never panic. I agree that this is not desirable, but I am curious, is this a requirement? I took a look at...

I was not able to reproduce this. I put my code here: https://github.com/newAM/heapless-issue-450 I did use the latest (unreleased) git version of `serde_json_core` because the current release is using an...