Edoardo Luppi

Results 459 comments of Edoardo Luppi
trafficstars

@goncalossilva using Canary is what official Kotlin libs are doing, yup!

Left a couple comments in the new commits.

@wzhudev last time I worked with NG-ZORRO was back in early 2020, when it seemed like major contributors were from Alibaba. Looking at the commits/PRs it seems the organization structure...

Sorry for resurrecting this old issue. Was just wondering, is there a way to add view zones through VS Code's APIs? If I can't do it in VS Code, I'm...

The real answer is this is not possible, as the engine that looks for template parts does not differentiate between nullable or non-nullable tokens. You should open an issue upstream...

To expand and add more context. If we have a parser rule such as: ``` myRule : TagOpen tagName=Body? ... # Body ``` The Swift target will generate: ``` public...

Any chance unsigned variants get some love? They can be useful, but if there is not enough general support it's difficult to see people adopting them. More support in kotlinx...

Although... I've just experimented a little bit with unsigned numbers in a multiplatform environment. I'm not sure we want the introduced overhead when dealing with atomics. U* are value classes,...