Matthew Kennerly

Results 24 issues of Matthew Kennerly

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug
widget
layout

## Issue It seems like some commands in `Command::batch` are ignored if they finish too fast. The use case where I encountered this issue is that I have a progress...

bug
help wanted
question
shell

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

feature
text
widget
rendering

Hi! I found your project while looking through some Poetry issues, and I just wanted to suggest possibly using [Dunamai](https://pypi.org/project/dunamai/) for the Git integration. Disclosure: I wrote it for use...

## Describe the bug Consider this snippet of the VDF output for `app_info_print 210770`: ```vdf "0" { "executable" "Binaries\\Win32\\SanctumGame-Win32-Shipping.exe" "description" "Launch Game" "workingdir" "Binaries\\Win32\\" "config" { "oslist" "windows" } }...

bug

This would help ease cases like https://github.com/mtkennerly/ludusavi-playnite/issues/29. For example: `ludusavi backup --permissive Overboard!` would try to back up both `Overboard!` (by name) and `Overboard! (2021)` (by install directory). Known aliases...

enhancement

This would make it easier for people to share and reuse sets of custom entries. These could be either a local file or a URL to a remote file. They...

enhancement

From https://github.com/mtkennerly/ludusavi-playnite/issues/18. The initial set of events might just be start/stop of the overall backup/restore. Maybe you'd specify a command/script path, and Ludusavi would tack on an argument for the...

enhancement

This may depend on https://github.com/hecrj/iced/issues/33 (text shaping and font fallback), although https://github.com/hecrj/iced/issues/213 has a workaround that's worth exploring (setting a custom font).

bug
blocked

I've made a few unsuccessful attempts at this. Not really sure how to proceed. ## Attempt 1 ### snapcraft.yaml ```yaml name: ludusavi base: core18 version: '0.1' summary: Backup tool for...

enhancement
help wanted