Sunyeop Lee

Results 17 comments of Sunyeop Lee
trafficstars

I'm experiencing the same issue: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=cbe4b38170190c99da706dc9febf9a16

Another minor issue: There is a typo `N_sma_threshhold` in ranger.py. It should be `N_sma_threshold`.

How do you send signal from the spawned thread?

Wow, calling `setupIonicReact()` worked for me.

@romfilippini-gp I was trying to setup nextjs+tailwind+ionic+capacitor from scratch. Without `setupIonicReact()`, ionic css didn't apply. The example is here: https://github.com/mlynch/nextjs-tailwind-ionic-capacitor-starter/blob/main/components/AppShell.jsx#L14 . Now I have nextjs+tailwind+ionic+capacitor with latest version

Try [posixovl](https://manpages.ubuntu.com/manpages/impish/man8/mount.posixovl.8.html) with `-F`.

Actually, the issue does not cause on windows environment because windows does not perform partial send (I didn’t know this at the time of writing code). It is only caused...

@drfloob The source is Jinoh Kang from: https://bugs.winehq.org/show_bug.cgi?id=10648 . Also, he said that windows implementation sometimes does not follow the specification (documentation)