Shon Frazier

Results 8 issues of Shon Frazier

I'm certain this character was left out by mistake

Before I can process what I'm seeing, the run ends at a coastline and resets to show the entire continental US. It's jarring. To watch the same run again, or...

Title says it. Code: ``` import Foundation import JavaScriptKit print("Before sleep()") sleep(1000) // wasm bails out print("After sleep()") // Never happens ``` Project for the above code: https://github.com/ShonFrazier/swiftwasmsleep The full...

bug

https://github.com/campoy/embedmd/blob/c59ce00e02967db5e93d897330142a3ef6145786/LICENSE#L189 Your README claims the code is owned by Google. The license should contain the name of the copyright owner.

While the extension is taking many seconds to calculate a dependency, it blocks the VSCode UI - prevents typing, saving, navigation ... This extension needs to not do work on...

I'm experiencing an issue building, but I don't have any extra space to remove like in #4. Here is my output: ``` $ go version go version go1.16.3 darwin/amd64 $...

Viewing PDF/en/selinux-coloring-book_USLetter-Stapled.pdf, page 4 The sentence under "Policy Rules" needs a grammar fix: "As a policy write, I would say that a dog has permission to eat dog_chow write this...

I have shell code blocks with multi-line commands. Each line should end in a `\` but the backslash is removed before rendering to HTML. Escaping by using `\\` doesn't fix...

bug
assigned