Results 17 comments of Gustavo Noronha Silva

Bacana, @alexandre-mbm, vai ser muito bom ter sua contribuição! Na conversa que eu tive com o Alvaro sobre o brasil.io a ideia foi de que o olhoneles.org coletaria os dados...

Os dados que são interessantes/necessários você pode ver aqui: https://github.com/olhoneles/olhoneles/blob/master/montanha/models.py#L237 Basicamente: que legislador gastou, qual o valor, o número do documento (opcional) e a data do gasto, CNPJ e nome...

Hey, have you checked out the "month by month" view in the per-nature view? Click the 'Mês a mês' tab here, for instance: http://olhoneles.org/CMBH/per-nature It allows you to see if...

> we should probably explain what secrets need to be added too explain where? I can add it to the doc on deploying the lambda function I guess, after it...

Not 100% happy with having to look at the props to make opts decisions, but I can't think of any way other than that. Should we add a second format...

haha I was just writing a message to suggest we land this version =D thank you @htejun!

I ended up finding this https://github.com/Geigerkind/LegacyPlayersV3.git which I used as an example to write a custom BackendError like this: ```rust #[derive(Clone, Debug, JsonSchema)] pub enum BackendError { Bson(String), Database(String), NotFound...

@ralpha also, thanks for the reference to your code, lots for me to learn there! The ApiObject trait / ApiPage idea looks very interesting/convenient. Have you considered turning that into...

Hi @lathiat! Are there plans for cutting a new release including this fix? It's out there wasting battery life, and I would prefer not to have to rebuild my rpms...

I'm hitting a similar issue. I have this: ``` layout::Constraint::Min(0), layout::Constraint::Length(FD_WIDTH), ``` I would expect the right column to be exactly FD_WIDTH and the left one to take all of...