Felipe S. S. Schneider
Felipe S. S. Schneider
> I think some of the finesse is removed when C=() is no longer allowed? This is very true. In any case, we can get rid of `control::Control` by making...
> I think some of the finesse is removed when C=() is no longer allowed? On a second thought, even forcing the usage of `std::ops::ControlFlow` as the output of every...
Do you mean something like tests https://github.com/tailhook/humantime/blob/12ce6f50894a56a410b390e5608ac9db8afe2407/src/duration.rs#L345-L379 or https://github.com/tailhook/humantime/blob/12ce6f50894a56a410b390e5608ac9db8afe2407/src/duration.rs#L384-L385
For my use case, that would be unnecessary (seconds are enough). But it makes sense for `1.5 hour` to be as precise as `1 hour 30 min` as possible?
> We probably have to do `Duration::from_secs_f64(3600.*float_hours)` instead. But then I'm not sure if just decimals are enough or somebody also wants exponential notation. Exponential notation would be too much,...
@mateusduboli Esta issue já foi resolvida? Será que é necessário, já que a biblioteca fornece uma ficha catalográfica quando o trabalho estiver pronto?
O [modelo da PUC de Minas](https://code.google.com/p/abntex2/wiki/CustomizacoesConhecidas#Pontif%C3%ADcia_Universidade_Cat%C3%B3lica_de_Minas_Gerais_%28PUCMinas%29) parece implementar algo nesta linha. Na [linha 215 do modelo](https://code.google.com/p/abntex2/source/browse/contrib/customizacoes/pucminas/abntex2-pucminas.sty#215), ``` % Cria o comando \subtitulo. A norma define que o TITULO deve ser...
Inserir um pdf, você se refere ao fornecido pela biblioteca universitária?
I like this idea. But there are lots of different formats... If you don't want to reinvent the wheel (and since it's probably not a bottleneck or anything), check this...
Hey @Thespi-Brain! In #4116 I have a similar, but "opposite", issue: I have full access to my e-mail (I have even changed my PyPI password just fine!), but I still...