Hannes Gräuler

Results 11 issues of Hannes Gräuler

Is it possible to not use the stream body as an iterator, but to read from it like from a file? I'd like to do ``read(2048)`` for example to read...

It looks to me that currently snapThreshold is not respected if the grid is set. In https://github.com/jsplumb/katavorio/blob/master/src/katavorio.js#L251 we see the following lines: ``` var tx = this.params.grid ? this.params.grid[0] /...

When running the executable generated by PyInstaller, I get the following error message. This only happens on OSX, is it possible that a certain dynamically linked library is not picked...

This fixes a bug where a GetFeature URL ending with "&" was incorrectly constructed. Also while debugging I was missing logs in the "owslib" namespace (as written in the docs)....

First of all, thanks for publishing this genius library. Due to various dependencies (described [here](https://github.com/dtolnay/typetag/issues/15#issuecomment-1383036150)), this library can currently not used to build WASM targets. This issue is intended to...

There was a bug in my initial pull request, this solves the problem and makes domain sockets usable.

PyPI has version 2.1.0, yet it _does_ contain a reference to "basestring" (which has been removed by 7c0a6645d764a25057425eb4cb786e90566a7c90), thus making it incompatible with Python 3.

Even though the daemon returns identity_state = "uninitialized", syncrypt-desktop shows a normal view. Ideally it would show the key generation wizard again. ![image](https://user-images.githubusercontent.com/232086/60532106-d32acd00-9cfc-11e9-9888-6f2f7a11e093.png)

Tutorial wizard shows every time. Might also be a problem with the daemon

bug

Currently (Linux): * Desktop: ```~/.config/Syncrypt``` * Daemon: ```~/.config/syncrypt``` We should use ```~/.config/syncrypt``` for both. The other platforms should be analogous.