-
```
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…
-
This is something that comes from loggur/react-redux-provide#1 as propTypes are used to actually define data that will be provided to the component like this:
``` js
@provide({
list: PropTypes.arra…
-
Hi,
Thanks again for fixing inline decorators :).
Found a new edges case where esformatter-jsx behaves unexpected:
_.esformatter_
``` json
{
"preset": "default",
"root": true,
"indent"…
-
Currently `astroid` doesn't really understand decorators:
```
call = astroid.extract_node("""
def dec(func):
def _():
return func() - 1
return _
@dec
def a():
return 5
…
-
_Originally posted by @erlend-aasland in https://github.com/python/cpython/pull/105792#discussion_r1230584709_
> It would be nice if we had a "decorator role" that used the Python funct…
-
(tapas) [root@localhost examples]# python3 multiple_attacks.py
Traceback (most recent call last):
File "/root/bishe/17tapas/tapas/examples/multiple_attacks.py", line 23, in
data = tapas.dat…
-
Hi, I am use the create_dvm_dataset.ipynb to generate the required data. I found one problem:
There is no saved file named"dvm_features_{split}_noOH{v}_physical_jittered_50.csv", but the program rea…
-
**Is your feature request related to a problem? Please describe.**
These don't work:
1. Async functions decorated with `@pipe_output`/`@pipe_input`/`@mutate` (have not tested all configurations of t…
-
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…
-
**Describe the bug**
When you configure decorator: 'remove-unused-components' per API level it will not remove the unused
**To Reproduce**
Steps to reproduce the behavior:
1. Given this `re…