Dan Imbrogno
Dan Imbrogno
S3 backup postgres Dockerfile specifies ENV variable of S3_PATH, but image actually uses S3_PREFIX
I think this might be a small typo and is related to #59, In the dockerfile it sets a default for the env variable: ENV S3_PATH 'backup', but in backup.sh,...
Love this package, I've been waiting forever for a cleaner integration of expo into my nx project. One issue I've run into is that this package installs expo-cli locally, and...
This PR contains changes to the smartnode to implement the APCUPSD addon proposed in [GA022303](https://dao.rocketpool.net/t/april-2023-grants-bounties-retrospective-awards-round-results/1743). When a user has metrics enabled, this addon allows a node operator to: 1) Optionally...
This PR contains changes to the smartnode installer to support the APCUPSD addon proposed in [GA022303](https://dao.rocketpool.net/t/april-2023-grants-bounties-retrospective-awards-round-results/1743). When a user has metrics enabled, this addon allows a node operator to: 1)...
It doesn't seem like you can explicitly import package dependencies at the moment. Trying to do `import { Meteor } from 'meteor/meteor'` results in 'Module not found: Error: Cannot resolve...
I'm finding that I cannot import packages that have been installed in src/node_modules, I get 'module not found' errors. Installing these packages into the top level node_modules directory fixes the...