Temtaime
Temtaime
+1 for proposed solution
I think the issue should not be closed until the regression is fixed. I don't see any reasons why lnk files cannot be synced even with vfs. .lnk is an...
@allexzander i don't think that windows does anything regarding lnk files. Linked PR in the comments states that there's QT api which follows lnk files on windows and it is...
There _are_ problems. ``` B b; int* a = &b.a; ``` Error: cannot implicitly convert expression `&b.a` of type `extern (C) int delegate() pure nothrow @nogc @property ref @safe` to...
@bk2204 Hello I have a similar problem, `git pull upstream BRANCH` tries to download lfses from origin, not upstream. I have found related issues #2105 #2169 but they're closed by...
I think the problem is ``` 17:33:05.550254 run-command.c:663 trace: run_command: 'git-lfs filter-process' ``` That remote name is not passed to git-lfs when it is fetching the objects
Thanks, just compiled and tried it, not working :( ``` Network UPS Tools - UPS driver controller 2.8.0 0.000000 [D1] Starting UPS: ups 0.000023 [D2] 1 remaining attempts 0.000029 [D2]...
@colinrgodsey thanks for a good project. But is it dead ? No updated from January ...
Personally i don't see any reasons to not use null terminated strings. They are simple and fit very well as this is simple C gui library. No reasons to overcomplicate...
C null terminated string is a standard. Every programming language has utilities for interoperability with it. I'm using Nuklear with Dlang and there's no pain with its API at all....