-
### Describe the bug
```
~/.s/sessions/03B..PLM/xs $ view source and-then
if ($in | is-not-empty)
~/.s/sessions/03B..PLM/xs $ and-theError: × Main thread panicked.
├─▶ at crates/nu-protocol/s…
-
Currently ameba uses only the stdlib parser in order to provide an AST for the rules to operate over. This is useful, but limits the kinds of things that ameba can be used for. This is an issue to dis…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When performing json-serialization of a model with a `PlainValidator` on a field of `date` type,there is a `UserWarnin…
-
**System Details**
- OS: Windows 11
- Thorium Version 126.0.6478.231 (Official Build) (64-bit)
**Problem**
Error when typing Unicode on the address bar using Evkey. https://evkeyvn.com/
**…
-
# Bug report
### Bug description:
```python
from __future__ import annotations
import typing
class Test[M]:
def foo(self, arg: M) -> None:
pass
print(typing.get_type_hints(Test.foo))
…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/206778cf-f172-4e0e-a0ea-02e02a9e4e4b.png)
When typing text after the help keyword, the help command continues to wor…
-
This issue is automatically created based on existing pull request: magento/magento2#30810: Fix docblock typing
---------
### Description (*)
Fixes incorrect docblock typing
### Contribution chec…
-
Current typing is:
``findItemsMatchingMediaPath(matchString: string, ignoreSubclips?: number): void``
However according to the official [documentation ](https://ppro-scripting.docsforadobe.dev/ite…
-
When used in conjunction with https://thunderstore.io/c/lethal-company/p/Mellowdy/HandheldMap/
Typing in `hand-held map` into the terminal to buy it instead prompts for buying the handheld lamp ins…
-
There probably should be a switch like
```
if sys.version_info >= (3, 12):
CSVQuoting: TypeAlias = Literal[0, 1, 2, 3, 4,5]
else:
CSVQuoting: TypeAlias = Literal[0, 1, 2, 3]
```
at
h…