Timothy Wall

Results 20 issues of Timothy Wall

If I use `-n` the argument is parsed as a `part` (version 0.5.3). `.bumpversion.cfg`: ``` [bumpversion] current_version = 0.1.0 files = setup.py commit = False tag = False tag_name =...

With the input text `_{over\_flow}_`, I would expect to see _{over_flow}_ but `markdown-to-jsx` renders it as _{over\\_ flow}_ I'm doing my own interpolation between the braces, to allow variable substitution...

bug

I use mostly read-only dbs, so the time spent sizing them is wasted. Even in the case of writable dbs, caching the last known size and timestamp and comparing against...

feature

The executemany method of SqlliteMultiThread just repeatedly calls its own `execute`, queuing individual execute calls. It should be straightforward to push an "executemany" op onto the thread and call `executemany`...

For those requests which provide a response queue, any raised exception caught by SqliteMultiThread should be posted to the queue instead of logged verbosely. e.g. ``` try: cursor.execute(req, arg) except...

### Overview of the problem Drags are initiated by clicks in a content scroll thumb or on a click w/keyboard modifier. I'm using react-rnd **version** 10.3.5 My **browser** is Chrome,...

Using python epam.indigo 1.4.0b0 I've built a bingo NoSQL DB which is returning a similarity score of "1" (the max) when comparing the following different molecules (the first inchi is...

Improvement
Indigo API
High priority

I'm seeing a number of errors emitted by the following code. It seems odd that molecules inserted into the db would later produce errors when comparing against an input. ```...

Indigo API
ReCheck

I need to access a given bingo nosql db from multiple processes. The db is expected to be read-only after creation. I'm loading the db file with `bingo.Bingo.loadDatabaseFile(indigo, path, options='read_only:true')`....

Indigo API

I've got an input SMILES string for which bingo produces different similarity results depending on whether the indexed molecule is provided as inchi or SMILES. I need to have the...

Bug
Indigo API