• Joined on 2024年06月14日
Macol commented on issue ziglang/zig#32099 2026年04月28日 09:24:47 +02:00
remove @TypeOf and anytype; introduce |T| syntax

I hope we can bring return type inference back into consideration. I think one of the reasons why @TypeOf was impossible/troublesome to be allowed for use with return types was that the return...

Macol commented on issue librewolf/issues#2401 2025年04月06日 15:06:44 +02:00
An annoying hard space appeared in the top toolbar and I cannot remove it

@sertonix wrote in librewolf/issues#2401 (comment):

Unfortunately I can't reproduce the issue yet. Would you mind also sharing `browser.uiCustomization.h...

Macol commented on issue librewolf/issues#2401 2025年04月04日 21:01:53 +02:00
An annoying hard space appeared in the top toolbar and I cannot remove it

Sure:

{
 "placements": {
 "widget-overflow-fixed-list": [],
 "unified-extensions-area": [],
 "nav-bar": [
 "sidebar-button",
 "back-button",
 "forward-butt...
Macol opened issue librewolf/issues#2401 2025年04月03日 11:48:28 +02:00
An annoying hard space appeared in the top toolbar and I cannot remove it
Macol opened issue forgejo/forgejo#5280 2024年09月10日 21:17:00 +02:00
feat: support for multiple authors of a commit
Macol commented on issue ziglings/exercises#159 2024年09月09日 16:13:59 +02:00
Replace ??? in examples with sequence of chars that is entirely selected when double clicking

I tried double clicking with mousepad and it mostly works. In Vim/Neovim you can always press 3cl when you are on the first question mark.

Changing the question marks through something...

Macol commented on issue ziglings/exercises#159 2024年09月09日 15:12:08 +02:00
Replace ??? in examples with sequence of chars that is entirely selected when double clicking

I just started doing Ziglings today and I had similar experience with that. I use Neovim and whenever the ??? is followed by another special character (for example ???);), I cannot simply use...