Brian Kennedy
Brian Kennedy
I'm looking for a comment plugin similar to this. I'll be using pandoc to automatically convert markdown to html and publishing as the drafts of a long running paper. It'll...
Just wanted to give some feedback that I really admire the organization and structure of the project you made here. Great architecture choices, simple to follow - prioritizes readability and...
The more I tried to think of way to improve the documentation I am realizing that the best help would be an example implementation Vue2 app. Something that covers gets/fetches,...
This may be a matter of understanding, but I still find situations where it would be useful to be able to "desyncronize" the library's internal Vuex module state from the...
Just reviewing how to use Vuex's `strict` mode for debugging state changes (https://vuex.vuejs.org/guide/strict.html) that are happening outside of mutations, and is it possible that the library doesn't work well with...
This would be pretty helpful as several of my collections are huge log collections that don't necessarily need to be backed up (especially when I'm about to perform a chance...
Hi! I just tried using your generator for some Swagger doc generation (super glad to find you started this! :smile: ). Although the generated document passes validation in the Swagger...
Unsure if this is a feature request or a bug - I see that some parts of the `create-next-app` CLI are working as I'd expect: ``` --use-npm --use-yarn -e --example-path...
### Description In this example code I'm trying to login the user with `useLogin` and then wait to see them become authenticated by using `useAuth`. I can confirm after login...