Graham Dumpleton

Results 765 comments of Graham Dumpleton

Even if you can come up with a separate `asynchronized` decorator just to see if it is possible for async alone that would certainly be educational and help work out...

Just follow up here initially with any conclusions you come to. My feeling right now is that an `asynchronized` decorator is only going to cover a subset of what `synchronized`...

FWIW, old example which tries to deal with sync or async functions. https://github.com/GrahamDumpleton/wrapt/issues/150#issuecomment-893232442 Based on comments above though, that too probably needs more work to be complete, but important in...

Manually created for latest release 1.16.0. Will try and remember to do them each time until get around to updating GitHub action to create the release automatically. I will keep...

Can you explain better why it is a problem for you and what you are trying to do? Since you are using `()` and triggering a call the behaviour is...

Okay, am overlooking that you pointed out error arises from internal to wrapt and not when called by the wrapper. Let me think about it and I'll do some tests.

In what scenario would running language detection still be valid when you have that image/repo case and know the image is a builder image, such that you can't change the...

The matrix should also be perhaps be expanded to include checking what happens when the `--strategy` option is also included. For example, what should: ``` oc new-app openshift/jenkins-1-centos7 https://github.com/openshift/nodejs-ex --strategy=source...