Saravjeet 'Aman' Singh

Results 37 comments of Saravjeet 'Aman' Singh

It's a laptop. I'm running Manjaro Linux. The GPU is Nvida 820m. But there's a similar framerate drop when using the intel GPU too. I can't think of a reason...

okay this is going to sound weird, but how much effort would it take to port Boson X to Amulet ?

@Witko Hey man, using tips from here, I got it working on Debian 9 Stretch. I can send a PR for debian support (maybe with someway to create `deb` packages).

@Mte90 it wasn't code per se, just fiddling with a lot of configuration. I've unfortunately switched laptops, and don't know exactly what it was I did to get it working.

How do we enable `_dlt_id` for dataframe? Also, this behaviour seems like an inconsistency. According to docs, setting a `merge_key` should be enough. I'd be happy to contribute a fix...

@rudolfix Thanks! I'll test this out and get back to you.

Enabling both `dlt_load_id` and `dlt_id` results in the following error: ``` Traceback (most recent call last): File "/home/user/dev/.venv/lib/python3.11/site-packages/dlt/normalize/worker.py", line 235, in w_normalize_files partial_updates = normalizer(extracted_items_file, root_table_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/dev/.venv/lib/python3.11/site-packages/dlt/normalize/items_normalizers.py", line...

Hi @eucariop Adding support for IBM DB2 should be straight-forward. However, DB2 is a proprietary database, so testing it is going to be a challenge. We'll put this on our...