David Haig

Results 14 comments of David Haig

Thanks Paul, that solved compilation problems and now I don't have linking errors either. Very promising. Right now I am running a stripped down version but I will get in...

If anyone is interested I found an up to date enc28j60 example for the blue pill here: https://github.com/japaric/jnet/tree/master/firmware

Hi Paul, my first attempt was with the w5500 but I abandoned it because I could not get it to work. Not saying that it doesn't work but there was...

Hi Luke, I'm glad you are finding Ninja WebSockets useful! My original intention was to put all custom exceptions thrown by this library in the Ninja.WebSockets.Exceptions folder but as you...

Ok what I'll do is wrap the stream errors in a custom exception so they can be caught and put the real exception as the inner exception. Unfortunately I cannot...

Hi, thanks for your PR. Can you please let me know what the motivation for adding base64 simd support is? This crate is primarily for `no_std` use and I see...

I like the idea of supporting sub protocols in the framer module but I don't think your implementation would work for all use cases. I would be better to pass...

Hi Jack, yes it appears so. I plan to update crates.io as soon as I have finalized the async stuff which has been a little tricky to implement. Soon! I'll...

Thanks! The reason I ask is because a regular cargo build does not work either and I assumed that it had something to do with xargo (probably best to remove...

Unfortunately it does not build on stable either. Same error. Do you know what version of nightly these examples build against? I've tried going back to October with no success....