Patrick Westerhoff

Results 26 comments of Patrick Westerhoff

Cool! I’m actually interested to attempt this myself, so I’ll see if I can come up with something good. I would then also try to think about how we could...

Alright, thanks, that does help and gives me something to look at. I’ll see if I can make anything useful out of that.

Please keep it open for now. I forgot about this but would still like to give it a shot eventually.

> Please keep it open for now. I forgot about this but would still like to give it a shot eventually. Pinging myself 😅😅

> When it comes to people with disabilities, **they can use tools and plugins** that present spaces as intentation in a more compact format. > > Tabs present an accessibity...

Seing that PnP-Sites-Core will eventually retire by the end of the year, is there any chance that this rather simple change could make it in before sunsetting the library? As...

The idea is to have some sopy API that rabbit can call for such events. And then the site/kesh/nibada does whatever they think they should do.

Thanks for your quick responses! @roji I do have two separate database contexts for two different database connections in the same project. I basically want the one database context to...

> you should be able to pass two entirely different ILoggerFactories Ah, okay, so you would suggest having separate logger factories for both, which then could be configured individually. Okay,...

Just as some clarification since the opening motivational example was mostly based on operators: Will this allow interface declarations like the following? ``` public interface IAsyncFactory { abstract static Task...