Lorenzo Sciandra

Results 31 issues of Lorenzo Sciandra

I'm lazy so I'll just use this as a backlog of links I want to add to the main file.

enhancement
good first issue

This is a follow-up to a conversation that happened in the RN Discord; I saw the [Flutter website](https://flutter.dev/) having a clean and organised navbar and I wondered if that could...

Partner
Contributor
p: microsoft
CLA Signed

This proposal is something that me and @tido64 (and @cortinico to some extent) have been brainstorming for a little while - after a recent problem with `react-native-codegen` and RN68. As...

💡 Proposal

Adding a `isMuted` option to the measuring parameters: its purpose is, basically, to not print any logs for that component is the option is set to `true`. The overall idea...

Basically, currently `isCollapsed` is not being used in every case: this means that when there's no change in the render it will still print not collapsed. In some scenarios where...

Based on [this conversation on twitter](https://twitter.com/Kelset/status/1150031393302257665), Nick & Ram (& others) want to help people upgrading to 0.60 avoiding the pitfalls they've fallen into. The most helpful approach will likely...

enhancement
help wanted
good first issue

### Description RFC to discuss further the new new configuration scheme for `dep-check` originally proposed here https://github.com/microsoft/rnx-kit/issues/1638 You can read the [formatted text here](https://github.com/microsoft/rnx-kit/blob/kelset/dep-check-v2-rfc/text/0000-dep-check-v2.md), please leave comments inline to discuss.

RFC

Just realised, we don't have in the various profiles the @types/ packages defined (ex. @types/react-native, etc) to match. We should add those and also add "react-test-renderer", since it follows the...

enhancement
good first issue
feature: align-deps

As per title, if a `package.json` has a resolution entry for a package that dep-check "understands", it won't get touched by dep-check when running. We should think about this and...

enhancement
feature: align-deps

When using dep-check currently, it has only one profile that it brings along: ours, the Microsoft one. But as we have been seeing and hearing from the community, it might...

enhancement
feature: align-deps