Jesse Aldridge

Results 18 comments of Jesse Aldridge

Started working again as of this morning. No idea.

Updated to 17.4.2 and the issue has gotten worse. After clicking Synchronze in the initial popup, a second one appears: If I click Merge, after saving, drawio switches to the...

I think it only happens with large files (i.e. several large images). I sent a video and a sample diagram to the support email.

Nope, same result:

Yes that works, but looks like it imports as a low-res bitmap. The text is pretty badly pixelated and hard to read.

I guess I might as well leave this here: ``` const fs = require('fs') const path = require('path') const expand_home_dir = require('expand-home-dir'); const glob = require("glob") function convert_all_files_to_uncompressed(root_dir_path) { glob.glob(path.join(root_dir_path,...

I tried writing a looping background script that runs periodically, setting `compressed=false` for all diagrams in order to solve the problem of new diagrams saving as compressed. But if the...

Seeing this too in 1.8.1, on every command. I can't use this tool at all. ``` $ travis whoami /Library/Ruby/Gems/2.0.0/gems/travis-1.8.1/lib/travis/client/session.rb:219:in `raw': invalid access token (Travis::Client::NotLoggedIn) from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.1/lib/travis/client/session.rb:331:in `check_ssl' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.1/lib/travis/client/session.rb:40:in...

Same result for me: ``` $ travis login --debug-http /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/client/session.rb:221:in `raw': invalid access token (Travis::Client::NotLoggedIn) from /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/client/session.rb:333:in `check_ssl' from /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/client/session.rb:41:in `initialize' from /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/client.rb:36:in `new' from /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/client.rb:36:in `new' from /usr/local/lib/ruby/gems/2.2.0/gems/travis-1.8.2/lib/travis/cli/api_command.rb:41:in `initialize'...