-
### Bug description
```python
def f1():
pass
def f2():
pass
test = True
f1() if test else f2()
```
### Configuration
_No response_
### Command used
```shell
pyli…
-
When writing Clojure, I often will add a ? suffix to any boolean let bindings or defs. There is a strong convention of doing this for functions that return booleans.
Is there similar consensus tha…
-
Hi Julian,
This question is inspired by this comment on your recent [youtube video](https://youtu.be/smUm3C5q2IM?t=2388).
> The semantics and type systems of XQuery/JSONiQ are already very well …
-
```
What steps will reproduce the problem?
1. lscpi -nn gives sound card output
2. /proc/asound/cards is present
What is the expected output? What do you see instead?
The output is as expected, the p…
-
ST Advanced (I'm on v.1.0.14 having gone back from v.1.0.16): in my view this has radically improved ST generally and is near equilibrium between optimal capabilities and clutter-free elegance, avoidi…
-
iterate_chunks is kinda poopy because it always returns lists, not slices.
Would you add an `iterate_slices`, which will do the same thing, except by slice so that, ex, strings will work properly too…
-
```
What steps will reproduce the problem?
1. lscpi -nn gives sound card output
2. /proc/asound/cards is present
What is the expected output? What do you see instead?
The output is as expected, the p…
-
## Description
A source needs to type a long codename in order to log in. This can easily contain typos, maybe capslock is enabled, and currently there isn't a way to verify what is typed. The sour…
-
I want to set rules for `A`, `A:hover`, `A.highlighted` and `A *.child-element`. It all relates to `A` so it makes sense to write it all inside a nested rule as follows
```
A {
color: blue;
:…
-
```
I would like to use the alias facility with a time offset.
In Australia the epg programme details are often identical except that
programmes are delayed to make the programme times the same in t…