Daniel Friesen

Results 336 comments of Daniel Friesen

> > All of these hypotheticals about editing real code and then publishing it on mobile appear to assume you're using GitHub's editor. > > Gihub diff viewer is the...

> yes it does. if you're doing inline suggestions, those suggestions need to agree with prettier in order for the build to pass. So to be clear. - You're writing...

> Incomplete List of accessibility and i18n benefits of spaces: - 6 of those 8 "benefits" of spaces are irrelevant in a Prettier project where the user doesn't need to...

@dawuzi Sorry no, I stopped using Sublime.

This looks like an interesting idea. I'm using Azure AD B2C which does seem to support OAuth 2 which seems like it could work well with this. I am using...

I need this too for the images along the side of my pages. Is there anything that would stop this being done by extending the list field to support this,...

Browserify's greatest feature is the transform pipeline (heck the parts that actually break require into a dependency tree and combine that tree into a bundle aren't even in this repo,...

[USAGE.md](https://github.com/99designs/aws-vault/blob/master/USAGE.md#docker) says aws-vault supports Docker by providing credentials from the host via a proxy. So I see no reason that an aws-vault running in WSL2 could not have some way...

This is probably related to https://github.com/facebook/jest/issues/9771. i.e. Jest is not using package.json's exports field. In that case you'd have to use `import 'csv-stringify/dist/cjs/sync'` to make it work in Jest. Of...

Support for this would be great if it means I can get rid of the `stream` package when simply trying to use `csv-stringify` in the browser without even using streams...