Jan Jurzitza

Results 778 comments of Jan Jurzitza

Can you share the code that breaks this? Normally dfmt shouldn't run on save or prevent the save process from running, did you manually enable format on save? Also it's...

hm according to the dub documentation the $PACKAGE_DIR shouldn't exist in commands at all: > Inside of custom command directives a different set of predefined variables is available: [...]

this seems not easy to fix without introducing an issue of environment variables mismatching with the direct substitution variables, which was also an issue before. I think it would be...

the variables work, just not under `sourceLibrary` target type.

I have updated code on that and reworked the architecture of that to be more sane, it's just missing the final few pieces to complete, but I can push it...

@s-ludwig the rejectedsoftware forum that is linked here seems to be down (or at least that thread doesn't exist), which seems to be important for this issue's context. Can you...

what about "Fill selected fields"? does that open a UI to select fields?

imo if you set your environment variable only locally then you probably only want DUB to store its data where you specified in that session. (maybe set to `/tmp/dub` to...

if we don't plan to add other tools, it might also make sense to define a `DUB_HOME` environment variable instead, which defaults to `~/.dub` / `%APPDATA%/dub`, so the folder can...