Stanislav Khromov
Stanislav Khromov
Are there any workarounds for setting the "Origin Name" when defining a `HttpOrigin`? It is almost impossible to navigate a CF distribution when you have many origins. Also the names...
👋 I have a similar problem, I'm making a line chart that displays hourly price data (the x axis is `0-23 hrs`) and would like to outline the current hour...
@gollenia I don't think you are supposed to actually install the `@wordpress/server-side-render` package for your custom blocks. It's already included in Gutenberg! You might get a different incompatible version than...
Responsive layout would be great! Just looking at the current CSS, there are a few smart tweaks we could do to make it work nicely on a mobile device.
Had the same idea today and lo-and-behold, here's a thread about it. 😄 @iago1460 I envision this functioning through an off-screen video decoder that decodes a video file at very...
@kershner LIFX uses regular 2.4ghz wifi. Each bulb get a unique IP address and has a UDP-based API. https://lan.developer.lifx.com/ They're not available in a lot of retail locations, but you...
Is there some "user-space" workarounds we can use for now to implement this on the application side? Or some way to extend the existing authentication methods?
Is there a way to utilize web push with Capacitor today? It feels suboptimal to require two push implementations (Web Push for PWA and Firebase for Capacitor in the same...
@githubsaturn Still got this message when Installing CapRover today on arm64 following the official instructions: ```bash >>> Checking System Compatibility
I am experiencing a similar problem when using `Bun.file()` with `return Response()` of `Bun.serve()`on Alpine Linux. Instead of reading the whole file, I am only getting a random, partial file...