Carlos Alberto Lopez Perez

Results 19 issues of Carlos Alberto Lopez Perez

Consider the following test program ``` #!/usr/bin/node const request = require("sync-request"); function getDataFromUrl(src) { const res = request("GET", src, { headers: { "User-Agent": "sync-request/6.1.0" }}); return res.getBody("utf8"); }; result =...

Don't exit on wrong username/password. Keep trying with the other servers. Issue #25

The code looks clean and readable (mainly because it's python). But it will be desirable to include more comments on the source code and a few documentation about each function....

When I try to use libbacktrace on Linux 32-bits I get an empty backtrace. See the following example program: http://ix.io/4Jf4 Build it like: ``` curl http://ix.io/4Jf4 > testbt.c gcc -c...

Hi, The website of directfb.org contained more projects than this http://wayback.archive.org/web/20150703073025/http://git.directfb.org/ Could you mirror also those repositories in github? Thanks

Trying the [basic demo](http://html5-demos.appspot.com/static/filesystem/idb.filesystem.js/demos/basic/index.html) with a browser based on recent WebKit (like Safari or [Epiphany](https://wiki.gnome.org/Apps/Web)) doesn't work. On the inspector console this errors happen: ``` [Error] TypeError: Attempted to assign...

WebKit project recently imported simde 0.8.2 Since then the build for Aarch64 targeting RPi4 boards has started giving lot of warnings related to the simde header: ` warning: "__ARM_NEON_FP" is...

This is related to #145 but I think is a different issue, since in this case the problem happens when patchelf runs with the option `--no-default-lib ` (but if that...

bug

## Linux distribution and version Tested both on Debian stable and Fedora rawhide (31) ## Flatpak version 1.2.4 for Debian stable and 1.4.2 for Fedora 31 ## Description of the...

The tool pkgdata uses snprintf() to build the strings of the commands that will execute later during the install process. But the maximum size of this buffers is not enough...