Graciliano Monteiro Passos

Results 119 comments of Graciliano Monteiro Passos

Without this fix the Dart benchmark status is `timeout`, BTW.

I can change to `yield await Future.value(i);`, since it's almost the same execution time. The main point here is that this is not an over optimization. `yield I;` is the...

https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response Note that the HTTP method HEAD should return exactly the...

You can render SVG paths with it

FYI: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/bezierCurveTo

If, in the future, Dart doesn't allow returning a Future without await inside an async block, it could potentially break a lot of code. IMHO I consider it a bug...

Take a look at: https://github.com/Colossus-Services/bones_api/blob/master/lib/src/bones_api_entity_db_mysql.dart https://github.com/Colossus-Services/bones_api/blob/master/lib/src/bones_api_entity_db_postgres.dart https://github.com/Colossus-Services/bones_api/blob/master/lib/src/bones_api_condition.dart https://github.com/Colossus-Services/bones_api/blob/master/lib/src/bones_api_condition_sql.dart

I don't have time for the next 90 days, but the project is interesting. I will try yo look the code and understand what is needed. Regards.