Ben Merritt

Results 65 comments of Ben Merritt

Yeah, I'll have to figure out how to handle that. The main issue is that to build a typical Debian package, the build scripts generally can't (or at least shouldn't)...

It seems to work properly on my Debian virtual machine. I haven't run any tests on Cygwin yet, though. *EDIT:* I'm getting a cryptic error message when I try to...

Awesome; thanks! I'll take a look.

The errors seem to be non-deterministic. I'll try this without the package cache. Whoops; posted this on the wrong issue thread.

This is downright delightful, at least for us Nix users! I can think of a couple of minor potential downsides, but I'm not sure they're huge ones: - This is...

I'm certainly interested in using this as a NixOS user. With the errors I'm getting from the Docker container, this is currently my only way to build the project on...

I don't think that the built-in `v-model` modifiers automatically work on anything but plain HTML elements, but it is possible to [get the set of modifiers used on a custom...

My first thought was to do something along these lines: ```patch diff --git a/packages/oruga/src/components/dropdown/Dropdown.vue b/packages/oruga/src/components/dropdown/Dropdown.vue index 589d4e3f..0ea6ed52 100644 --- a/packages/oruga/src/components/dropdown/Dropdown.vue +++ b/packages/oruga/src/components/dropdown/Dropdown.vue @@ -1,5 +1,12 @@ -import { computed, nextTick,...

Based on a quick glance at the PR, it seems like a pretty reasonable approach. I'd be tempted to use `T` as the generic argument instead of `TNumber`, although I...

Unfortunately, I'm not so sure that `crossterm` will be as useful as might be hoped in its current state. It's got great primitives for reading events from the terminal and...