Jeff Walker
Jeff Walker
Unicode escape sequences in strings are not handled correctly in the `js!` macro. A valid JavaScript string like `"Proof that this isn't JS\u0021"` will given an error that: ``` error:...
### What You Are Seeing? When I clone the [example repo](https://github.com/cake-build/example), and time the build command, there is A LOT of overhead time on the build even after repeated builds...
**Is your feature request related to a problem? Please describe.** Yes. If a user enters a value in a control that cannot be converted to the view model property type,...
There is a slide: https://github.com/ferrous-systems/rust-three-days-course/blob/4a8a1ebc8abf88722cc235cb32a74384ddb2dcac/presentation/chapters/en-US/data-structures.chapter#L71-L73 It isn't clear what this is supposed to mean. Most people think of [variant types](https://en.wikipedia.org/wiki/Variant_type) as tagged union types which is what Rust enums are....
Some code samples are missing `class="lang-rust"` and so Hilight.js is incorrectly guessing at the language. For example: https://github.com/ferrous-systems/rust-three-days-course/blob/07820df12d5b283b07fc23b207e2cb7d20341c15/presentation/chapters/en-US/advanced-generics-bounds.chapter#L16-L18  
Failing Unit Test for Issue #1844. Tests that the version is bumped after a prerelease tag when not doing so would put them out of order
Trying to convert a .NET Framework 4.8 MSTest project using try-convert v0.9.232202. I get the following error output: ```text (project path redacted) is an unsupported project type. Not all project...
I installed version 0.2.0.42 from Chocolatey. I want to use a build off master instead (important bug fixes there that aren't in any build, you really need a new build)....
The recommended way of extending the xUnit asserts is to reference the `xunit.assert.source` NuGet package. When you do that, you can't use the `xunit` package anymore because it pulls in...
The `AsyncProducerConsumerQueue.OutputAvailableAsync()` available method allows you to wait until the output is available. However, there is no way to wait for the queue to be empty. My use case is...