Philzen

Results 116 comments of Philzen

> are you using strict mode in TS? Not that i would know of. :wink: When i annotate something as `any`, I'm getting a yellow squiggle warning about a violation...

BTW I've put this as draft for now until we a consensus which solution is preferred. I feel both approaches have something to it, i'm slightly leaning towards No. 2...

@dac09 Just wanted to quickly check back if there has been any response so far from the core team on which approach is preferred?

> I prefer the "connect" version. I think it more clearly shows the intent. An excellent choice, Sir @Tobbe :monocle_face: :wink: I've updated the PR and also added a separate...

Related to - #5866 … in particular requirement no. 3 i believe, which refers to the disjoint of `CurrentUser` in web vs. api

We were just about to start on an LDAP auth integration (yeah we know it's almost way too sexy for 2022, but it's simply a requirement that we were given...

@dthyresson @Tobbe @cannikin @callingmedic911 > As we get closer to those specs, we'll be in touch and perhaps you could be the first person to try out the new feature....

Actually this behavior is a real nuisance for our development team. While we have the ability to configure the Redwood dev server's behavior in `redwood.toml` via ```toml [browser] open =...

@adriatic thanks for reporting this – i have also been wondering about it every now and then. Apart from the nullish types i can see the following issues: ![grafik](https://user-images.githubusercontent.com/1634615/183271819-c7a05249-27cd-4a79-8ca8-e61026d0a80c.png) -...