Christian Franzl
Christian Franzl
Here is a workaround that uses reflection to invoke the private constructor and create custom colors. ```csharp public static ConsoleTextColor GetColorViaReflection(string color) { var ctor = typeof(ConsoleTextColor).GetConstructor(BindingFlags.NonPublic | BindingFlags.Instance, null,...
Thanks for the workaround. Is it considered a bug or is that intentional?
I'm not 100% sure (on mobile right now) but I think I've tried pedantic (and tried a couple of different options with markdown-viewer)
I'm a bit lazy and on mobile right now so I copied the issue description to the compiler projects. https://github.com/remarkjs/remark/issues/325 https://github.com/chjj/marked/issues/1047
It's not really odd, it depends on how you interpret the input. Percent is just a fancy way of writing scaled factors. So 50% just means 0.5, 10% is 0.1,...
I bookmarked this issue because I also think it's not a good idea to destroy a carefully crafted .gitconfig but I was busy implementing the avatar PR. So in fact...
At the moment it looks like (just skimmed through - might be wrong) that `ConfigFile` supports setting multiple values and store once. Calling git might be an option, but I'm...
I have a lot to do at the moment, but I would implement it in October at the latest (Hacktoberfest 🎉) unless somebody else gives it a shot sooner.
I have the exact same crash when running the rawDepth sample on my Pixel 5 with Google Play Services for AR v1.31.221020293.
I'm currently trying to create a minimal app that reproduces the problem. my crash looks like this: Crash Log ``` 2022-05-21 14:33:42.091 5382-5382/? A/DEBUG: *** *** *** *** *** ***...