Matěj Cepl

Results 819 comments of Matěj Cepl

I have no idea, what I did. This patch doesn't make any sense, the solution seems to be a way more complicated. It will take a bit time before I...

What about this [0001-window-always-initialize-win-options-before-WIN_OPEN.patch](https://github.com/user-attachments/files/22360216/0001-window-always-initialize-win-options-before-WIN_OPEN.patch.txt) ? This at least builds and test is passing.

There is a nasty crash there, fixed (hopefully, not tested at all) with [0002-lua-Correct-runtime-crash-in-options-object-handling.patch](https://github.com/user-attachments/files/22360233/0002-lua-Correct-runtime-crash-in-options-object-handling.patch.txt)

Fixed version of the patch was sent to the list https://lists.sr.ht/~martanne/devel/patches/62149 , further updates, if any, will be sent there.

On Tue Sep 16, 2025 at 3:54 PM CEST, lan Nomar wrote: > I have copied your branch from sr.ht, just sent me a notice and I'll pull and test...

On Tue Nov 19, 2024 at 1:10 AM CET, David Keijser wrote: > We can probably forget about git 1.8 support at this point and go back to --invert-grep which...

> #74 looks like a good change to land first. Absolutely!

On Sat Nov 30, 2024 at 7:14 PM CET, David Keijser wrote: > I found this https://github.com/felipec/sharness > > Replacing test-lib with sharness I'm able to run this test I...

Could we get at least some error message in the style of “We need 2 GB space and /tmp has just 1 GB”, so that user would have at least...

If anybody is interested, this is the patch I use for openSUSE: ```diff --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/pyproject.toml +++ b/pyproject.toml @@...