Matt Carpenter

Results 11 comments of Matt Carpenter

However `{"1":2, "3":4, "foo":"bar"}` and `{1:2, 3:4}` both work.

@airstandley Thank you for your help with this. I did get your above code to work. However I needed to add `name` and `header` attributes to my `CustomAuthenticator` class, since...

What needs to happen to get this done?

Here is a PR https://github.com/stm32-rs/stm32l4xx-hal/pull/292. The build is failing. @gauteh

New release from stm32-rs https://github.com/stm32-rs/stm32-rs/releases/tag/v0.15.0 including the L4R5 support. New PR here: https://github.com/stm32-rs/stm32l4xx-hal/pull/324

Any suggestions on how to fix the build errors?

> Great +1 are you using it with the blues wireless board? I think I will have a project this autumn where I will have use for this again. Yep!...

I'm facing the same issue. Did you ever figure this out?

Okay two things for this. One, my node server is behind nginx, so I had to add some nginx directives to enable the sse. Second, you need to install the...

Can you post your code?