DJ Mountney

Results 49 comments of DJ Mountney

I ran into the same issue. Right now we suggest setting not_root_squash for your nfs mounts. http://docs.gitlab.com/ce/administration/high_availability/nfs.html#required-nfs-server-features

In GitLab 8.12, which will come out later this month, we've made some changes that make using `root_squash` possible on the storage directories. It doesn't work if you mount all...

This appears to be because chef-config is up as 17.10.26 and is depending on a version of chef-utils that is not present in rubygems.

Problem re-occurs after npm start, then joining again, but went away after I logged out/logged back into subway.

with https://github.com/actualbudget/actual/pull/1991 and https://github.com/actualbudget/actual/pull/2036 about half the current API functions are covered should be short work to finish the rest

Yes let's close it. There are a few less common handlers like runQuery that aren't covered. But all the ones that represent entities are now in place.

Fixed the netlify build so we can see it actually working. There is probably some better way that would allow us to keep using process.env, but currently process.env is always...

> Small comment, since I recently switched to Vite. Running Vite as dev server, it'll use esbuild, which in turn uses the React SWC plugin. In this case, minify is...

> Is there a Vite plugin to allow us to continue using process.env? I am most curious about the difference in build times and dev server reload time between the...

@MatissJanis I moved the renames over into a MR here that can be reviewed and merged if wanted: https://github.com/actualbudget/actual/pull/2101 turns on the eslint rule to enforce it the (t|j)sx filename.