Christopher Ng

Results 14 comments of Christopher Ng

@fade2gray it's very odd, at first glance it doesn't look like there are any changes that would cause it not to work with VirtualBox. i tried building 1.0.1 locally and...

with 1.0.1, MenuTools is elevated, VirtualBox is not. same user. i didn't check 1.0.2 yet.

interesting...are you 100% certain it's your mouse? i have this problem where the 'next' icon gets triggered as well, but i'm not having 'double-click' problems in anything else.

i'm getting the same error(s) with the latest versions.

not sure if it's related, i get the same ` 'liquibaseSchemaName' in properties file is not being used by this task.` warning running against a local Postgres (actually a temporary...

can it just detect when an inner class extends it and not make it final in that case?

i tried using this to set a custom default value for `doubles` using a `DoubleEncoding` class, but it didn't work...it generated a load of `field_equals(DoubleEncoding other)` methods and tried to...

can you support custom scope annotations while doing this?

you can annotate dagger injectables with any scope, it doesn't have to be `Singleton`. mapstruct should support specifying the scope annotation for the generated mapper.

fwiw this doesn't work at all with `libfuse3`. the `fuse_operations` struct has changed.