Ben W

Results 41 comments of Ben W

How about if we slip you a dollar? ;)

No worries. I'm disappointed the Sass team won't build something like this in. It looks like the last attempt was 2014 and the said "no" because it used HSL. :shrug:...

Sending more than one comment since I'm digging into your code. You are using the lookup because SASS has no pow() function. The "other" accessibility tool I had been using...

I came to this issue due to a similar issue, but I was also dealing with a Svelte. To fix my problem, I set `forceFallback: true` which counters the default...

https://github.com/RailsApps/rails-devise-pundit/issues/10 This fixed it for me.

I checked the length of the values output by those methods in your test (I could be wrong). The alphanumeric-using methods were shorter by a touch (first block), so I...

To get the first character to not be non-numeric, I tried these, granted not quite as random. ``` require "benchmark/ips" require "nanoid" require "securerandom" def urlsafe_base64_loop loop do str =...

Okay, you guys made me spend a few too many cycles geeking out on speed. BLUF, I opted to use the looping alphanumeric to generate slugs with non-numeric leading characters....

Parsing /var/logs/system showed that the issue was wrong API Key permissions. The API was wide open. I deleted the key and started a new one. A good feature to add...