Heliton Martins Reis Filho

Results 6 issues of Heliton Martins Reis Filho

When writing some Julia code (that allows Unicode out of the box), I noticed that the subscripts don't work well, particularly that `x₍ₙ₊₁₎`. ![image](https://user-images.githubusercontent.com/25724069/115763497-e77d0580-a37a-11eb-93fd-1f59589f9cc5.png) Maybe putting the `n` as low...

Unicode

The package isn't working anymore with the latest WhatsApp version. I had Multi-Devices Beta activated, but the same happens after disabling it. First, `driver.is_logged_in()` always returns `False`. And, after login,...

## Problem Statement Starting a new project often involves repetitive tasks like configuring project structures, setting up tools, and applying team-specific templates. While these steps are common across projects, they...

enhancement
wish

Typst 0.13.0 can't import the package from `@preview/metro:0.3.0`, complaining about an Unknown variable: kelvin. ``` unknown variable: kelvin Hint: if you meant to display multiple letters as is, try adding...

This PR: - Adds the unit `degreeFahrenheit`, similar to the existing `degreeCelsius`; - Adds the unit `fahrenheit` as an alias to `degreeFahrenheit`; - Adds the unit `celsius` as an alias...

I'm getting an error while `read`ing basically any file generated by [OpenBabel](https://openbabel.org/). ```log ERROR: Two copies of the same atom have the same alternative location ID. ``` The same error...