Paulius Šarka
Paulius Šarka
### 🚀 Suggestion Move pandas dependency to extras. ### Motivation Pandas is a heavy dependency, doing very little for stable baselines and quite annoying when running on a device such...
* cattrs version: 22.1.0 * Python version: 3.10.4 * Operating System: Ubuntu ### Description Hi, awesome library! Pushing the limits here :) As named, Literal don't seem to work when...
Running from official dockers carla:0.9.10.1 carlaviz:latest carla:0.9.10.1 has sumo 1.8 installed via RUN add-apt-repository ppa:sumo/stable RUN apt-get install -y sumo ENV SUMO_HOME=/usr/share/sumo After carla and carlaviz have loaded, try to...
### TL;DR Terraform chokes with `Error: Inconsistent conditional result types` when trying to compute `gcp_service_account` output in `workload-identity/output.tf`. ### Expected behavior _No response_ ### Observed behavior The full error message...
Consider the example from the tsibble `index_by` [reference](https://tsibble.tidyverts.org/reference/index-by.html) and it's modified version: ```R tourism %>% index_by(Year = ~ year(.)) %>% group_by(Region, State) %>% summarise(Total = sum(Trips)) # A tsibble: 1,520...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? This is not exact repro, as I...
Hi, thanks for doing this, your repo is amazing! Couple of questions with regard to Germany. Lower saxony, the "Data Source: [LEA-Portal](https://sla.niedersachsen.de/landentwicklung/LEA/)" link does not lead to 2021 data, but...
### What's the use case? I'm seeing these warnings: ``` .../lib/python3.12/site-packages/dagster/_utils/__init__.py:72: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in...
It seems that only recent versions of this library are available on Pypi. This breaks my build every week or so, as I pin down the exact version dependencies in...
### Dagster version 1.7.2 ### What's the issue? If you have an asset starting on date D, automaterialize it, then change D to D-1, auto-materialization daemon will rerun all the...