Mike McCann

Results 75 comments of Mike McCann

Thinking that a "gui-enabled" Vagrant box would have some success I tried this change: ```diff [vagrant@centos7-gui stoqsgit]$ diff Vagrantfile /vagrant/Vagrantfile 14c14 < config.vm.box = "puppetlabs/centos-7.0-64-puppet" --- > config.vm.box = "pbarriscale/centos7-gui"...

Testing functionality of cluster.py. Small fixes to follow. Details in the Pull Requests.

I built a VM with these changes to Vagrantfile and provision.sh. Most things seem to work fine. One feature of the User Interface that is not working correctly is the...

This is an interesting suggestion! STOQS software is under active development and our experience in deploying it to support research at MBARI has revealed typical problems with "link rot". For...

See "Poor Performance" thread on x3dom-users maillist: http://sourceforge.net/p/x3dom/mailman/x3dom-users/?viewmonth=201601&style=threaded, in particular Max's suggestion: > 3) Yes, there is a suggested alternative! Using the JavaScript function requestAnimationFrame, you can perform animations "in...

A blog post on jQuery and writing faster Javascript: http://ilikekillnerds.com/2015/02/stop-writing-slow-javascript/.

Poor performance seems to be worse in Chrome. Firefox and Safari operate better.

Thought this was from my code as "DynamicHeight" is a term used in oceanography! Comforting to see that it's a recognized vscode error.

Well, it's time to start working on this. Lessons learned from https://github.com/mbari-org/expd-django/issues/59 (private repo) starting at https://github.com/mbari-org/expd-django/issues/59#issuecomment-2613166162 will be helpful. My existing laptop working directory no longer works, so has...

Preparing to work in a long-running development branch on my fork of the repo: ``` ➜ ~ cd ~/GitHub/stoqsgit.revamp-2025/ ➜ stoqsgit.revamp-2025 git:(master) git remote rename origin upstream ➜ stoqsgit.revamp-2025 git:(master)...