Seongsu Park

Results 11 issues of Seongsu Park

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

In the case, select tags which are siblings of a tag containing some text. I don't have clue to do that... It would be great to have a method, find...

### Describe the bug Made a project from the starter template with mobile flag which is solid-ts and package manager is pnpm. Cannot initialize the project... ``` @mango3 % pnpm...

type: bug
status: needs triage

**Describe the bug** **The view is not reset by double clicking** when it reaches to about 40k log events (and a little bit of hanging about 5 seconds happened when...

🪳 bug

### Describe the bug close an webview panic how to close temporary used webview in single window? was trying to find `remove_child()` as a reverting way to `add_child()`... ### Reproduction...

type: bug
status: needs triage

Hello, @bsb808 Do you have a plan to convert this plug-in to the ROS2 version?

To be applied to other problems, the implementation of generic (and the associated type?) 'State' and 'Action' would be very helpful. Found some references in the other repository. [the repo:...

I got bad formatted output, when I ran the example with BTCUSDTPERP data (about 1000 ticks). It seems that printing the performance analysis and system event logs is executed asynchronously....

## Features for futures market - [ ] Open oders (cross/isolated) (leverages) (sigle/multi-assets mode) - [ ] Liquidation - [ ] Increasing/decreasing margin size ### for perpetual market - [...

Would it be better to use `u64` datatype for timestamps because of better performance when `serde` deserializes it? Candle uses `DateTime` for `start_time` and `end_time` for now. https://github.com/barter-rs/barter-data-rs/blob/f1afec3308e3351e3c155946c9f357be158fd0a5/src/model/mod.rs#L42-L53