-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.7.2
### What happened?
Hi :)
When calling TaskInstan…
-
The resolver picks tzlocal 2.0.0b3 for the following expression. But pip complains because it doesn't agree with 2.0.0b2
-
Hi Daniel,
Thanks for this project. I replicated your setup, and it really served me well as a base for my project extension.
Instead of Arduino Uno, I've used an ARM-based processor, namely Ra…
-
`diff_for_humans()` seems to always provide a very rough indication compared to `in_words()`:
```
>>> this_moment = pendulum.now()
>>> later_moment = this_moment.add(weeks=5, days=4, seconds=20)
…
-
Hi there. I noticed that there is no AFK tracker to ask a person to update their activity when they were away from keyboard for too long. On Windows there is a program called Grindstone and it has the…
-
### Python version
3.11
### Operating system and processor architecture
Linux-5.15.0-1071-aws-aarch64-with-glibc2.35
### Installed packages
```python
annotated-types==0.7.0
asn1crypto==1.5.1
as…
-
So currently for secure time there are essentially two options:
## NTS (Network Time Security) | [RFC 8915](https://datatracker.ietf.org/doc/html/rfc8915)
* NTS is an actual standard, not just a…
-
## Description
I have some psql scripts that i can invoke with a psql variable.
```
$ cat myscript.sql
select * from images where id = :'imgid';
$ psql
> \set imgid 123
> \i myscript.sql
…
-
If I use your env
env = utils.NormalizedActions(gym.make(env_tag))
I can not step an action, it says not implement error,
-
I heard we like issues, so I thought I'd make another.
The real intention of this ticket is to review our issues, consolidate them where possible, suggest issue templates (as a trial run, if we're …