Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

At the point where `distanceBetweenPoint` or `cubicEaseInOut` are invoked, old compilers complain: ``` error: incompatible types in initialization ``` This is solved by declaring the function prototypes in the interface.

Running `make test` after building memcache 3.0.8 (for php 5.6), most tests fail: ``` ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 29 --------------------------------------------------------------------- Number of...

3.0.7 was released to PECL but there is no tag for it in this repository, although there is a tag for 3.0.8 and for 3.0.6 and earlier. The appropriate commit...

The [release notes](https://pecl.php.net/package-changelog.php?package=memcache) of versions 4.x and 8.x say: > - Support for PHP 5.x has been removed, please use memcache extension ver. 3.x Why then is every 3.x release...

**Describe the bug** Using the heimdal 7.5.0, 7.7.0, or even the latest code available in master today (2ee8834696f6d5c732f73005de78631005f1f527), some configure tests use functions without declaring them and/or without including the...

##### **Describe the bug** The way that exiv2 sets the minor version information of its dynamic library on macOS (current version and compatibility version) makes no sense. A library's current...

build

After extracting the litehtml 0.5 source and running `cmake` and `make`, the customary `make install` does not work: ``` make: *** No rule to make target `install'. Stop. ``` Looking...

In litebrowser [e728123](https://github.com/litehtml/litebrowser-linux/commits/e7281239d613fbfb91a756f543d2af61e1d65c23) (from today, 2021-11-16) using either litehtml 5193a0af5c8b686d9409241227975aadc311b4f1 (from 2021-11-07) as specified in its git externals or litehtml eafb019627ff822b56eb4bfe7c18bee0cc7f5c5e (from today, 2021-11-16), accessing http://www.lowendmac.com crashes. The crash log...

These warnings occur when compiling the latest gpick code from your repo: ``` source/ColorPicker.cpp:760:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (color_n < 0 ||...

`uzbl-core` creates a directory in the current directory called `= ` (equals space) with 0700 permission, containing a directory called `tmp` with 0700 permission. I think it shouldn't create those...