Kibeom Kim
Kibeom Kim
@cspotcode Friendly ping?
Related change: https://github.com/tensorflow/tensorflow/pull/41733 cc @avitebskiy IIRC, this is not C-API(yet) but could you try `TFAddLogSink(...)` and see if it works for you?
I think this should be a high priority for Hero UI, as this is effectively a blocker for adopting Tailwind 4 for any projects that use Hero UI. Btw, thanks...
@srfiorini I think you're right, I believe that #12341 is a dependency, not dup.
Thanks for the answer and tips! I really appreciate this awesome extension you're maintaining! Personally, I prefer using Shift. I first encountered using Shift for quick link shortcuts on a...
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 =...
> but a major conflict is that many of the default shortcuts use shift as part of the shortcut. For example, we have `j`, `k`, and `J`, and `K`. If...
update: I was able to get the IP with the below approach. Though my server is behind Cloudflare & Kubernetes so need to check http request headers("CF-Connecting-IP" or "x-forwarded-for") to...
fwiw, if it works, we would also consider node+esbuild, since the speed is pretty similar on benchmarks.