dudicoco
dudicoco
hi @loreto, any updates on this issue
Thanks for the info @Lagoja. So how does one specify different dependencies than the ones in the same commit? For example, if I specify a python version in `devbox.json`, the...
Hi @Lagoja, any updates on this issue?
@milesj since this basically makes moon unusable with larger repos what could be done here? Should we open an issue upstream?
@milesj I am not sure this is a performance issue but rather a configuration/misconfiguration issue in either moon, wax or walkdir. There are three problems here: 1. The glob is...
@milesj `apps/*/*/moon.yml` doesn't work, it doesn't detect the projects. But even if it did it wouldn't be a sufficient solution since some projects don't have `moon.yml` and rely on inherited...
Easiest solution that i've came up with - run moon with nix. Then your entire environment, including moon if you install it via nix, will be managed by nix. In...
> > Easiest solution that i've came up with - run moon with nix. > > Then your entire environment, including moon if you install it via nix, will be...
The problem is that `.` doesn't take into account exclusions. For example if I have the following inputs: ```yaml inputs: - '*.sh' - '!foo.sh' ```
Thanks for the info @johnbelamaric. 1. Regarding the API server connections, I have addressed that in https://github.com/coredns/helm/issues/86#issuecomment-1510393716 - other daemonsets also perform API calls - kube-proxy, CNI plugins, log collectors...