Results 22 comments of josetr
trafficstars

https://www.taxjar.com/blog/calculations/2021-12-sales-tax-discounts-coupons-promotions @michaelbromley's logic is correct in most cases, unless the discount / coupon code is coming from a manufacturer as explained in the article. @simpian wants something similar that behaves...

It's even worse using react-native-windows. Even tho the generated css file in the cache folder is updated correctly always, the change is not reflected 99% of the time. A full...

> My company used this in the project, I use it in practice, so it shouldn't be a problem! This only tells us that it works for your specific use...

> Was this issue resolved in #13? Yes & sorry for not checking if there was an issue open for it back then 😢.

Apparently `async void` tests suffer from the same problem. The call to `WaitForCompletionAsync` never completes on both cases. `async Task ` tests do work because they do not call `WaitForCompletionAsync`...

Agree I just wanted to point out that it didn't work since my pull request didn't account for it. I'm still not sure whether we shouldn't allow synchronous UI tests...

Isn't following the documentation to install a.NET runtime and then configuring `cmake.languageSupport.dotnetPath` enough? If you do so, the .NET Install Tool will not be used at all.

I don't think it's possible to make a VSCode extension dependency "optional" other than releasing a parallel VSCode extension without it. Most people benefit from this dependency to auto-install the...

Have you tried using `cmake.languageSupport.enableFileAPI` as explained in https://marketplace.visualstudio.com/items?itemName=josetr.cmake-language-support-vscode?