Jason Pickens

Results 192 issues of Jason Pickens

I have tried to use the `AsyncParser` but I couldn't figure out how to get anything out other than a single `jsobject` as defined by my AST (in this case...

Thanks for the app, it is really handy. I was wondering if there is a way to prevent the graph from being removed when the container exits? I am using...

### Current behavior ``` expect(el).to.have.focus ``` Reports that focus is missing: > TS2339: Property 'focus' does not exist on type 'Assertion'. And yes I have: ``` "typeRoots": [ "cypress/types" ]...

The type from node child_process is: ``` interface SpawnSyncReturns { pid: number; output: Array; stdout: T; stderr: T; status: number | null; signal: NodeJS.Signals | null; error?: Error | undefined;...

I am trying to use watch expressions in Chrome devtools on an app that is using this react refresh plugin. If the expression that I am watching returns `undefined` then...

# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...

Hi, Thanks for creating the plugin. I have a major gripe with auto updates. It is extremely intrusive for the very rare case where I actually want to use sdkman...

I tried using Sequential in the hope that it would order photos by the date taken in the EXIF data rather than the useless date created on disk option that...

Initial attempt at solving #300. This works by creating git blobs for each part of the signature and then taking each object id (SHA1) and pairing that with the hash...

### Current behavior ``` CypressError: `cy.get()` could not find a registered alias for: `@bar`. You have not aliased anything yet. at $Cy.aliasNotFoundFor (http://localhost:62327/__cypress/runner/cypress_runner.js:132892:66) at $Cy.getAlias (http://localhost:62327/__cypress/runner/cypress_runner.js:132835:12) at (http://localhost:62327/__cypress/runner/cypress_runner.js:132429:21) at Object.subjectFn...

type: feature
topic: alias