Werner van Deventer

Results 18 comments of Werner van Deventer

@tonyhallett Really? The market place still says it only works with 2019 (https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage) and the installer does not have 2022 as an installation option.

OK... So do you have a link to the 2022 version? There are a couple of people also asking for it on [the Q & A page](https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#qna) too. No 2022...

Recently replaced a staggering 1500+ calls to `System.IO` methods in [Directory Monitor](https://directorymonitor.com/) with equivalent AlphaFS versions. Also managed to reduce a lot of code (especially P/Invokes) with the nicely wrapped...

Technically a duplicate of issue #44 but with a different package URL.

Firstly, you declared the `plugins` array twice in your config so not sure what that's going to do. I had a similar situation setting this up with Svelte. The Vite...

@Markyb0y Just change the GitHub repo URL that can be found in the PLG file. Search and replace 'https://github.com/W-W/LazyLibrarian' with 'https://github.com/Conjuro/LazyLibrarian' (or whichever fork you prefer but Conjuro has update...

Bruno comes with [crypto-js](https://www.npmjs.com/package/crypto-js) already [included](https://docs.usebruno.com/scripting/inbuilt-libraries). If you just want to create a UUID though then you can use [uuid](https://www.npmjs.com/package/uuid) which is also already [included](https://docs.usebruno.com/scripting/inbuilt-libraries) as well and does not...

The more I think about it and go over this with colleagues of mine, we seem to agree this violates [POLA](https://en.wikipedia.org/wiki/Principle_of_least_astonishment). If you've supplied mapping rules the expectation is that...