David Lechner

Results 1485 comments of David Lechner

What do you think about the idea of moving the examples into this repository? I think it would make them easier to find.

The hard fix would be to make receiving the UART data in the BrickPi happen asynchronously and cache the most recent value. Then the EV3_Update function could always just return...

What happens is that no data is available in line 176, so `sensor1.available()` is false and the function returns `-4` at line 203. It been so long since I looked...

I'm seeing the same issue as well. In my case, it seems related to the dart-sass migration.

I think we need to change to the `@use` syntax described in https://sass-lang.com/documentation/variables#configuring-modules.

> Has anything changed from v3 which would impact this? The answer to this question is https://github.com/palantir/blueprint/issues/4032#issuecomment-1086175879

> I think we need to change to the `@use` syntax described in https://sass-lang.com/documentation/variables#configuring-modules. I was able to use this with partial success: ```scss @use '@blueprintjs/core/src/blueprint' with ( $pt-font-size: 16px,...

Here is a potential solution: https://react-dropzone.js.org/#dropzone-props-getters The React Dropzone library returns a function that merges the props instead of the individual props.

In the mean time would it make sense for the official mono builds to start building libgdiplus with X11 enabled on macOS?

I'm still in favor of using Kconfig (rather than reinventing the wheel, so to speak). It has already solved this problem and more.