Petar Dambovaliev

Results 32 comments of Petar Dambovaliev

> Yep, it's a quickly implemented version just to get it working. As the sever has 0 dependencies on it, people can just implement their own version. For that reason...

I think the decision to have the currency type be static was a mistake. There are so many use cases where you need to deal with data that has mixed...

If you are dealing with small files, you could base64 encode them into a json and keep your json content-type middleware. If things start to get really ugly and hacky,...

We need something like this. https://laravel.com/docs/5.5/dusk

> auto_enums I am working on a library to more or less do what you want, i think. It looks something like this ``` #[derive(Debug)] struct Bar; #[ano_enum] fn foo()...

I am working on a map implementation

@suharev7 the error handling in this library is not good. A lot of places just tell you ops, an error. It doesn't tell you what is the wrong value/type you...

> Thanks for the comment, but I would appreciate it if you could point out specific cases where you lacked some information about error. For example, `Err(Error::FromSql(FromSqlError::OutOfRange));` When i had...

@suharev7 @mitsuhiko maybe https://docs.rs/postgres-protocol/0.6.4/postgres_protocol/escape/fn.escape_literal.html can be used to implement this?

@jordanfloyd if you find a solution to stream m4a with the exo player or something else, let me know. I am almost having the exact same problem.