Steve Fan

Results 123 comments of Steve Fan

@kyle-mccarthy well but it sort of works. Hell, I was even able to get `next/image` to work with this too. So I take that as a practical workaround, still the...

@vincentlauvlwj Lemme use an example instead of some academic bullshit: imagine a classical situation where you have Person entity, Student entity extends from Person, so does Teacher entity. I mean...

@lyndsysimon Exactly. That's much more intuitive in OOP nature to design this way

No, wait, it worked, I just happened to have extraneous label selector and thus it fails to match the traefik pod I had

Also, we could find a way for things like [staticvec](https://docs.rs/staticvec/latest/staticvec/index.html) to work with this. For the NFA I'm not so sure, but we can probably use [FcHashMap](https://docs.rs/fchashmap/latest/fchashmap/struct.FcHashMap.html)

> I tested it a bit and noticed that you cannot upload files bigger than 200M or when you override the cutoff size not bigger than 5G since Multipart Uploads...

Seems like there is a bug in the upstream `sqlite3` package that doesn't handle RETURNING INTO yet (I see zero rows). Disabling it for time being. So far only `better-sqlite3`...

> > Seems like there is a bug in the upstream sqlite3 package that doesn't handle RETURNING INTO yet (I see zero rows). > > Are you sure this can't...