Peter JOHN Matecsa

Results 28 comments of Peter JOHN Matecsa

An alternate solution would be adding a tab in the Property pane to edit relevant Python code snippets; it would be handy if the objects in scope were available. Snippets...

Another alternate would be to transform pygubu into a plugin for Visual Studio, PyCharm, Eclipse, or other IDE with good Python support.

I gave the inheritance approach a go, and it is working well so far; thanks for suggesting. Should the issue be closed after incorporating your advice into [this wiki page](https://github.com/alejandroautalan/pygubu-designer/wiki/Design-Code-Iteration)?

While editing the [wiki](https://github.com/alejandroautalan/pygubu-designer/wiki/Design-Code-Iteration), I could not get the python code to look right. Would you please try pasting in the sample code that you provided earlier?

Quoting https://docs.python.org/3.8/reference/datamodel.html#objects-values-and-types. None This type has a single value. There is a single object with this value. This object is accessed through the built-in name None. It is used to...

I like the idea of using enums. It provides room for expansion and helps keep the list of public functions small. Underdetermined is not a compound word found in an...

Underdetermined is not found in a standard English dictionary, for example, https://www.dictionary.com/misspelling?term=underdetermined&s=t. The link you posted describes it as a compound word used in mathematics. I am a native English...

Note the create_table command documented here https://dataset.readthedocs.io/en/latest/api.html#database.

The "Ported to python3" pull request includes a fix for this problem. [https://github.com/eBay/ebay-oauth-python-client/pull/6](https://github.com/eBay/ebay-oauth-python-client/pull/6)

I checked the current version of the Swagger code generator, and the issue persists.