-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
For feature parity with ember-macro-helpers and ember-awesome-macros.
This works:
```javascript
import EmberObject from 'ember-object';
import or from 'ember-awesome-macros/or';
import comp…
-
## Bug Report
**Current Behavior**
Classes using decorators _and_ TypeScript index signatures result in a crash.
```
TypeError: Cannot read property 'value' of undefined
at getKey (/Users…
-
When I debug `XGLM` model test, has this error message
```
self = FastOperation(python_fully_qualified_name='ttnn.to_device', function=, is_cpp_operation=False, is_experimental=False)
function_args…
-
When a function is wrapped by a pandera typing-checking decorator, it can't be used in parallel execution without error or silently failing.
I believe this is because of a [known issue with wrapt-b…
-
For documenting software projects consists of several (programming-)languages doxygen is one of my favorite tools. But there some missing features like support for decorators, OpenAPI (similar to swag…
-
I would like to host a talk on decorators in Python. This would include below topics:
- closures
- decorators
- use case
I would try my best to explain how decorators work and help you achieve…
-
Parameter validation is currently handled by function decorators. This has the following downsides:
A. Required parameters are defined with '=None'.
This is really non-pythonic and unhelpful to IDEs …