Jacob Quinn

Results 97 issues of Jacob Quinn

It'd be nice if this was a keyword argument or something to allow seeing more lines (and more context) when stepping through the debugger.

So every once in a while I need to debug an error or segfault in ODBC and it's currently pretty painful because I have to manually step through so many...

Hey, just wanted to drop a note about a recent change to `Tables.istable`; it was originally conservative, then released to be more liberal (basically treating anything iterable as a table),...

My setup is a bit messy (private package), but I'm running into an issue with the below world age error when Revise is loaded (no error when Revise isn't loaded)....

needs reproducer

This has been requested/discussed a number of times; here's one idea of what this could look like. Basically the same as `Tables.rows`, but `Tables.indexablerows` would require an "indexable" object of...

It'd be great if support for sparse vectors/matrices could be made to work.

At RelationalAI, @Drvi and I have undertaken doing a native-julia protoc implementation (called `protojl`). It parses proto files and can generate the appropriate modules/structs/serialize/deserialize for full protobuf integration. It solves...

We already have a utility defined (`OrderedChannel`) that we use when writing record batches to ensure batches get _written_ in the same order they are provided; it makes sense to...