Tony OHagan
Tony OHagan
### Software version - quasar-cli v017.23 Feature suggestion ... I normally run `quasar dev` inside VSCode which will frequently trigger rebuilds as you save files. The problem is that this...
Because the 3 factor pattern is inherently cyclic, you run the risk of inadvertently triggering a infinite event loop (DB -> Function -> DB ad infinitum). On auto scaling cloud...
Database migrations can be split into two types ... 1. **Schema** Changes: Table, Index, Foreign Keys, Constraints 2. **Code** Changes: Stored Procedures, Functions, Triggers, Views Example for Code migrations see...
I'm attempted to setup a VSCode debugger `launch.json` to debug fireway migrations. The migrations are Typescript so that adds an additional level of complexity. Wondering if you can provide an...
Thank you very much for Pinkt - I'm a big fan! ## Idea 1 Currently when you Share a new site via your browser, it always Creates a new pinboard...
Tried numerous variation to fix the executable paths (both Unix and WIndows format paths) - none appear to work. I've created a symlink to `c:\Program Files\Git\` so I can avoid...
Rather than create a "me too" library. I wonder if you'd like to combine our efforts! I've already created and tested speech components based on Quasar including QTextToSpeech and QVoicePicker...
I'd love to use your code but the license is unknown. Can you add an MIT Licence file add it to the bottom of your README?
Love this new middleware. After coding a new NodeJS backend it got me thinking that really Angular needed middleware too ... and here it is :+1: . I'd propose it...
I think you should be able to select the data source that you're migrating as part of the API rather than only selecting a single data source in a config...