-
I posted this to the image-sig mailing list but can't see any evidence it got there. Sorry if this is a duplicate.
I spent some time making a travis-ci repository that will create an
OSX wheel from …
-
It would be fantastic if there was a tool (or API call!) to export expressions. That would help tremendously with those of us trying to build grammars/corpuses (corpii?) for our apps. It would allow e…
-
The author of this software in the README says "feel free to ask any question", but there is no contact information anywhere(github, vimeo, twitter,google+, NUI page...).
I am interested in asking yo…
-
Is there any reason sqlb does not contain a compiled osx sqlitebrowser.app in its release distribution?
Was thinking maybe a license issue or possibly a security signing which may prevent it running …
-
There's many recipe's out there for removing it, such as:
```
if line_no == 1:
line = line.replace('\ufeff', '') # remove BOM if present
```