Joshua Paine

Results 4 issues of Joshua Paine

Supports queries like this, which can be expressed as joins but are often easier to understand expressed this way--and faster to execute in MySQL: ```php $rentals = $h->table('rental_properties'); $favorites =...

```javascript // JavaScript const answer = window.prompt("What's your name?",""); const greeting = answer === null ? "How rude!" : answer ? `Hello, ${answer}!` : "I'll call you Darth"; alert(greeting); ```...

bug
good first issue
stdlib

In my use case, the scene is frequently not going anywhere: sometimes it's just sitting there in the background and won't change until someone interacts with it. If I let...

enhancement
question

Gets performance generally comparable to C# or Go. Compared to those implementations, Tryst usually has lower P95 times but noteably higher max times: 300ms-450ms on all tests. I suppose it's...