Andrew Gross

Results 13 issues of Andrew Gross

Hey, Thanks for making this library, it has significantly lowered the bar to working with Google Sheets for me. It would be awesome to have support for Conditional Formatting on...

Improvement
good first issue

Had an issue where it could not be built: ``` cc -o redis-stat -std=c99 -pedantic -O2 -Wall -W -lm -pthread -g -rdynamic -ggdb redis-stat.o zmalloc.o utils.o deps/hiredis/libhiredis.a redis-stat.o: In function...

The new CodeLlama70b Instruct model seem to have incorrect settings for `rope_theta` and `max_position_embeddings`. CodeLlama 34b Values: ``` "rope_theta": 1000000 "max_position_embeddings": 16384 ``` CodeLlama 70b Values: ``` "rope_theta": 10000 "max_position_embeddings":...

People do weird stuff in JSON. A lot of systems kinda figure stuff out. Redshift will convert strings to INTs for you etc. PyArrow purposely avoids doing unexpected stuff, and...

This will never be perfect in python, but right now its pretty disgusting what we do when we load JSON and convert it to a columnar format.

Check if PyArrow data structures match up with what JSON loads matches up with what Redshift has

Anywhere we can get a valid schema from should work fine

I know its still being worked on with PyArrow, but since it is JSON it probably should be considered.

These can be tested on travis, need to drop the use of `sure` library for testing.

We probably want a way to override our log formatting.