Simon

Results 15 comments of Simon

@sidprice What did you install you install and which folders did you add to the include path? Trying to compile on win10 myself with mingw gcc and win10 WDK (formerly...

Thanks @compuphase, in the end I ended up just using the msvc nmake file instead where everything just worked out of the box.

You're missing you must redefine all the validators you use to support i18n. Something like this: ``` export const format = (msg, fields={}) => (field) => ({field, msg, ...fields}); export...

Great to hear improvements are in the pipeline! It's the beginnings of a trade bot written in Rust interacting with the IBKR API. In terms of what I'd like to...

Hello @MaxiMaerz, thank you for your PR. Could you please provide some more context regarding the issue your PR fixes? While it's not documented in this repository I actually did...

Hello again, Yes I've read what you posted many times but I was under the impression that each packet would be flushed before the next one because there would be...

@henhenhen Thank you for taking the time to test both this PR and the quickack branch. I'm by no means a network expert and honestly on quite deep water here...

Hey sorry, I've been rather busy with work+life recently and honestly forgot to get back to you. I will try to push an update on Friday with some ros parms...

I've run into this and would agree that the type states get in the way when using peripherals at least. For example, I've been trying to create an abstraction over...

Hi, I have the same issue despite successfully having compiled https://github.com/AlexeyAB/darknet standalone and used it to train a custom network. Here's my compiler output: ``` error: failed to run custom...