Mark Roddy

Results 9 comments of Mark Roddy

I've walked through the Roku testing framework a bit at this point, though not super thoroughly, but I haven't seen anything that appears to be a very clear copy/paste of...

With tmux I was able to disable the resizing with the following setting: ``` set-window-option -g aggressive-resize on ```

I'm seeing syntax errors under a Python 3.5 installation (stock Ubuntu too) as well: ``` $ docker-make --list Traceback (most recent call last): File "/usr/local/bin/docker-make", line 7, in from dockermake.__main__...

Two things you may or may not might want to account for: 1. Pinning an extension to a specific version number: I think this is kind of nebulous in DuckDB...

PS - these are somewhat philosophical future proof-y thoughts. On a whole this looks great and super helpful!

Support for amd64 architecture is being added in #36. Note this doesn't add support for arm64 architecture (aka M1 chips). Github Actions currently only supports amd64 runners so this is...

Hi Thijs! Thanks for this! I have been punting on defining how this extension will get used in practice as I'm still at a very proof of concept-y stage. I...

@Tishj Today I merged #20 which updates scalar functions to use varargs to specify arguments. I had also previously update the Table Functions implementation to do so as well. Thanks...

Hey! Looks like the issue is that the latest`duckservability.duckdb` file released was using a version of DuckDB that's pretty old at this point. I [tried updating it](https://github.com/MarkRoddy/duckservability/pull/6) in the project...