Kevin D Smith
Kevin D Smith
I'm using zerolog in my package and when I try to use it within gophernotes, I get the following error every time it is used: ``` zerolog: could not write...
Currently, tox and tox-conda assume that they are being used for building and testing Python environments. However, Anaconda also supports R and Lua environments. It would be nice if it...
When using the anaconda move command with a package version specified, rather than applying the label move to just that version of the package, it applies it to all versions....
When verbose = True and interactive = True are used in Jupyter, SQL log messages are printed twice
When using Jupyter in a browser, it will render outputs in both text and HTML every time regardless of which is being displayed. Both of these calls are generating the...
I'm creating this PR more as a start to a conversation as opposed to a request that I expect to be accepted any time soon. We like being able to...
In Vi, typing a '.' will repeat the last command.
I'd like to be able to use Ruby as an embedded language, but I don't understand what all of the exports do. I'm assuming that `init` starts the interpreter, and...
It would be nice to have a way to retrieve performance metrics to determine where most of the time is being spent in an API call. The calls mainly consist...
The driver used by the SingleStoreDB client is PyMySQL which can cause some performance issues especially when downloading larger amounts of data. There should be tests in place to track...
Right now, when sending data to a publisher, it's all done though CSV strings which each have to be terminated by a newline. It would be nice if it would...