Josh Leverette

Results 37 issues of Josh Leverette

On [this page](https://www.prisma.io/typescript), scroll down to the Code Examples section, then click on "Generated types", then click on "Explore on Github". The URL transposes "express" and "rest" compared to how...

Just throwing some ideas out here, but I believe that it would be possible to support a large subset of HTTP endpoints without too much added complexity. ``` type Cat...

enhancement
lang-all

I'm not sure what library is being used for terminal text coloring, but it doesn't seem to be PowerShell-aware. ![image](https://user-images.githubusercontent.com/726063/33137602-67cf35aa-cf76-11e7-9fa2-fdb4b7a85c3b.png)

bug
good first issue

On [this page](https://anowell.github.io/quasar/), it links to [this page](https://anowell.github.io/wasm.html) which doesn't exist.

Just an idea, but it would probably be nice to be able to see the battery percentage on the kindle dashboard... at which point, I thought "why not have the...

I know this is a huge PR, but this PR theoretically solves a major pain point I've been experiencing with very large messagepack values. Instead of reading hundreds of megabytes...

PingCAP's errors package is a fork of pkg/errors that makes a few nice improvements, like being able to call `errors.AddStack(err)` several times at different levels of the call stack without...

I don't anticipate that this will affect the performance at all, but it will remove a lot of conditionals that appear redundant. In Go, `append(x, someElement)`, where `x` is a...

After every single command, I've been getting this error: `unknown command: java. Perhaps you have to reshim?` ``` > cd .. unknown command: java. Perhaps you have to reshim? ```...

Hey, sorry if I'm just too excited to see the final checkpoint of TinyLlama, but is the 3T checkpoint ready? The timeline on the README indicates it was supposed to...