Troy

Results 25 issues of Troy

When will using steppers with Johnny-Five/Beaglebone-io be supported?

enhancement

I'm not sure exactly where to start, but when I run a file using [email protected] it does not allow me to set the default interval for a single it test,...

## Current Behavior Cannot lint in a fresh monorepo without complaints about 'dotenv'. If I install `dotenv` globally, then it complains about more and more packages that need to be...

type: bug
blocked: more info needed
blocked: retry with latest
scope: core
scope: linter

I'm struggling to use zx when installed locally. It seems I have to install it globally if I want to run it directly with `./pre-commit.mjs`. Or if I add `node_modules/.bin`...

my post is here: http://forum.xfce.org/viewtopic.php?pid=30090#p30090

When I enter a empty folder, npm install my fork (which merely implements the fix described in #30), npm install pngjs, and try to run the example indicated, the core...

This is a minor feature request, but as I have been dealing with the stepper side of things, it has come to my attention that perhaps it would be useful...

I'm trying to use typemoq in an Angular project to mock up certain behavior and verify calls to Excel API (which isn't available at the time of testing so I...

This seems to completely be a bug and I don't see this happening anywhere else... I have an isolated test as shown below: ```typescript fdescribe('getSelectedRangeAsHelper', () => { const address...

I just wanted to drop a suggestion to re-export the `dedent` function. It is helpful in writing help strings for a CLI. ```js import dedent from 'dedent'; const HELP_MESSAGE =...