Skip to content
#

webframework

Here are 270 public repositories matching this topic...

fastify
mcollina
mcollina commented Aug 21, 2020

🚀 Feature Proposal

Move this check https://github.com/fastify/fastify-plugin/blob/78539fe08010a039f1d16e34f42807b51e240242/plugin.js#L109-L111 from fastify-plugin to fastify itself.
This would have the consequence of adding semver as a dep, but I think it does not matter much (fastify-plugin is ubiquitous anyway).

The check must happen at the beginning of https://github.com/fastify

chasenyc
chasenyc commented Apr 18, 2018

Steps to Reproduce the Problem

If buffalo fails midway through generating a resource it does not undo what it has done in app.go. This is a very minor issue and was easy to resolve by deleting the duplicated resources from app.go. If I wasn't so new to go I'd be attempting to see if I could make a PR to fix this issue.

![screen shot 2018-04-18 at 10 09 49 am](https://user-images.git

Improve this page

Add a description, image, and links to the webframework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webframework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.