Results 98 comments of Giovanni Cappellotto

Why does this pull request still need to be merged?

@starwed @kevinsimper in my opinion there should be one clear rule: **one file, one components**. A simple solution to the `*way` components problem should be to put them in the...

Note: one of the main reasons (a practical one) I'm asking for this _feature_ is that when I'm looking for a component I'm always forced to look for the file...

Putting more than one component per file is like putting more than one class per file, it's permitted in some languages. I write mostly ruby and java and it just...

I confirm this behavior on GNU/Linux (Ubuntu 13.04) and Chrome 30.0. Note: if I use the combination CTRL + UP_ARROW + E_KEY the player keeps moving **downwards** indefinitely, with DOWN_ARROW...

@fvictorio do you think this will resolve this error I'm getting on a block of assembly? ``` Linter: Parse error: extraneous input ',' expecting {'from', '{', '}', '(', 'error', 'for',...

Example: ``` // SPDX-License-Identifier: MIT pragma solidity ^0.8.2; contract Test { function foo() public pure { assembly { function bar() -> a, b { a := 1 b := 2...

I have the same issue with a Garmin Swim.

I fixed the bug empirically, but this is only a dirty hack to push who really knows how the protocol works (@Tigge) to fix this bug. File names are built...

@antirez +1 for this issue, anyway I don't see any benchmark test, if you have already done some can you please include them?