Brian Burns

Results 77 comments of Brian Burns

cm says: Any update on this? I'd like to start it up here with WebStorm. https://docs.ladder99.com/en/latest/page/developing/remote-setup.html - do not git checkout, stay on master - modify compose files - agent...

> `services/` seem to be separate apps, therefore I suggest to rename that folder to `apps/`, probably using [Nx](https://nx.dev/); they're all running at same time and interacting like services, not...

It works now - copy:types was removed in https://github.com/NangoHQ/nango/commit/4012b2dc639e10c565245c61e67378fea2abfabd packages/cli/package.json: ```diff "scripts": { - "postbuild": "npm run copy:types", "copy:files": "copyfiles -u 1 lib/templates/* dist", - "copy:types": "cp `node -p \"require.resolve('@nangohq/shared/dist/sdk/sync.d.ts')\"`...

This seems to be an issue with backslashes in the path - will work on a PR. > chokidar.watch(paths, [options]) > Note: globs must not contain windows separators (\), because...

Ah, sorry for the noise - I didn't realize my commits would show up here. It took some back and forth to get it all working. The `nango dev` crash...

Okay - I had been trying to trace into the .on event handlers, but wound up getting it working without needing to do that. So I'll close this.

Ah, thanks - I assumed they would use Gutenberg texts for training since it's all open. But maybe they lost too much information to be able to generate a blurb...

Yeah, I had wanted blurbs so I could be enticed into reading some good old books, without spoilers! A more complete description or summary could be rendered as well -...