Omelet

Results 9 comments of Omelet

You might need `require('hologram').setup {}` to prevent the error. However, the protocol support of wezterm seems quite weird... I can't get hologram.nvim work in wezterm.

Sure, I've done `:report` and send the log out. I also found that `:fake-key ` will bring me to 9-th tab and `:fake-key -g` to the last lab. edit: [here](https://gist.github.com/OmeletWithoutEgg/462425d2ff803403129bc26bae1b8e2a)...

Yes, it reproduces without that envvar.

[here](https://gist.github.com/OmeletWithoutEgg/16e9f168893a577979c472347503beee) is the log without the fcitx envvar. Also I found that, pressing like `` and `` will bring me to some tab with title start with capital D and...

FYR, I added ```zsh if (( main_counter == 0 )) { wait } ``` locally, after https://github.com/zdharma-continuum/zinit/blob/f26d387e51c9103f2ba7142a8c1a25ba1d62e065/zinit-autoload.zsh#L3459-L3470 so that there is no zombie jobs left. Not sure if this is...

Maybe the latter, since I'm just checking whether the translated token description matches its behavior. I haven't held or joined any official contests using the token feature.

I've made some changes, including rewriting the proxy judge type as an enum. Also, the compiler supported by each judge is now accessible in `PROXY_COMPILERS` hashmap. I'm not sure if...

At this moment Codeforces and POJ are not available for our proxy judge, so I added another proxy judge type QOJ. Also, currently if the user chose the wrong compiler...

Codeforces is now protected (more aggressively) by cloudflare so that one can't just crawl it now. POJ submissions have been in the waiting state for at least a week and...