HackerTrans
TopNewTrendsCommentsPastAskShowJobs

uallo

no profile record

Submissions

Proton Sheets: Protect the data that drives your business

proton.me
10 points·by uallo·7 เดือนที่ผ่านมา·0 comments

comments

uallo
·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·discuss
https://github.com/darrenburns/posting is another TUI client.
uallo
·6 เดือนที่ผ่านมา·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
·6 เดือนที่ผ่านมา·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
·7 เดือนที่ผ่านมา·discuss
No, IntelliCode is an extension:

https://marketplace.visualstudio.com/items?itemName=VisualSt...
uallo
·7 เดือนที่ผ่านมา·discuss
Combine it with enforced Trusted Types:

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

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