websocket98765
websocket98765
AirBnB's rheostat, allows specifying an [algorithm](https://github.com/airbnb/rheostat#props) (deafult is linear, but others include `log10` or `geometric`). This is useful if you have a wide range of values (e.g. 1 to 1,000),...
Hi, I see a lot of effort has gone into this, but I'm not able to get it to work--the Getting Started assumes too much existing knowledge for me and...
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#security - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#max-agenumber - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#secure Relevant line in sk-auth: https://github.com/Dan6erbond/sk-auth/blob/4bf8cc9fa025df6e75505142f1aa7be67cdca139/src/auth.ts#L133 Maybe also relevant? Do JWT and cookie need to be set to the same expiration? https://github.com/Dan6erbond/sk-auth/blob/4bf8cc9fa025df6e75505142f1aa7be67cdca139/src/auth.ts#L100
PR to fix these issues https://github.com/Dan6erbond/sk-auth/pull/96
Fix for https://github.com/Dan6erbond/sk-auth/issues/94
Repro: 1. Type "mango" in the fruit list at https://svelte-autocomplete.surge.sh/ 2. Backspace all characters 3. The results for "m" will remain visible. The country example works better and resets to...
I read through that README like a story. But where's the conclusion? lol Did it work for your preferences?
Is there a way to include a specific emoji in the title base on success or fail? I'd like to include a green emoji on success, or a red emoji...