Dan Tenenbaum
Dan Tenenbaum
Hello, I have the following script foo.rb: ``` require 'tmpdir' require 'pry' tmpdir = Dir.mktmpdir Dir.chdir tmpdir do puts "type whereami now" binding.pry end ``` If I run it like...
If I call the [docker-py API](https://github.com/docker/docker-py) while inside a function decorated with `@httpretty.activate`, I get an error. To reproduce you will need to install docker and then `pip install docker-py`....
Hi, The following code uploads a file to a mock S3 bucket using boto, and downloads the same file to the local disk using boto3. I apologize for bringing both...
I am using lightify to proxy a site that uses websockets and it isn't loading properly, wondering if lightify supports websockets.
Below is a script that is meant to do something simple: * Create a finite PSequence (`pat`) from 10 hardcoded notes with repeats=1 * Create another pattern (`dur`) using PScaleLinLin...
Hi, I was following along with the jupyter notebook in the examples directory, basically running this code: ```python from isobar import * import logging logging.basicConfig(level=logging.INFO) timeline = Timeline(120) timeline.background() stream1...
`Chord.arbitrary()` passes 4 arguments to the `Chord()` constructor, which only takes 3.
Changed the first line of the script to ``` #!/usr/bin/env python ``` The old first line was causing problems when running the Flask app with `debug=True`. Also changed the single...
After setting environment variables: ``` export AWS_ACCESS_KEY_ID=XXX export AWS_SECRET_ACCESS_KEY=YYY export AWS_REGION=us-west-2 export AWS_DEFAULT_REGION=us-west-2 ``` and running the proxy: ``` aws-signing-proxy -target https://batch.us-west-2.amazonaws.com -port 8081 ``` I hit it in another...
First of all I apologize for posting an issue here. I went to the [forum](https://forums.osar.fr/) but I was not able to log in and it looks like nobody has posted...