Tim Bond

Results 27 issues of Tim Bond

Might make sense to track the manufacturer of each elePHPant https://twitter.com/brendt_gd/status/1542066637121196032

I have three big ones that are currently looking for a new home In addition, they are three different species, but I only have one of each. The current model...

There are lots of photos on the site that belong to their original creators. Some can be used with permission (everything from https://github.com/philipsharp/afieldguidetoelephpants is CC BY-NC-SA 4.0) but others are...

There's a company that decided to spam Papercall with a multi-year ongoing event with no description and a CFP far in the future. My previous attempts at contacting the owners...

enhancement

Per [the cURL manual](https://curl.se/docs/manpage.html#--data-raw) the `--data-raw` flag POSTs data

### Feature description If a user has deliberately denied access to a permission, the result of [requestAuthorization](http://docs.tabris.com/latest/api/permission.html#requestauthorizationpermissions) could be `denied` or `rejected`. If the user subsequently changes their mind and...

feature

- [x] Code is up-to-date with current `master` - [x] Code is provided under the terms of the [Tabris.js license](https://github.com/EclipseSource/tabris-js/blob/master/LICENSE) As mentioned in [the release announcement](https://tabris.com/tabris-3-8-released/) 3.8.0 uses Cordova 9.0

### Problem description Tapping the View Source icon in the current developer app open URLs such as `https://docs.tabris.com/3.7.1/api/Page.html` which lead to a 404 page ### Expected behavior 3.7.1 docs are...

bug

The example middleware to remove the trailing slash from routes in the Slim V4 documentation is not PSR-15 compatible, and thus does not work in Slim 4. Thankfully, the linked...