Dave Jeffery

Results 57 issues of Dave Jeffery

Discussion began in https://github.com/jenius/accord/pull/119 but creating a new issue instead of cluttering that PR. I imagine when the compiler itself is outputting the `sourceContent` then the hit wouldn't be too...

Asar seems to fail with modules that are scoped, e.g.. `@scope/project-name`. Getting the following error while asar is iterating over the `node_modules/@pnpm/default-fetcher` directory: ``` /Users/dave/code/my-app/app/node_modules/asar/lib/filesystem.js:20 json = json.files[dir] ^ TypeError:...

Password request dialog is popping up but the file is being moved to `~/Applications` instead of `/Applications`. I don't use `~/Applications` but Chrome has placed a few folders in there...

I like to keep CSS transitions in CSS rather than javascript and handle the transitions by adding/removing classes instead. Would a PR for this feature be accepted? Usage Example: ```...

## Summary Using a comment like this, I would expect the admonition contain to retain formatting. ```ts /** * :::admonition type="info" * Works on **all platforms** * ::: */ ```...

## `useCopyWrite` Hook [Hooks](https://reactjs.org/docs/hooks-intro.html) are a new addition in React 16.8. They let you use `react-copy-write` without using render functions. Let's write our `Avatar` component in the previous example using...

If I import a less file that only includes variables then it does not get included in sources. Here's an example, notice that the map file at the end does...

feature request
low priority

Could you provide a bit of code/documentation for how to use angular-websocket-mock in tests?

It would be super handy if I was able to bookmark queries or documents so I can easily go back to them later.

good first issue