-
The title pretty much says it all. When typing a closing tag on a new line, Chocolat automatically shifts the line a tab back to create clean code. The same tab removal should apply when using the clo…
-
In https://github.com/python/typeshed/pull/6688, I attempted to change the typeshed stubs to import objects from `collections.abc` instead of `typing` wherever possible. However, a number of errors we…
-
```python
from qtpy import QtCore
import typing as t
if t.TYPE_CHECKING:
from PySide6 import QtCore
class MyThread(QtCore.QThread):
pass
```
In this example, `unimport` suggest…
-
### Description
when you type an area to the end of the line the big plus symbol for adding a new gutenberg block appears over the final two letters of the content the editor is typing. this changes …
-
SQLite essentially has dynamic typing. More on that here: https://www.sqlite.org/datatype3.html. Perhaps there is a solution where GlareDB can handle these cases more gracefully? At present, any value…
cmoog updated
8 months ago
-
Originally stemming from interest in #133 , I too thought to replicate Guice's `@Named` convention. In doing so, I originally used the `typing.NewType` (prior to having even seen the aforementioned is…
-
Hej,
When using `?pos : haxe.PosInfos` as last argument onto a macro function (inline expression) I get this message : `haxe.PosInfos is not allowed on macro functions, use Context.currentPos() ins…
-
### Bug description
```python
# pylint: disable=missing-module-docstring, pointless-statement
from typing import (
Any,
AnyStr,
Callable,
Collection,
Dict,
Generat…
-
**Issue by [bolus](https://github.com/bolus)**
_Sunday Jan 17, 2010 at 00:21 GMT_
_Originally opened as https://github.com/msanders/autopy/issues/8_
----
(Sorry for the bad English)
Hello msanders…
-
### Expected
Typing in a note should show instant feedback, independent of the type of characters in the note
### Observed
A large note with ~1300 ★ characters shows some noticeable slowness w…