Greg Zapp

Results 41 comments of Greg Zapp
trafficstars

Relative color is Baseline 2023 and until recently there have been some quirks with different browsers. However, I believe caniuse is incorrect about chrome requiring decimal fractions: I was on...

@vaynevayne I personally use SWC for dev and build, but the default at least a while back was for SWC to only be used for dev and esbuild used for...

I have been patching this for over a year via pnpm: ``` diff --git a/index.mjs b/index.mjs index 41e1f9f9230aaa2ba6c9eca7f5256e719848a72b..53c20bc6e4b2fa6a2c31bb37ec4627a7b34ae0e9 100644 --- a/index.mjs +++ b/index.mjs @@ -172,7 +172,8 @@ var transformWithOptions =...

I have done quite a bit of testing on this locally and have narrowed it down to the number of CPU cores presented to the WSL VM. My system has...

Based the way we host the docs, and the presumptive need to redirect across doc versions including versions that were not build with VuePress, I believe a custom edge lambda...

I would recommend as a baseline "rule of thumb" that the max connections be set to 3x the number of quarts threads: 100 quarts threads X 3 = 300 max...

I ended up rolling my own gem. I replaced net/http with 'open-uri'(which follows redirects). The other obvious option would be to change the url and I'm not sure why I...

I actually just modified this project and created a gem from it. If you'd like, just send me your email and I'll send you the gem.

Yeah... For anybody reading this, just add the following to noaa.rb: require 'libxml' This will fix it. I get the 0.2.2 version when I us gem to install... Very odd.

I can tell you from reading the source that `@microsoft/clarity` is simply injecting a script tag into the DOM with a source of `"https://www.clarity.ms/tag/" + i + "?ref=npm";` where `i`...