Adam Bullmer

Results 30 comments of Adam Bullmer

just kind of glancing at this, I think you may have a conflict with the PWA add on and this one. Both will export a `manifest.json` file. The current recommendation...

yes, I would mostly consider this a dead project. the vue community has dramatically changed the tooling ecosystem since this started (i.e. vite), manifest v3 has added some complexities to...

Bump. Please cut a new release at the current master. Really don't want to version myself to a current master branch if I can help it, and it seems a...

I ended up installing at the commit hash of the current head for now. Probably best to lock down the version anyways. Are you committed to keeping the bower entry...

I'm willing to work out a PR for this idea, but socializing the changes first and gather some feedback. How about an optional build suffix formatter to append build information...

I think in most practices, divergent prereleases couldn't happen since semantic-release auto appends the branch name to the prerelease tag. So while `1.2.3-alpha...` and `1.2.3-beta...`, and `1.2.3-feature...` can all exist...

Rolled my own plugin for this for ST3. https://github.com/adambullmer/sublime_docblockr_python. Package control won't merge it though since it is too similar to this project. Supporting `sphinx`, `numpy`, `google`, and `Pep257` styles,...

Thank you so much for your hard work on this! Weird github didn't email me about an open PR. A couple of pieces of feedback before I'd feel comfortable merging...

#19 covered exactly 3 letters followed by 6-8 numbers, did an amendment also need to be made for 1a6-8n?

100% would love to see support for prettier's internal config loading system. But shy of implementing all the various loaders, being able to specify a config file path would also...