Jeremy Day

Results 11 issues of Jeremy Day

It may be possible to generate a mesh of a 3D function evaluated over some 2D domain and then render it using a special terminal-based rasterizer, [like this one](https://github.com/ecumene/rust-sloth). This...

enhancement
hard

Documentation for adding benchmarking tests can be found here: https://doc.rust-lang.org/1.8.0/book/benchmark-tests.html We should pick a few functions to benchmark. Some good candidates are * `x` * `sin(x)` * `|sin(x^x) / 2^((x^x...

hacktoberfest
easy

Currently, text can only be appended to the strings in the input boxes. Any changes earlier in the string must be made by backspacing to the point of desired change...

hacktoberfest
hard

Currently, the variable `x` is the only supported variable name. We want to be allow arbitrary variable names, like `y` or `foo`. This should update the `Start X` and `End...

hard

I noticed the sent_at attribute was showing a different value than what it was showing in my gmail inbox. I used the information found [here](https://docs.python.org/2/library/email.util.html) to make sure the timezone...

### Description This isn't really a bug, but more of a general concern that I didn't see mentioned anywhere in the docs. We built a theme editor inside our application...

Not sure of the best place to add the initialization request message. Because of the specific format of the message (must be CLRF; must be precise byte-length) it seemed difficult...

The popup window [defined here](https://github.com/swift-server/vscode-swift/blob/f3b76be242feda0763170aa14ff555386b607527/src/sourcekit-lsp/LanguageClientManager.ts#L161-L174) says "Changing LSP settings requires the language server be restarted." but of course if the setting changed was to disable sourcekit-lsp, the server doesn't actually...

enhancement

I suspect this probably isn't too hard to implement with another case in [`FoldingRangeFinder`](https://github.com/apple/sourcekit-lsp/blob/63171abcea95f5283be34548634a62c500a1517c/Sources/SourceKitLSP/Swift/FoldingRange.swift#L17).

good first issue

I have stack traces this time! The crash occurs on [this line](https://github.com/apple/swift/blob/a263bca690aa5f7180fd5583b8a88dd641f642ab/lib/ClangImporter/ClangImporter.cpp#L851) when trying to copy out a compiler flag from a deallocated buffer. ``` 00 000000f1`762f9ac0 00007ffc`b0c2868d vrfcore!VerifierStopMessageEx+0x81e 01...