Kibeom Kim

Results 44 comments of Kibeom Kim

fwiw, here is a third party implementation: https://github.com/jweslley/sentry-googlechat Our company recently migrated from Slack to Google Chat, this feature would be very useful.

Actually, I wonder if I can trigger a Vimium action programmatically. I can enable the following shift detection snippet on every page using this extension https://chromewebstore.google.com/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld ```typescript let isShiftKeyDown =...

An alternative API would be a val constructor with two arguments. 1. `const char* p` and 2. `std::size_t length` for non-null terminated strings in general. Maybe this makes more sense.

One datapoint: Our company uses Next.js for well maintained out-of-box features and productivity. We have been using gRPC-web with NextJS, but are interested in evaluating Deepkit RPC.