Avik Sengupta

Results 193 comments of Avik Sengupta

I've been tracing the stringmime calls, and it ends up in line 971 in Gadfly.jl, which then moves on to compose. The following calls in Compose's precompile might be useful:...

Hmnn.. might be a "works as expected" since the general idea is to update once per frame. So maybe it takes the first call to set stuff up? Will ask...

> I don't have major issues with making changes to the core sqlite_jll package if it's not disruptive for normal cases and just making some of these features the "default"...

Yeah, I was about to say, can you just use the low level functions ``` stmt = createStatement(conn) rs = executeQuery(stmt, myquery) for r in rs println(getInt(r, 1), getString(r,"FIELDNAME")) .......

This package has not had an update for quite some time. What version of Julia are you on? Can you show the output of `versioninfo(true)` ?

Not sure if this is meant to be supported, feel free to close otherwise.

Thanks, yes, this code if probably from before `getfield` existed. I'd be grateful for a PR.

Hi @quinnj or @mattBrzezinski would either of you be able to take a look at this? Thanks!

What was the motivation for changing `Text` to `TkText`? Much of the incidental changes in this PR is stale, but I'm trying to understand if the core change is still...