Brian Burns
Brian Burns
ob: I miss a web API (REST or GraphQL) to manage some stuff: CRUD operations on machines; enable/disable machine monitoring; CRUD operations on company name: this is just a nice-to-have,...
how develop locally? ie without using console eg debug in vscode or other ide?
I cloned nango and ran 'npm run dev:watch' - it all compiles okay, but running `nango generate` or `compile` says `dist/nango-sync.d.ts` is missing. ``` $ node /c/users/bburns/Workspace/forks/nango/packages/cli/dist/index.js generate --debug Debug...
I cloned nango recently and ran ts-build - it fails at the cli's copy:types script - in git-bash - ``` [/c/Users/bburns/Workspace/forks/nango] $ npm run ts-build > @nangohq/[email protected] ts-build > tsc...
I'm getting this same error - am on Windows - ``` > nango dev --debug Debug mode enabled .env file detected and loaded Is run via npx: false. Is locally...
This commit uses forward slashes on Windows for the calls to glob.sync and tsup.build - those are where `nango compile` and `nango dev` were failing. I copied the slash function...
I love Gutenberg books, but it's hard to know what a book is about without some searching around. It would be great if we could include a brief blurb with...
I was trying to debug some code with feathers client in the browser, but all I can see is the client package itself, not the referenced packages, and I can't...
Following the instructions here - https://developer.chrome.com/docs/workbox/modules/workbox-cli - $ npx workbox-cli wizard ... To build your service worker, run workbox generateSW workbox-config.js as part of a build process. $ npx workbox-cli...
I came across this repo and didn't understand how it differed from Express. This has some answers - https://stackoverflow.com/questions/5284340/what-is-node-js-connect-express-and-middleware So, maybe could add something like this to the readme -...