andre2007

Results 172 comments of andre2007

Unfortunately not. I do not remember even seen a version number at all in VSC. Normally you just install the extension once and then everything is working fine in the...

False positives can be reported as described here https://service.mcafee.com/webcenter/portal/oracle/webcenter/page/scopedMD/s55728c97_466d_4ddb_952d_05484ea932c6/Page29.jspx?wc.contextURL=%2Fspaces%2Fcp&locale=en_US&articleId=TS103032&_afrLoop=1428971630288071&leftWidth=0%25&showFooter=false&showHeader=false&rightWidth=0%25&centerWidth=100%25#!%40%40%3FshowFooter%3Dfalse%26locale%3Den_US%26_afrLoop%3D1428971630288071%26articleId%3DTS103032%26leftWidth%3D0%2525%26showHeader%3Dfalse%26wc.contextURL%3D%252Fspaces%252Fcp%26rightWidth%3D0%2525%26centerWidth%3D100%2525%26_adf.ctrl-state%3Dlil16j066_62

In the FAQ the first 2 topics are related to your proposal and explains the difficulties https://github.com/dlang/dub/wiki/FAQ Are you aware of this FAQ?

I also want to see this issue fixed. There was a pull request in the past to solve this issue https://github.com/dlang/dub/pull/1148

The scenario is as following: dub is embedded into another build system, e.g. xmake. Dub specific settings like architecture, compiler, registry, ... can be set as xmake parameters. The dub...

It is a common pattern supported by most console clients I know (aws client, pip, npm). For reference here the npm help https://docs.npmjs.com/misc/config Settings values can be set in a...

I think I have 2 problems: * I can see in the logs, that DCD Server Import is executed for my project and the dependencies of the default configuration (the...

the work on this dip is highly appreciated. For my AWS SDK this DIP would make the coding much more readable and also smaller for several use cases. I generate...

In all 3 options, the name of the struct is mentioned. I wonder wheter in addition it would be possible leave out the struct name in case the compiler could...