Catlin
Catlin
Seems there is a dependency problem that isn't mentioned? ``` $ make make: Circular hackrf_tcp.o
``` $ dropbox-api put data.GoPro/2017-01-23T07.25.11.000000Z.m4v dropbox:/ 2017-02-06T19:57:50 [WebService::Dropbox] [ERROR] https://content.dropboxapi.com/2/files/upload {"mode":"overwrite","path":"/2017-01-23T07.25.11.000000Z.m4v"} -> [413] Dropbox - 4xx ... ``` That's unnecessary and makes it hard to use when my console floods...
Uploads fail with 413 on large files because [file_upload](https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_upload) isn't meant for large files. Files >150M should use: * [files_upload_session_start](https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_upload_session_start) * [files_upload_session_append_v2](https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_upload_session_append_v2) * [files_upload_session_finish](https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_upload_session_finish)
Support for tables does not appear to be present or functional: markdown: ``` | field name | description | |------------|-------------| | display_name | name that will display in the integration...
``` $ uname -a FreeBSD irony 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 ``` ``` $ ./configure CFLAGS=-fPIC --disable-maintainer-mode --with-oniguruma=/usr/home/jivanov/onig-install-6.1.3 checking for a BSD-compatible...
It seems that not all of the correct scripts are "installed" to the `build-aux` directory...? ``` ╭─jamie@BeefCurtainMoses ~/kimchi ‹master› ╰─$ ./autogen.sh --system configure.ac:43: warning: macro 'AM_GNU_GETTEXT' not found in library...
While pagination is enabled by default, there is nothing in the output to indicate the total number of results nor any indication that there are more results. This could be...
Any plans to support FreeBSD 11 or FreeBSD in general? Is there something about FreeBSD that makes `vmprof` not work? ``` $ sudo -H pip install --upgrade vmprof Collecting vmprof...
I'm running into a serious performance problem with flask-restless that is making me look at alternatives and that breaks my heart. The posts table contains almost 700k "posts" for a...
- Fixes #558 by removing the included portion instead of trying to map the entire table.