HackerTrans
TopNewTrendsCommentsPastAskShowJobs

uallo

no profile record

Submissions

Proton Sheets: Protect the data that drives your business

proton.me
10 points·by uallo·vor 7 Monaten·0 comments

comments

uallo
·vor 2 Monaten·discuss
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
·vor 2 Monaten·discuss
https://github.com/darrenburns/posting is another TUI client.
uallo
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
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
·vor 7 Monaten·discuss
No, IntelliCode is an extension:

https://marketplace.visualstudio.com/items?itemName=VisualSt...
uallo
·vor 7 Monaten·discuss
Combine it with enforced Trusted Types:

https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Typ...
uallo
·vor 7 Monaten·discuss
Settings => Search for "Autoplay" => Click "Settings..." => For "Default for all websites" select "Block Audio and Video".
uallo
·vor 8 Monaten·discuss
> 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
·vor 8 Monaten·discuss
https://javascriptweekly.com, https://frontendfoc.us
uallo
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 10 Monaten·discuss
https://docs.npmjs.com/about-scopes
uallo
·vor 10 Monaten·discuss
Import map:

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