Daniel Lo Nigro
Daniel Lo Nigro
Adjust the ESLint working directories in `.vscode/settings.json` to the correct paths.
`http://localhost` is hard-coded here in v0.22.0: https://github.com/bigcapitalhq/bigcapital/blob/baf4c691d6953c52c7a6a2be6c8940aae378618e/packages/server/src/services/PaymentLinks/CreateInvoiceCheckoutSession.ts#L10 https://github.com/bigcapitalhq/bigcapital/blob/baf4c691d6953c52c7a6a2be6c8940aae378618e/packages/server/src/services/PaymentLinks/CreateInvoiceCheckoutSession.ts#L91-L92 And it's still there in the NestJS port. I think I'm going to fork it and change it to a different hard-coded...
I want to make some small tweaks in my fork, but `develop` still seems to be under construction so I'd like to fork off the latest stable release. However, there...
### Describe the issue that you're seeing. Any videos (eg. YouTube or Loom) or screenshots help! If I try to import the `tina/__generated__/client.ts` file in a Node.js script (e.g. to...
Simple app but I had to figure out quite a bit of stuff for it, so the code might be useful to other people too. - [x] I agree that...
[02-build-setup](https://github.com/frappe/frappe_docker/blob/main/docs/container-setup/02-build-setup.md) builds a Docker image and tags as `custom:15`, however it doesn't say to set `CUSTOM_IMAGE` or `CUSTOM_TAG` in the `env` file, so the generated `compose.custom.yaml` file doesn't actually use...
The [FAQ](https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions) explains that a custom image is required to add other apps (like the `payments` app), but does not explain how to migrate from using `pwd.yaml` to using a...
I'm extracting strings from both C# code (using GetText.NET extractor) and GNOME Blueprint files (which use regular gettext), then using `msgcat` to combine them into one `.pot` file. I'm running...