Álvaro Justen

Results 214 issues of Álvaro Justen

A good RESTful API can receive and answer requests in many formats (content types) and it would be nice if flask-peewee have this flexibility. With this implemented we can easily...

I've replaced `'test.db'` with '':memory:'' on `flask_peewee/tests/test_config.py` but got many errors when trying to run the tests. Is it possible to modify the test suit so we can run all...

The [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) specification [requires a `T` between date and time](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) (`T`), not a space (as currently implemented by flask_peewee). Would be nice to [explicitly specify the timezone](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators) also - if...

Hello, I'd like to use interfake to simulate an API I'm implementing but I think I can't use more than one Content-Type for the same HTTP resource. In my case,...

looking-for-contributor

In general I use autoenv to automatically activate my Python virtualenvs. It works pretty nice, but I miss a feature to automatically deactivate the virtualenv. It should deactivate the virtualenv...

type/feature

Hi! First of all, thanks for creating this project. I need to run `aria2c` as a daemon and `aria2p` in the same Python script so it's self-contained. I was doing...

Arduino Duemilanove needs resetting before uploading (Uno doesn't).

We should use `BOARD="Uno"` or `BOARD="Duemilanove"` instead of specifying `BOARD_TYPE`, `BAUD_RATE` and `PORT`. Note: the `PORT` variable depends on the platform (GNU/Linux, Mac OS, FreeBSD etc.) and board type (Duemilanove,...

This Makefile should automatically detected in which USB/serial port Arduino is connected -- it should be the default approach. If the `PORT` variable is set, it'll override the default approach,...

Each feature of this Makefile should have tests to check if they are working. The question is: **how?**