tmikaeld

Results 94 comments of tmikaeld

Hello! Just checking in to see the status of this, I got issues when I raised level 1 to 500 000 difficulty from 50 000, the verification always fails then.

Yes, the main issue is solved already, that's why I closed it earlier ;-) It was the cooldown, increasing it solved the issue, was testing on Mobile so it took...

@realaravinth Since this is more like a discussion thread now 😄 would it be possible to set difficult on a queries/minute kind of limits instead of visitor amount? For example,...

@realaravinth Since you're using Redis, counting every request would be possible, so it can do rate-limiting and PoW combined to get the best of both worlds. We currently do rate-limiting...

I'm looking for the same thing, any way possible. Specifically: `.rounded { border-radius: 0.25rem; }` should be prefixed like `header .rounded { border-radius: 0.25rem; }`

The closest I've found is: https://twind.style/reference#add-namespacescope-to-all-classes But I don't think it works as expected? The example given: ``` defineConfig({ hash(className) { return `.scoped ${className}` }, }) ``` Produce CSS: ```...

Seems to be a miss by the author, caught the same thing.

The issue still exists in 6.8.31

I believe this would be servered better as a plugin and not a core-feature.

Sizing can be tricky and always require keyboard typing, to speed that up you could use a stepping knob, dial, arrows. Example: http://anthonyterrien.com/knob/ For % values this can even be...