Giter VIP home page Giter VIP logo

osx-homedir's People

Contributors

scottmuc avatar vlad-stoian avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

osx-homedir's Issues

sprout-wrap isn't compatible with bundler 2

When runsoloist is executed in sprout-wrap the following error occurs:

Activating bundler (< 2) failed:
Could not find 'bundler' (< 2) - did find: [bundler-2.0.1]
Checked in 'GEM_PATH=/Users/february/.gem/ruby/2.3.0:/Library/Ruby/Gems/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/gems/2.3.0', execute `gem env` for more information

To install the version of bundler this project requires, run `gem install bundler -v '< 2'`

The following patch fixes it for now:

~/workspace/sprout-wrap ? git diff -p
diff --git a/runsoloist b/runsoloist
index 25cd5c4..16d5fef 100755
--- a/runsoloist
+++ b/runsoloist
@@ -6,7 +6,7 @@ workstation_repo_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 if [ ! -x /usr/local/bin/bundle ]
 then
-  sudo gem install bundler --no-ri --no-rdoc
+  sudo gem install bundler -v '< 2' --no-ri --no-rdoc
 fi
 
 pushd "${workstation_repo_dir}"

Ultimately, sprout-wrap needs to work with bundler > 2.

side note consider moving sprout-wrap into this repository to save the overhead of maintaining two. Updating upstream changes are already messy to merge.

create-repave-secrets fails to add secrets to 1Password

~ ? bin/create-repave-secrets december-secrets-air
Enter the password for [email protected] at my.1password.com:
Generating public/private rsa key pair.
Your identification has been saved in /var/folders/pv/3h7w9x9978jgwdrr3qx57bhm0000gn/T/tmp.XXXXXXXXXX.SdHcAahP/id_rsa.
Your public key has been saved in /var/folders/pv/3h7w9x9978jgwdrr3qx57bhm0000gn/T/tmp.XXXXXXXXXX.SdHcAahP/id_rsa.pub.
The key fingerprint is:
SHA256:f6gXtCWeCRRWFGf4OQVI0LhqJ38kg7NEVpLsbC+1pnk december-secrets-air
The key's randomart image is:
+---[RSA 2048]----+
|     . .+O=++.   |
|      +.+ +o  .  |
|     o + . . o   |
|      * + o =    |
|     + =S= * .   |
|      O B.B.     |
|     o @ +o..    |
|      + E.o.     |
|       ..o       |
+----[SHA256]-----+
{
  "id": 39234365,
  "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDC7F6WbdjrCzIIVSoYGEkXN6wUXryfwcI0Z8hUgSvtteABOwfAFfvXIOf8NNjMCb42V8vV2CJKOemRC3xwOD0oMa50xOyofHAoRXWO+s9Yz2xBu9hTuDpfo2RWCeuM0dGwBnc83UdtIPabRh8CN73psAAOdtP7F4SMdjuzUUzEYFwwaPDLwXVFJcpF4eqOad5kFrEZO66I7qi+4Sl0s7kokTFDCTqkdZKd05oUsKDkufCXqyHu6aIQlmShmffCi3Hlrjo6GaoKyksIKE9UeIACaj5KhGSOyj3ouA+L/NHMSAakkD/4xd2vAaYYE41iMir8NrMN0xaSCOZdSipWJ9EV",
  "url": "https://api.github.com/user/keys/39234365",
  "title": "december-secrets-air",
  "verified": true,
  "created_at": "2019-11-24T08:45:50Z",
  "read_only": false
}
[LOG] 2019/11/24 09:45:52 (ERROR)  Validating item failed: "[ItemValidator] has found 4 errors, 0 warnings: \nErrors:{1. Required field \"item.details.sections[0].name\" not found}, {2. Required field \"item.details.sections[0].fields[0].n\" not found}, {3. Required field \"item.details.sections[0].fields[1].n\" not found}, {4. Required field \"item.details.sections[0].fields[2].n\" not found}"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.