Denis Lutz
Denis Lutz
You made my day, thank you! Finally a solution for this. Красава!
Faced the same issue, here is how you can call it from commandline and provide a runsettings file ``` dotnet test Your.TestCases.csproj -s yourConfig.runsettings --filter "SomeFilterKeyWord" ```
Thank you so much, I can recommend mentioning this in the doc, close to the attribute about human readable, I had this situation many time and didn't really knew the...
Excellent, thank you!
Further more, you could split up the macros area by the '=' sign like this ``` $catalogVersion = catalogVersion(catalog(id[default = $productCatalog]),version[default = 'Staged'])[unique = true,default = $productCatalog:Staged] $supercategories = supercategories(code,...
Just FYI: I took a look at this plugin https://code.google.com/archive/p/csvedit/downloads which provide decent csv features, may be you can find something useful there. What I definitely like here is how...
Hey ElJoujat, ok it works, I had a local domain mapping in localhosts and this broke it. I think it would be helpful if you add more restrictive docu that...
Ok sure, makes sence. I think you should let the exception bubble up somewhere, otherwise its just kind of swallowed and it delays the debugging process. Since only developers work...
Hi @sajadevo, thx so much for your reply. I think I found it: [ThemeProvider](https://www.material-tailwind.com/docs/react/theming) Here I can pass a value object which is then your theme, that you show as...
Same here it still did not work for me, I ended up overriding things by direct classname attribute. As mentioned above the planned way is the theme provider .My last...