Vladimir

Results 7 issues of Vladimir

Currently - the only way to redefine a placeholder messages for datepickers is through Intl usage, but it doesn't gives you a way to set custom messages for different datepickers....

Type: enhancement

``` { lines: [ 'Event: VarSet', 'Privilege: dialplan,all', 'Channel: SIP/sip123456-000000be', 'Variable: MACRO_DEPTH', 'Value: 1', 'Uniqueid: 1399421255.190' ], EOL: '\r\n', variables: { MACRO_DEPTH: undefined }, event: 'VarSet', privilege: 'dialplan,all', channel: 'SIP/sip123456-000000be',...

```python ls = fs.ls("/path") f = await fs.open_async("/path/file1") data = await f.read() ``` Will lead to: `Task got Future attached to a different loop` The exception occurs here: `aiohttp/connector.py:1145` The...

DirFileSystem can wrap any async filesystem. But cause `open_async` method is not redirected to wrapped fs, it will always raise `NotImplementedError`. As mentioned in #1411, cause all unimplemented methods in...

This MR adds some aditional context to completion requests from intelij idea Fixes #1962

**Please describe the feature you want** Is there any plans to add git/workspace context in requests from intelij plugin? **Additional context** As i can see, it's not possible to use...

enhancement

Original NumpyProtocolHandler is incompatible with numpy 1.24. Bugreport from cassandra driver: https://datastax-oss.atlassian.net/browse/PYTHON-1359 Fix: https://github.com/datastax/python-driver/pull/1169/files Pease, backport this fix. :)