Jonathan Chan Kwan Yin

Results 342 comments of Jonathan Chan Kwan Yin

if anyone sends a pull request to fix it

tbh I think this feature is pretty pointless since nobody wants to manage the startup logs after all. If anyone intends to fix this, we should look into a better...

Alternative opinion: in the future, we should lock all PM API versions to a specific PHP version, where PM explicitly requires that PHP version to work. In that case, only...

@jasonwynn10 that said, I don't see this version locking happening any time soon, especially with all the people demanding new language features whilst us lagging to ship up-to-date, production-ready pthreads

what's the general rule? no composer.lock for libraries?

Obsoleted by #15

My original motivation for `borrow_FIELD_mut` was to implement something similar to `lock_api::ArcMutexGuard`: ```rs #[self_referencing] struct MappedArcMutexGuard { owned: Arc, #[borrows(owned)] guard: MappedMutexGuard

The issue was created one year ago and I have refactored my code to avoid using `lock_arc` since then, so I can't remember the details of my original use case,...

Related: #29 is blocking on this issue and/or #34 since the coredns pod should authenticate as the tenant using its own serviceaccount in the tenant namespace.

Are there even any formatting guidelines written in prose anywhere? For example, it seems everyone has different opinions on whether `|` should be end-of-line or start-of-next-line.