Vladimir Jimenez

Results 81 comments of Vladimir Jimenez

I agree with alezakos that YAML would be ideal for configuration files since they're far easier to read and can have comments, but I'm not sure how well YAML can...

> Seems the script is broken, I'll take a look at fixing it. Make sure to run `apt-get update` before you start installing packages.

Because it can be days or months before someone looks at this issue, let's avoid forcing people to search through IRC logs. Either copy/paste the relevant conversation on here or...

Doing some very basic/stupid profiling on where the slow down is, I've added some calls to `bz_getCurrentTime` and I'm getting the following information: ``` sendFileList before getFileList(): 16.0285 sendFileList after...

Since this affects the client visually, please share screenshots of what your changes do. This way we get an idea of how it'll look and be able to give you...

I'm personally hesitant of the location of this label. Thoughts on placement? I'd favor a place where other flag information is already stored, e.g. - Bottom of the mouse box,...

Since this PR has grown stale and it's something we're going to need to discuss further with some more mockups, I'm placing this one on hold.

I would just create a separate issue for each new feature request. We don't currently have an official roadmap for 2.6, so we don't have a special unified place for...

Ah you are right, my `.spin` class does indeed have a `display: inline-block`.

I can confirm that adding the `exclude` to my `tsconfig.json` file solved the problem! Maybe this could be documented or included as a magical check/patch during install?