Andy Ray
Andy Ray
BAAAARF
packer
lkasdjflaksdf
asdfasdfasdf
``` barcode = Barby::DataMatrix.new(json) blob = Barby::PngOutputter.new(barcode) blob.xdim = 3 blob.ydim = 3 barcode_image = Tempfile.new(['barcode', '.png']) barcode_image.binmode barcode_image.write(blob.to_png) # segfault on this line barcode_image.close ``` Segfault start: ``` .rvm/gems/ruby-2.1.5@project/gems/barby-0.6.5/lib/barby/barcode/data_matrix.rb:24:...
```ruby session = GoogleDrive::Session.from_service_account_key(...) session.files [11] pry(main)> session.files => [, #] ``` but then ```ruby session.files[0].worksheets ``` > Google::Apis::ClientError: Invalid request from /data/app/vendor/bundle/ruby/2.5.0/gems/google-api-client-0.9.28/lib/google/apis/core/http_command.rb:211:in `check_status' ``` Version 2.1.2
I'm trying to update my installation to 3.0.7. When I run ``` bundle update google_drive ``` It fails with ``` Bundler could not find compatible versions for gem "google-apis-drive_v3": In...
if the flux value is "null" the input will keep its old value. Only setting it to empty string will actually clear it.
According to [this entry](https://github.com/zeroclipboard/zeroclipboard/blob/master/docs/instructions.md#amd) this should work? ``` npm install zeroclipboard node > require('zeroclipboard') TypeError: Cannot read property 'currentScript' of undefined at _getCurrentScriptUrll/node_modules/zeroclipboard/dist/ZeroClipboard.js:216:18) ``` Additionally, when I try to require...
### Describe the Bug asdf does not pick the right version of the library listed in .tool-versions ### Steps to Reproduce protoc version 3.17.3 is specified ``` cat .tool-versions |...