HackerTrans
トップ新着トレンドコメント過去質問紹介求人

uallo

no profile record

投稿

Proton Sheets: Protect the data that drives your business

proton.me
10 ポイント·投稿者 uallo·7 か月前·0 コメント

コメント

uallo
·2 か月前·議論
This is caused by using CSS grid with "minmax(auto, 57rem)" and an overflowing table. It can be fixed with adding "safe" to "justify-content: safe center" that is defined on main.

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...
uallo
·2 か月前·議論
https://github.com/darrenburns/posting is another TUI client.
uallo
·6 か月前·議論
Does this provide a transport plugin for Winston [1], Pino [2], etc.?

[1] https://github.com/winstonjs/winston

[2] https://github.com/pinojs/pino

PS: Your documentation search does not work.
uallo
·6 か月前·議論
Is there something similar with a lower profile? I use a Logitech MX Keys keyboard and the trackball seems too high to use it comfortably. Either a trackball or a trackpoint (like the one on Lenovos) would be OK.
uallo
·7 か月前·議論
No, IntelliCode is an extension:

https://marketplace.visualstudio.com/items?itemName=VisualSt...
uallo
·7 か月前·議論
Combine it with enforced Trusted Types:

https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Typ...
uallo
·7 か月前·議論
Settings => Search for "Autoplay" => Click "Settings..." => For "Default for all websites" select "Block Audio and Video".
uallo
·8 か月前·議論
> If you need true end-to-end encryption where the provider can't see plaintext, you lose search, real-time collaboration, most of the AI features everyone's been bolting on lately, etc.

Proton has all of these features, despite being end-to-end encrypted. Search works well with their Mail and Calendar solutions, real-time collaboration is a core offering of their Document editor. It surely is harder to implement, but not impossible for many use cases.
uallo
·8 か月前·議論
https://javascriptweekly.com, https://frontendfoc.us
uallo
·9 か月前·議論
You are correct if `noUncheckedIndexedAccess` is enabled. It is off by default (which is a pity, really).

I assumed `Return<User>` was a mistake, not a custom type as you suggest. But your interpretation seems more likely anyway.
uallo
·9 か月前·議論
I get the same overall FTA score of 7 for both of your examples. When omitting the return type (which can be inferred), you get the exact same scores. Not just the same FTA score. Also note that `Return<User>` should be just `User` if you prefer to specify the return type explicitly. That change will improve several of the scores as well.
uallo
·10 か月前·議論
https://docs.npmjs.com/about-scopes
uallo
·10 か月前·議論
Import map:

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...