Andrew Benton

Results 14 comments of Andrew Benton

I built out an LDC on alpine using that build [andrewbenton/alpine-ldc](https://github.com/andrewbenton/alpine-ldc), but it still has the aforementioned issues with musl and druntime until that's patched up. An interesting approach that's...

There might be some other library that's able to accept the single dash as well as the double dashed form of the argument. I'll have to see what I can...

On further inspection, it seems that only codes 1, 4, 5, 6, 7, and 8 collide and disagree.

Could we add an option to modify the struct tag that we retrieve the field name from? Many structs will already have json tags available and it would be nice...

I'm seeing the same issue with v0.36.4 after upgrading from v0.36.2

Perhaps there could be another enum added to `@jsonize` kind of like `JsonizeOptional` called `NameIsPath.{yes,no}`? Then you remove the ambiguity and you don't have to have the additional inner syntax....

I understand the hesitation. I wouldn't suggest it if it wasn't part of the standard library. For what I'm interested in, it serves as a library-agnostic serde of an unspecified...

It seems that if I launch dcd-server externally with `dcd-server --tcp --port 9166 ...` and then add `--tcp --port 9166` to the args in runDCDOnBuffer it works again.

I'm not seeing any errors. The problem is that I'm not seeing any completion either.

`:DUjump` doesn't work either. I get the error `Unable to find declaration for symbol`writeln`. The file that I'm testing on has ``` d import std.stdio; void func() { writeln("Hello again!");...