LaysDragon

Results 46 comments of LaysDragon

They are discussing here,it seems like it's not going to completed right away. https://github.com/dart-lang/language/issues/1482 https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md

yeah, we definitely need this,don't even mention flutter can have flavors with different entry point for different building scenario.

> What about an entry in the melos.yaml? entrypoint + some others conf like the flavor. > > Use case: > > I have an app with 4 entry points...

Well the nested beamer is still a separated navigator from root beamer as I understand,I can feeling there is design conflicting between "flutter app state styles url routing" and "web...

I bump into the same problem too. The problem is that class-transformer seems have no ability to add some kind of custom primitive types to add types that don't need...

I know,right? This tools is so close to use as a perfect layer as some NoSQL DTO convertor. But its can only convert instance to pure plain object,even its can...

I felt they are trying so hard to dealing signal problem cross platform and still unable to deal its for all situation gracefully(signal propagating seems like a common problem with...

> I spent the whole day looking at my executor why it just kills the process immediately, without waiting for SIGINT handler. And then I realize that NX internally is...

yes, I use with google auth provider and launch a bot with xvfb inside docker,it's actually work. I'm curious,since google auth won't encounter CAPTCHAs,why not allow google auth login run...

I encounter same problem ,I need to get gin.Context work with OpenTracing client packet which work with context.Context,but cannot get gin.Context back after process...hope I can simply get gin.Context from...