Alexey Kinev

Results 15 issues of Alexey Kinev

Hello, Charles! I'm currently using flask-pewee in production and found custom actions feature would be very useful, e.g. content moderation, users blocking etc. I've made a simple implementation, how do...

I'm trying switching to Loguru for my newer projects and I'm wondering, what is recommended approach to perform integrations with services like Sentry, etc.? For example, Sentry has built-in standard...

question

## Context After a new today's deployment app didn't work. ## Expected Behavior Work. ## Actual Behavior Getting exception after deployment: ``` [ERROR] ImportError: cannot import name 'secure_filename' from 'werkzeug'...

**Problem:** Newer GoPro models (now sure what models are capable exactly) provide date and time in status. But there's no method to get it via inteface naturally. **Details:** * GoPro...

Not sure, if this dependency is optional? If so, how to force Cmake to ignore the error? ``` -- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) -- Could NOT find...

installation

Hello, everyone! This is more discussion issue than bug report or kind of. For my opinion code examples in official asyncio docs are broken. Well, not totally broken of course,...

This project was started to experiment with async ORM interface. Our dev team has been using this in several small to mid-scale projects in production. But actually we didn't have...

discussion

Peewee's design is based on maximum simplicity concept, there is not so much of magic in implementation and no "black" magic at all, as I can see. And peewee provides...

question

The caret goes to zero position on the next line after function definition. I'm expecting an indentation to be added by default. ![screen shot 2016-09-06 at 00 01 16](https://cloud.githubusercontent.com/assets/4500/18256967/73fe7454-73cd-11e6-94ba-829cb70a9203.png) I...