berkut0

Results 39 comments of berkut0

Hi, any solution for ESP32? Websocket still not working due failing of module import instruction in https://github.com/jczic/MicroWebSrv2/issues/21#issuecomment-623881378 doesn't work for my ESP32 Devkitv1 https://github.com/jczic/MicroWebSrv2/issues/21#issuecomment-579795744 sounds great, but too complicated at...

> > > @berkut0 do you have an ESP32 with additional PSRAM? I found that required @CwbhX Looks like it has only flash memory and not PSRAM. Is it the...

I think there is a chance to install it from @lensvol repository and it will be working Will be appreciated for any clue I'll try to install it the one...

I'm always trying to find a substantial tool for micropython development. At the moment, the plugin does not work. It kind of works, but the UX is at the concept...

```rust use rstar::{Point, AABB}; // use rstar::point::PointExt; //module 'rstar::point' is private fn main() { let p = Sample::new([0., 0.], 1.); } struct Sample where P: Point { aabb: AABB, }...

And what do you think about implementing AABB::from_center() by default?

> So I think the request here is to make the `PointExt` trait part of the public API of `rstar` which it currently is not? In 'rsrar-demo' it works somehow...

> In 'rstar-demo' it works somehow and I decided that it should work for me too. ```rust let new_point = P::generate(|i| points[i]); ``` ![изображение](https://user-images.githubusercontent.com/8849896/89122374-40e09400-d4cf-11ea-9475-df720c2c41bf.png)

@Stoeoef Thanks for the explanation! No more questions, it's pretty clear.