Joe Skeen

Results 114 comments of Joe Skeen

Hey @901238746 I'm using WSL for my Emojicoding nowadays so I'm sure we can get yours working. I'm assuming this is the output when you ran this command from the...

Hmm... I get a 404 when I click on that link. Let me look up the actual release URL.

Found this on the releases page - give this a try: https://github.com/emojicode/emojicode/releases/download/v1.0-beta.2/Emojicode-1.0-beta.2-Linux-x86_64.tar.gz

Haha just found this issue after implementing the Cobertura format for the Pester PowerShell Test runner: https://github.com/pester/Pester/pull/2298#issuecomment-1430432687 Perhaps after I get that one up to spec I can come over...

FWIW, I am using this with FancyZones. This is what I do: I first decided that when I'm using ScreenAreaShare I will do so at 720p. This is a reasonable...

Or just move to another testing framework. I moved one project to vitest (Jest api compatible) this week, and noticed there was an expect.fail function.

Love the TS types and documentation. Since there is good JSDoc/TSDoc comments, I think it shouldn't be too much of a stretch to generate a static API documentation site from...

@nikku it was my top priority this morning :wink: Please review at your leisure.

We have also seen this happen in Reactive Forms: https://stackblitz.com/edit/angular-forms-ngmodel-expressionchangedafterithasbeenche-cgmptq

> Classes are exposed as default, cf. [CommandStack](https://joe.skeen.rocks/diagram-js/classes/command_CommandStack.default.html) instead of their names. @nikku I have resolved this with #858