Justin Chase

Results 185 comments of Justin Chase

Is `null::example:get()` a valid expression at all? Seems like it would have to be a valid expression all by itself for it to be a problem with ternaries.

Any update on this? I am seeing something similar and there is remarkably little about this error message available.

Normally what you would do is leave the issue open until its fixed. People will come here and keep adding more and more context until a reliable reproduction can be...

I'll give it a go, just wanted to gauge your openness level first.

There has been a ton of commits in the main branch that are not published in a current nuget package. There are major bugs in the last beta4 release, it...

I think the issue may be here: https://github.com/conradreuter/cancellationtoken/blob/master/src/CancellationToken.ts#L210 You have a class and a namespace of the same name, and then you're exporting... the namespace? Its a little weird.

ESM = EcmaScript Modules https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules I believe you can just add static methods right on a class since you're using typescript. ```ts export default class CancellationToken { public static create():...

Hello! I am the creator of `commit-karma` and I noticed you are having an issue with it. I filed a bug that will help resolve it here: https://github.com/justinmchase/commit-karma/issues/25 Please feel...

Also, the `unstable` step has the same issue: ![Screen Shot 2021-09-04 at 10 25 49 AM](https://user-images.githubusercontent.com/10974/132099692-f5be6aea-fa71-49af-9c05-5b5b58d9809a.png) Ideally it would show the actual message when in the unstable state as well.