Steve Bian

Results 9 comments of Steve Bian

I have done something similar to what @savingoyal suggested that you may find useful @davified : ``` from metaflow import batch as mf_batch from metaflow import step BATCH_LOCAL_MODE_ENV_VAR = 'BATCH_LOCAL_MODE'...

I have a fix for this in my fork of kanboard. As far as I can tell using my personal board it works fine without breakages: https://github.com/freespace/kanboard/commit/01797019247d8232b27694857b1a7b4acfb9a75e Simply define `KANBOARD_URL`...

Hi @roflmaostc , Thank you for this PR. 2 comments: 1. you will note that your previous PR, https://github.com/freespace/pyAPT/pull/13, has been merged, and this PR seem to include the same...

Can post the modified `get_info.py` to a gist or in a comment? Can you insert some print statements into `Controller._read_message` and see what the hardware is sending back?

@mxochicale I have pushed a new branch that has debugging output inserted. Can you please checkout branch `issue-12` and re-run `get_info.py` FYI I am no longer at Oxford and therefore...

@mxochicale it looks like the controller isn't responding to the APT commands. This could be due to a few things: a change in how APT is implemented; hardware fault; configuration...

Hi @dorox can you provide more information? On which line does the error occur?

These issues may be related if the controller is not responding to request/get appropriately. I assume the controller works as expected using thorlab's own software. If you can perhaps get...

This is a good pull (is that the word? Sounds kinda dirty). The `CADisplayLink` method fixed all kinds of problems for me, mainly VGA not working - it would show...