Paulo Cheque

Results 26 issues of Paulo Cheque

in the README, external site, wiki..

Hi, thanks for the great lib! Simple and solve the problem! I am using this lib on a table like this: ``` my headers... ``` I go to the bottom...

Is that possible? I believe the fullscreen mode should be independent of the live_preview mode. We could have fullscreen only for edition, and non-fullscreen with live_preview.

Add some multipart form to receive drag and drop file uploads. Then we configure some endpoint that will save the image and return the url. Similar to the GitHub editor.

I read many related issues (https://github.com/OscarGodson/EpicEditor/pull/188 https://github.com/OscarGodson/EpicEditor/issues/148 https://github.com/OscarGodson/EpicEditor/issues/14 https://github.com/OscarGodson/EpicEditor/issues/147), but it was not clear to me how to do that and what is the current status of the extensions/parsers. If...

- OSX 10.12.3 - Ruby 2.0.0 - gem install thrift -- --with-cppflags=\"-D_FORTIFY_SOURCE=0 -Wno-shift-negative-value\" - gem install impala Hi there, any ideas? I am receiving this error when I want to...

- python 3.6 - peewee == 2.9.0 - Peewee_migrate == 0.11.0 Command: `pw_migrate create --auto my.models --database postgresql://localhost:5432/name auto-generated.py` ``` migrations = diff_many(models, source, migrator, reverse=reverse) File "env/lib/python3.6/site-packages/peewee_migrate/auto.py", line 115,...

If we use Peewee without peewee_migrate, we would just execute this: `db.create_tables([Model1, Model2])` So, if we use peewee_migrate, we should avoid this command and only use peewee_migrate, right? Also, does...

It must start with 3 numbers, like `001_something.py`