Tiago Espinha

Results 5 issues of Tiago Espinha

The usage example has a mistake and makes it so that when people do copy/paste, they end up with a wrong example.

**Product and Version Used**: Roslynator CLI 0.6.1.0 with Roslynator Analyzer 4.4.0 **Steps to Reproduce**: Add the following to .editorconfig: ``` dotnet_diagnostic.rcs0056.severity = error roslynator_max_line_length = 120 ``` Run `roslynator fix`...

Area-Analyzers

In the following line: https://github.com/algorithmica-org/algorithmica/blob/ed1945c3d2de8548b1c744d3161eb668703db808/content/english/hpc/arithmetic/float.md?plain=1#L41 Instead of: ``` r operator/(r a, r b) { return {a.x * b.x, a.y * b.y}; } ``` I think this is showing the division...

Hi, I've been following the Youtube series of Emacs From Scratch and been enjoying exwm quite a bit - thanks for this! I'm having some issues with the Fcitx input...