Samuel Helms

Results 5 issues of Samuel Helms

I can't import `sequence_precision_recall_score` from spotlight when I install using the command given in the readme. Upon inspection, the spotlight package in site-packages is missing the sequence_precision_recall_score function. I think...

I noticed that the possibility of compiling to webassembly is mentioned in the tectonic docs. Has anyone tried to do this recently? Are there major road blocks in the way?...

Would be possible to compile this package to webassembly using something like https://github.com/iodide-project/pyodide or https://github.com/pypyjs/pypyjs? This would make it trivial to include in vscode extensions or the monaco editor.

Hi, I'm playing around with the code on my mac, and I couldn't pdftex to compile initially because of some encoding errors. I was able to fix them by adding...

I love this package, but it keeps printing out my password in cleartext when I use it with an odbc driver. For example: input cell: ``` %%sql select * from...