Antonio Terceiro
Antonio Terceiro
When cross compiling packages that use pkg-config on Debian, one can use ${DEB_HOST_GNU_TYPE}-pkg-config to find library configuration for the architecture we are compiling for. For example, i686-linux-gnu-pkg-config on i386, or...
Those two tests endpoint_spec are in the end testing internal details of rack-test. Change them so that they still test what was intended, but in a more robust way that...
If I make this change to `Gemfile` ```diff diff --git a/Gemfile b/Gemfile index acc721aa..f0cff687 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :test do gem 'maruku' gem 'mime-types'...
Fixes #28
This fix is compatible with haml 5 as well.
While trying to build wors with setuptools 66 (e.g. `python3 setup.py sdist`), the following exception is raised: pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '-0.4.2-dev-71afc647-' setuptools 66 is more strict with version numbers. Since...
**Describe the bug** I cannot get location to work at all. I tried on OsmAnd+, Organic Maps, and GPSTest. A few points * Location is enabled * All the apps...
Hi, I tried running the tests under Ruby 2.3 and they fail like this: ``` $ ruby -v ruby 2.3.0p0 (2015-12-25) [x86_64-linux-gnu] $ bundle show Gems included by the bundle:...
Hi, I'm trying to understand how to debug this issue. I have a imx93 board plugged in, and it's visible to uuu. However when I try to do anything with...