Adeel Khan

Results 5 issues of Adeel Khan

Hi, is there a way to run Dekart (via docker) without postgresql? I don't really need to save any metadata, and I don't want to have to manage a postgres...

enhancement

Hello! Big fan of this library. Let's say I have a csv I'd like to update, and the new revision looks like this: ``` a,b 1,4 2,5 3,6 ``` If...

bug

Github won't recognize headers unless there's a space between the # and the section title

### TL;DR This GHA replaces `=` separated flags with space separate flags, which can cause parsing issues. ### Expected behavior If I add in the flags `--command=python --args='-m,job.main'`, the output...

bug

### Description Docker supports [multiples caches](https://docs.docker.com/build/cache/backends/#multiple-caches) - but there isn't really a way to provide multiple `cache-from` arguments. One solution may be to allow sequences in the `cache-from`, perhaps like:...

kind/enhancement
status/triage