Michael Folkerts

Results 27 comments of Michael Folkerts
trafficstars

Note: It looks like the stubs generated by ironstubs are [Python 2.7 `# type:` comment style](https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code) Looks like VS Code is covered, but my target IDE is PyCharm for now,...

@rkakrik your solution did not work for me. The @md-selected="onSelect" will grab the right value (object), but md-autocomplete component still throws errors if the objects in your list are not...

Perhaps something fancy can be done with [this type check](https://github.com/vuematerial/vue-material/blob/dev/src/components/MdAutocomplete/MdAutocomplete.vue#L49) and the behavior of [isinstanceof](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof) used by [vue prop type checks](https://vuejs.org/v2/guide/components-props.html#Type-Checks) to catch linting or compile-time errors. Mybe just adding...

... the silly thing is that the native `` in html already had this concept of "value" and "label" separate... I'd suggest leveraging that somehow with a slot. The v-model...

Yea... this, and other issues re-inventing (bad) wheels, have "drove" me to Angular (TypeScript) with [Angular Material components](https://material.angular.io/components/select/overview). Google's "wheels" tend to work just fine ([most of the time](https://github.com/angular/material2/issues/8420#issuecomment-411078672)).

... but how to migrate with continuous delivery (like in Azure DevOps)? Deployment tasks typically access build artifacts only. Is there a way to run migrations after build? Or do...

Azure DevOps is a bit different. The "release" pipelines begin with artifacts (from builds) only. Another complication is I'm doing a self-contained deployment (no dotnet core runtime on target machines),...

What version of Python are you using? You can try this before attempting to install again: python -m pip install —update pip Best, Michael ________________________________ From: DANDPANI ***@***.***> Sent: Tuesday,...

Assuming it's not a clinical environment, absolutely! You install an anaconda3 environment on the Citrix host/Eclipse client (install for "just me" into a well accessable folder/file share location). Then create...

PyESAPI is intended for research use only (typically on a TBOX).