Adrian Perez

Results 120 issues of Adrian Perez

Typing a dash in front of any other character causes the dash and the character to overlap. The cursor does _not_ advance after typing it, which suggests that the dash...

I am trying to make some rules which generate chunks in a certain file format (similar to the [Amiga HUNK format](http://amiga-dev.wikidot.com/file-format:hunk)), and I would like to be able to calculate...

enhancement

As per issue #16 the module won't be supporting the `fancyindex_readme` directive, so it would be good to provide an example in the `README` using `fancyindex_header` pointing to an internal...

enhancement
good first bug

In the light of #61 (and related PR #62), it seems like it would be a good idea to see whether we can make Travis-CI build and run the test...

As shown by issue #37, the module should be doing some things a bit differently. It would be a good thing to look at `autoindex` built-in module and see which...

task

During the GNOME 40 development cycle, Web (a.k.a. Epiphany) started using a [new tab bar](https://news.itsfoss.com/gnome-web-new-tab/) widget, implemented inside [libhandy](https://gitlab.gnome.org/GNOME/libhandy) as the [HdyTabBar](https://gnome.pages.gitlab.gnome.org/libhandy/doc/1-latest/HdyTabBar.html) widget. This is how Web currently looks: ![GNOME...

This does work and prints `true`: ``` js var A = Model(); var a = new A(); console.log(a instanceof A); ``` However, the following does not work as expected, and...

It would be nice to build with `-fvisibility=hidden` by default, then mark the public functions explicitly as having “default” visibility. For platform plug-ins this will be easy because the only...

enhancement

We do not need to call `glVertexAttribPointer()` for each frame inside `cog_gl_renderer_pain()`. I _think_ we still need the calls to `gl{Enable,Disable}VertexAttribArray()` before and after `glDrawArrays()`. The rotation may change at...

enhancement

Input devices can appear or disappear at any moment, it would be neat to support that by properly supporting hotplugging, by handling their corresponding registry globals appearing/disappering at any time...

enhancement