Jinhyeok Lee

Results 36 comments of Jinhyeok Lee

Actually I had some similar issues with HLS.js too, sometimes it works, sometimes it doesn't. When it doesn't work `ActiveCues` stayed empty for the bugged language when there should've been...

While I was tinkering with react-globe.gl (the official example) I also encountered this error three times. It indeed was very random and I also couldn't reproduce it reliably.

``` javascript Editor.getCanvas().execute( ( proc ) => { proc.execCommand( 'insertHTML', tag ); } ); ``` 저는 insertHTML로 해결했는데 insertHTML은 IE구버전에서 동작하지 않기 때문에 ``` javascript var autoInsert = ( proc,...

Pffft, I've been using my corporate GH account for wayy long time, didn't got this notification. I'm very sorry for the late response. In short, current implement does not try...

I see, let me update the PR to comply the best practice!

I forgot to commit the updated en.js, just pushed one! 😼 ps: We're using Uptime Kuma @ https://status.mymusictaste.net/

> > Please don't add the English translations to non English files as it will fall back to the English translation if no other translation is found and will just...

Thank you for your assistance in resolving the conflicts and all the interests. I have matched them once again, and I would appreciate it if you could review my work...

> Hello @zenyr, my last comment is here. [#2142 (comment)](https://github.com/louislam/uptime-kuma/pull/2142#issuecomment-1408729916) > > > Going to work on it. I merged conflict and added `v-if` to the field, so it shows...

- Renamed label to `Request Timeout` - Renamed value to `timeout` - Updated sql type to `DOUBLE` - Added clamping logic (`0 ~ interval * 0.8`, `0` being _default_ thus...