choehn-signogy

Results 3 issues of choehn-signogy

### What version of `micromdm` are you using? 1.6 ### What `micromdm` command did you run? curl -X POST -H "Content-Type: application/json; charset=utf-8" --data-raw '{"request_type":"InstallApplication", "udid":"someUniqueId", "manifest_url":"https://url/to/my/manifest.plist", "management_flags":1, "Configuration":{"key1":"value1"}}' https://micromdm:[email protected]:443/v1/commands...

bug
help wanted
missing-command-support

Hi. I'm getting the following error when trying the code on Python 3.9 with MacOS 11.4 It is the same for python3 thread_demo.py -s 1 -t show and python3 thread_demo.py...

Just a thought. Instead of `while(true)` inside the example for 'Iteration with limited timespan' you could use `while(iterator.hasNext())` imho this would give you a clean exit condition instead of relying...