Scotty Jamison

Results 16 issues of Scotty Jamison

The README goes into a ton of detail on the syntax of a potential type system, but it fails to explain how the types will actually get enforced. Are these...

### Version 29.0.3 ### Steps to reproduce ``` git clone https://github.com/theScottyJam/jest-assert-throws-bug-report cd jest-assert-throws-bug-report/ npm i npm test ``` ### Expected behavior When Node's `assert.throws()` assertion error is caught and reported...

:bug: Bug
good first issue
Help Wanted

I like this project's principles and would like to help out with fixing some of the bugs and what-not. I see in [this thread](https://github.com/JSMonk/hegel/issues/323) that the whole project is being...

This post has been updated to try and re-word it in a clearer way. I see that this proposal is jumping through some hoops in order to make it expose...

The [pattern matching proposal](https://github.com/tc39/proposal-pattern-matching) is currently being designed with the expectation that do expressions will help fill in some functionality gaps (in its current form, it is encouraging the use...

Right now, this proposal shows how to make a public protocol that anyone can implement. There's also value in making it so only the creator of the protocol can control...

How does this proposal relate to the [do block](https://github.com/tc39/proposal-do-expressions) and [explicit resource management](https://github.com/tc39/proposal-explicit-resource-management) proposals? I'm noticing that the basic functionality of both of these proposals can trivially be implemented with...

The whole `::` idea is intriguing, but in the end, it really doesn't provide much value to the language, nor is it an essential part of the core concept of...

The core of this proposal is awesome - allowing us to pass blocks into functions. Unfortunately, on top of this core seems to be this idea of trying to allow...

There seems to be two conflicting ideas in this proposal. 1. we want this to transpile down to simple functions. 2. we want to follow the Tennent's Corresponde Principle. The...