Alex McCool
Alex McCool
``` az login az devops configure --defaults organization=https://dev.azure.com/yyyy project=zzzzz $prs = az repos pr list --status completed | ConvertFrom-Json ``` the following code fails at the `az repos pr list`...
ii libgudev-1.0-0:i386 204-10 i386 GObject-based wrapper library for libudev ii libudev-dev 204-10 i386 libudev development files ii libudev1:i386 204-10 i386 libudev shared library ii udev 204-10 i386 /dev/ and hotplug...
I actively use this project, with the workaround. I did need to add a X.disconnect() followed by a process.exit()
#21 solved my timeout issue
#114 appears to have closed this
why do we need to run an MSI with a bunch of custom args? Why doesnt the installer deliver a config.yml to the installed directory and set the service to...
I don't see any reference to stream message recipients execution duration limits. Currently we are using SMS, so obviously the grain call semantics apply. However we clearly need to be...
Regarding stream producers I am not sure I think that a consumer error (timeout or not) should be propagated back to the producer. The producer should only get delivery exceptions...
IMHO - let reminders be big and phat, nearly unbounded, unless defined by the user. The down side is the usual case of scheduling too many big operations and each...
- How are you logging complex types today? ILogger? Some other logging library? ---> ILogger. Exception is the only complex data type. sometimes we serilize to json and pump that...