Koichi Murase

Results 1368 comments of Koichi Murase

@lazka Who is responsible for the Bash package?

`starship` conflicts with a theme specified by `OSH_THEME` since both provide `PS1`. Shouldn't this be implemented as a theme?

In addition, our themes are supposed to be able to switch to another theme when requested, i.e. a theme can be unloaded and another theme can be loaded. Starship can...

Although providing an external theme through a "plugin" instead of a "theme" seems wrong, it should probably better for the consistency with the upstream Oh My Zsh.

I requested a new release of GtkD (`gtk-d`) for `vte.Terminal.pasteText` in the upstream GtkD project, and they tagged a new release 3.11.0. I think it will be available on the...

Since the latest version of GtkD (`gtk-d:3.11.0`) became available on the DUB repository, I updated the library version in commit 9635921342586c536879b7f67f3762f57216a3b6. Then, in commit 70781c8c4d6e9d41fe9c18b27e21b794beb696c9, I switched to using `vte.Terminal.pasteText`...

Thanks. I'll later update `meson.build`. https://github.com/gnunn1/tilix/blob/53b21fc655944d8bdcc73b9532ee92f989432eb9/meson.build#L99-L100 I'll also squash the first and third commits. The first commit was the temporary change for GtkD 3.10.0. **edit**: README seems to also have...

@ximion Thanks! I've updated `meson.build` and `README`, and I also squashed some commits and rebased. We now have two commits: the first one updates the GtkD library version and adjusts...

The CI is failing due to Gtkd-3.10.0 shipped with Ubuntu LTS 24.04. @ximion Does this project require that all dependencies are available in the standard packages of Ubuntu LTS? The...

@ximion I reverted the change to use the original commit for Gtkd-3.10.0 (where we implement `pasteText` by ourselves). I'll submit a version of using Gtkd-3.11.0's `pasteText` in a separate PR,...