Galileo Daras

Results 16 comments of Galileo Daras

unbased no merge. repo owner should mark as archived and unmaintained. calling github headquarters

I think it makes sense to clear up these functions by moving the `lb` part of the function name to its signature through the introduction of a `LogicalBlockLength` type, as...

Fairly confident this was addressed in #74 as well (https://github.com/Quyzi/gpt/blob/9b6d725106ddd8962a4a8b1bb192455b841a9883/src/lib.rs#L234). Looks to me like it should be fine. Let me know if I'm missing anything!

Mistakenly opened this as a full PR rather than a draft PR. It would be great to move forward with this as though it were a draft. Beyond the lack...

@Quyzi What's the best way forward for working with Clippy? I'd rather not make changes to make Clippy pass on this branch as it's completely unrelated to the feature and...

Specifically * Close and cleanup: [michaelyou@079c26e](https://github.com/michaelyou/cmux/commit/079c26e7d242e6c2822c6b0801defd768a9e5e17) is a good candidate for merging. Good content, nothing flagrantly wrong. Didn't read through the others because I'm lazy so I can't speak to...

@danpoland can you run me through your desired behavior? Did you expect to have schemas solely filled be thy migration table object, with all contentful tables still owned by the...

I think I might be misunderstanding the search_path setting. My goal is to isolate the tables into the schemas for their respective services. So within the authservice schema, I want...

Wow, this is what I get for not paying close enough attention. Turns in [my comment earlier](https://github.com/golang-migrate/migrate/issues/395#issuecomment-867027729) I actually just hadn't looked close enough. Setting the search_path in the DSN...

This is possible under the current framework. Within `AppDelegate.swift`, you can enable hotword detection by changing `setupHotword(false)` to `setupHotword(true)` within the `applicationDidFinishLaunching` callback.