-
Almost all of the SQL I write is inside of python data pipelines, using Spark and Presto flavoured syntax.
So my queries are written like
```sql
SqlQuery(
select="""
WITH users_in_threa…
-
I was toying with the idea of parallelizing typchecking in mypy, and faced with the sad state of parallelism in Python I figured I would try to transpile mypy to rust for shits and giggles, to see how…
-
**What version of protobuf and what language are you using?**
protobuf / libprotobuf 4.25.3 from conda-forge
**What operating system (Linux, Windows, ...) and version?**
Linux (Ubuntu 2…
-
The current python package build process just takes the latest rust binary we have under git. This is not ideal; we may want to select which specific version of the rust binary to pick for a given pyt…
-
## Summary
This is the core issue to #20131, with more minimal Drake example in #20380
See https://github.com/RobotLocomotion/pybind11/pull/65 for pybind-only minimal reproduction case.
If we h…
-
**Description:**
A clear and concise description of what the bug is.
I am trying install dependencies for an action in my repo but get an error during the `pip install -r requirements.txt` t…
-
Hello! Our computer that we used for TagLab recently crashed (sigh), but it is up and running an I am re-installing TagLab. Previously, we had a lot of issues with TagLab/python dependencies and the s…
-
Hi, I was able to run this a few months ago when I built a small app to run stats on movies my friends and I saw together, but when testing it again recently it broke, I think it's due to me updating …
-
### What happened? (You can include a screenshot if it helps explain)
ERT hangs often on mac sequoia 15.1 w/firewall enabled
After updating my mac, the test suddenly stopped working. It turns out ert …
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue](ht…