Results 27 comments of Asif Mahmud Shimon

Ya, thats true, we could provide a file system based storage. I have a working example of that. it takes in a few storage configurations like where to save files,...

I was checking out the `media` type (file) support with eve-sqlalchemy and turned out that the `ValidatorSQL` doesn't have that support yet. So for now, subclassing `ValidatorSQL` and adding the...

i have just made a pull request to support `media` type attribute.

yes thats what i expected but only the formatted part had it. thats what bugging me. the file itself is in `CRLF` mode. so if the formatted part has the...

hi, i think i found a solution. adding `--strip-trailing-cr` to `diff` solves the problem for me. haven't tested on linux setup, can't do that right now. but i think it...

jedi has this settings - `jedi.settings.call_signatures_validity` changing it to something very high may help speed up autocompletion. I am not sure, but if its doable, i mean jedi server should...

Wow, i should've translated the doc ! this is surprising ! clearly dictates open source ideology.

ya, i used to prefer vestacp but this one changed my mind :D still a long to way to go but its already quite good and i am using it...

why would someone run both mariadb and mysql on the same machine. they won't even start, cause they use same port. Best wishes - Asif Mahmud Shimon On Thu, Nov...

i can confirm this too. i used something like this and it didnt work - ``` type Model struct { ID int64 CreatedAt time.Time UpdatedAt time.Time } type User struct...