Emilio Cobos Álvarez

Results 100 issues of Emilio Cobos Álvarez

But add an environment variable to allow showing it, if wanted. Fixes #30

It's non-standard and an IE-ism. Instead, just set the checkbox size explicitly to what you want, and multiply the CheckboxLand line-height (though I'm not sure what that is about).

Right now we have tests for viewport resizing, but those are done via iframes and end up being intermittents easily. We should add an API to modify the page zoom...

E-less easy
C-assigned
C-has open PR

It may be useful to see documentation on bindgen being integrated with it, or with stuff that requires altering the include path in bindgen in general. It'd be a nice...

help wanted

This is sort of a rustc limitation, but we could try to detect it better. ### Input C/C++ Header ```C++ template struct _Vector_base { union _Storage { constexpr _Storage() :...

bug
A-C++

This fixes the names in function-typedef-stdcall.h We still keep the fallback introduced in the previous patch because the objective-c test that it fixed is not fixed by this (the cursors...

S-awaiting-review
S-needs-rebase

The issue is that FlatStructAccess has no access to the aliases of the struct it's deserializing. Ideally we'd try to serialize the key rather than checking whether we're going to...

Context: I'm processing some exported code which has code that looks like: `foobarbaz` And turndown is not accounting for those line breaks. We could use innerText instead of textContent to...