Brian Dowling

Results 20 comments of Brian Dowling

fwiw, I encountered an error similar to this when trying to check for processes on remote machines, since the password prompt for bolt shows up in the process listing that...

fwiw, running manually, one sees: ``` root 210330 0.0 0.0 273472 4792 ? Ss 13:37 0:00 sudo -S -H -u root -p [sudo] Bolt needs to run as another user,...

Example usage: ```python while 'next' in data: url = data['next'] if url is None: break print("URI: ", repr(url)) nextr = url() data,res = nextr.result() ``` ```yaml MultipleInstrumentData: type: object properties:...

@macisamuele @sjaensch have any input on this? Seems like a common need, lots of APIs are designed to return URL refs back into the API, next/prev is just another case...

I came up with this, feels like I'm doing something that there should already be an easier way to do. Ideally I was thinking that with the `format: url` and...

I think it was suggested that it may be even more generally beneficial to implement this feature through the use of sub-accounts. Sub accounts could be created and from the...

fwiw, I came across this issue and agree with the concerns mentioned above. But fwiw, I came here due to a issue with my distro that shows a dependency mismatch...