Azim Sonawalla

Results 7 issues of Azim Sonawalla

Reading the docs and code, it looks like ent exposes the ability to register hooks in mutating operations, but not on reads. The use case I'm trying to solve for...

Proposal

We use the [streaming PUT](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Using_PUT) feature of gosnowflake to upload data to snowflake internal stages. Recently, we started throwing GB sized files at it and saw our memory usage explode....

enhancement
status-triage_done

### Description See Issue #536 (SNOW-535791) for more background. I've addressed some of the low-hanging fruit memory improvements in this PR. Specifically, using the non-streaming API (and having the caller...

Need to implement a test suite, since pull requests are coming in now

enhancement

No current handling for when no more posts are found

enhancement
help wanted

Have some sort of handling if invalid login credentials are passed

enhancement
help wanted

Find a way around using beautifulsoup every time we delete an element. This will also reduce the number of dependencies

enhancement