Brenton Simpson
Brenton Simpson
This is a continuation of https://github.com/tc39/proposal-observable/issues/120#issuecomment-317429350 Yeah, there are definitely weirdnesses in your current implementation. If you used a Subject rather than an Observable, you'd get observer pooling and caching...
It previously showed "Men's" and "Ladies". I added an apostrophe to the end of Ladies to make it consistent. Incidentally, retailers (e.g. Macy's, Nordstrom) use the phrase "Women's" as the...
Can we add a package.json and publish the polyfill to NPM?
Here's the info from the template (#46). I need to find a good place to share those ACPI files. ----- Model name: Legion Go CPU model: AMD Ryzen Z1 Extreme...
From your README: > How to reliably check for srcset support in the browser (so as to not attempt to polyfill if it's not necessary?) According to https://github.com/Modernizr/Modernizr/issues/1448#issuecomment-60028819, you can...
I'm trying to use [vite.new](https://vite.new) to reproduce bugs that I hit locally using modern versions of Yarn, so I can share them with the Vite team. It appears that StackBlitz...
I'm running `gamescope-session` (the Steam client from SteamOS) on NixOS via Jovian. I tried both the 160MB and the 5MB versions, and tried both `protontricks 35140 -q d3dx9 d3dcompiler_43` and...
Since the information I've found on getting this running is all rather old, I'm taking notes for how to make this work in 2024 with an Oculus Quest 2 over...
`plasma-mobile` is [included in this repo](https://github.com/nix-community/kde2nix/blob/main/pkgs/kde/plasma/plasma-mobile/default.nix), but is missing from [`options`](https://github.com/nix-community/kde2nix/blob/main/nixos/plasma6.nix). Moreover, it's missing crucial fields like [`passthru.providedSessions`](https://github.com/NixOS/nixpkgs/blob/ebc0d8f681aa82ddee62a7b4121f39dc59b0ec49/pkgs/desktops/plasma-5/plasma-mobile/default.nix#L76) and [adding itself to `services.xserver.displayManager.sessionPackages`](https://github.com/NixOS/nixpkgs/blob/63143ac2c9186be6d9da6035fa22620018c85932/nixos/modules/services/x11/desktop-managers/plasma5.nix#L539C7-L539C54) which makes it difficult to add manually.
### Description My project generates JavaScript templates for non-technical users. Before Vite, I published a zip file that looked like this: - index.html - config.js - bundles/ - mount.js I'm...