JustAnotherTom

Results 11 comments of JustAnotherTom

With regard to running it in multiple browsers using proxies, I would believe this would increase your chances. I also use multiple browsers, multiple tabs and windows, and multiple instances...

The glastoswarm.py script is my only attempt at this using the multiprocessing lib. Thanks for the advice, but the legality depends on the country, and in the UK I understand...

Yes, this would be great. It would be good to see how you did yours too - my GitLab name is the same as my GitHub (thomasms). Happy to answer...

I was thinking to use NLP, but this needs some testing and considerable time. With the recent news, however, it seems we have plenty of time to figure that out.

Hi, thanks for finding this issue. Looking at the code that could indeed be the case, although I have not seen a test case showing this yet. Could you perhaps...

Going to reopen this to fix as suggested.

Ah no, I hadn't come across cmake4epics before. CMake would really be a lot nicer to manage and would prevent the current build system from polluting my machine. Surely just...

@bhill-slac Thanks! Indeed that fixes the previous error, it's odd because it worked with curly braces using pvAccess + pvDatabase, maybe it would be good to correct the documentation on...

I think this is an epics-base issue but follows on from the comments above. For my configure/RELEASE.local, if I do as follows, all is fine. ```bash PVXS=/home/user/Dev/pvxs EPICS7_DIR=/home/user/Dev/epics-base PVDATABASE=$(EPICS7_DIR) PVACLIENT=$(EPICS7_DIR)...

Is this a known bug or a feature of epics-base?