WORMSS

Results 91 comments of WORMSS

I did think about that, but there would be about 6,000 changes across 2500 files. And we would have to delicately identify which ones are async and which ones are...

That would be a great solution, since it's at the container level, that way we can even have both systems working independently. This will make our migration much simpler as...

That will be great. We actually paused our migration completely and "ONLY" use direct container.get() and nothing is using class providers yet. So this is great news for us. We...

@inunotaisho26 having express be ES5 while you develop your middlewares and route handlers in ES6 is no problem. Is that what you mean by ES6 Support?

@inunotaisho26 Are you referring to ES6 import within NodeJS in general? **edit:** @dougwilson got there first

Symbols was a great reason to use ES6. Rather than polluting the res/req with common use property names. And especially in the bug with morgan which can actually cause incorrect...

I was wondering why I could find no reference to `scaleType` on a `FrameLayout`. And you are right, `ImageView` has the `scaleType` attribute available to it.

> Workaround: > > ```ts > const booleanParamSchema = z.enum(["true", "false"]).transform((value) => value === "true") > ``` I was just writing this very thing, but with the addition of `True`...

So @cristianstaicu, I am guessing the maintainers are dying in a ditch somewhere?