Ravern Koh

Results 27 comments of Ravern Koh

It's been a while since this PR has seen activity. I'll close this for now, but definitely feel free to re-open this should you like us to review this /...

I think if we just change the label to "Auto" (which is still telling) it looks fine. This is on iPhone SE.

I've rebased this onto the latest `master` and made some changes to how the "auto" light/dark mode works, taking into account @taneliang's comments too. `Mode` is now split into two...

In the mean time, you can simply do the following: ```bash yarn add webextension-polyfill ``` and in your code ```javascript import browser from 'webextension-polyfill'; ``` and use it from there!

Created [a fork](https://github.com/ravern/web-view) that adds support. Can look at 95739bd20e729379a78f893ee7d4d5cb0e2f9825 for how I did it. References this issue for the fix: https://github.com/zserge/webview/issues/99.

Hi, I have this same issue. In the latest version, the delay is set to `100 * time.Millisecond`, however, `EventKey`s are still being sent. I have tried this in the...

They still happen immediately. There isn't a noticeable difference between using `100 * time.Millisecond` and `1000 * time.Millisecond`. Both still have `EventKey`s that are sent that look like parts of...

Ah, I think I found the problem. `_demos/raw_input.go` uses `PollRawEvent` to poll for events, not `PollEvent`. Your code is working as intended @rationull . Tested using ```go package main import...

Hi, can I ask which course you took? Also can I clarify what you mean by winter/summer programmes during special term? Do you mean to add courses from winter/summer programmes...