Results 15 comments of ming

The pipe operator should get tips from ide, but only the first pipe get tips, the second and others get nothing. this make us very tired when coding with some...

> @fhammerschmidt @zth I guess the binding is not that huge amount of job maybe. I think that ReScript's interop system is quite productive and flexible. I just came up...

Changing to LF line ending can fix this problem.

The same problem with me! I use `window.location.origin` to walk around this error. ```rust pub fn base_url() -> String { web_sys::window().unwrap().location().origin().unwrap() } let url = base_url() + "the relative path"....

@WorldSEnder Thanks, but it's still not very clear to me, could you put an example into the directory `examples` of this repository?

> ![image](https://user-images.githubusercontent.com/13584792/83935630-fd7ae980-a7ed-11ea-9c69-61afac190834.png) > 不谢 哈哈哈

Ths svg_element::SvgsvgElement was the binding i created myself. I have tryed to convert the svg into both svg_element::SvgsvgElement and web_sys::SvgsvgElement, they all failed. The error line `svg_icon.rs:111` was caused by...

Yes, it will. I will create a smaller example after while.

The same problem with me. I have a project in wsl2, the debugger skipped any breakpoints, just run normally and exit, the stopOnEntry is worked. Here is my launch.json ```json...

The same problem with me of version 1.4.0