bruno messias

Results 22 issues of bruno messias

Using ``` @misc{SM, note="Supplemental Material reference" } ``` don't work Using ``` @misc{SM, note="Supplemental Material reference", } ``` work Using ``` @misc{SM, note={"Supplemental Material reference"} } ``` work The source...

... time.sleep() is the only way I could implement that.... I need to finish my master's degree. https://github.com/bibcure/scihub2pdf/blob/7b9174d3902113deece888bfba34b9e5831c80df/scihub2pdf/scihub.py#L99

Libgen site says the limit the connections per user is 40, but for some reason, I' only can do ~3 requests at the same time. I think this issue is...

enhancement
help wanted

Isso não entra diretamente no tema de desenvolvimento web, mas acho que é algo interessante [Functors, Applicatives e Monads em figuras](https://github.com/devmessias/Functors-Applicatives-e-Monads-em-Figuras)

- I've created the actor and tests in different files just for help me to develop this PR. But latter I'll put everything inside of actors.py and test_actors.py. To create...

type:Discussion
type:New Feature

Related with #483 This PR adress two minor issues with the ShowManager object ## 1. destroy timer behavior ShowManager destroy_timer method destroys the timer without removing the callback related with...

type:Bug Fix

Hi everyone. I noticed some bugs on the ShowManager object ## Timer Event ShowManager `destroy_timer` method destroys the timer without removing the callback related with the observer. Thus, we lost...

type:Bug Fix

As well know VTK provides a set of tools to perform the streaming of the rendered result. This streaming it's expensive, because uses jpg's images consumed as a base64 in...

state: needs decision
state: work-in-progress
type:Discussion
type:New Feature

VTK it’s powerful, but sometimes we need to get more control about how OpenGL will render the actors. For example, enforcing deep-test to keep disabled during a draw call of...

An uniform variable should be chosen when we have any kind of information which act as constants, at least during the draw call. This commit implements the following behaviors: 1...