Damien Golding

Results 33 issues of Damien Golding

What is the difference between gulp.src and the path option? It is stated that multiple directories can be passed to gulp.src. If this is true, my assumption is that the...

It would be really helpful for logical management and removing duplication if both inheritance and multiple context selection were added. Inheritance: Ideally multiple inheritance of other contexts. Multiple selection: Click...

Both element and x, y coordinates can be set as options in this library. However, it is not clear what x and y are relative to and whether element and...

Many providers in the example page are not working. For example: [http://localhost:8000/provider/twitter.php](http://localhost:8000/provider/twitter.php) The following warnings/errors are outputted: `Warning: require_once([MY_DIR]\PHPoAuthLib\examples\provider/bootstrap.php): failed to open stream: No such file or directory in[MY_DIR]\PHPoAuthLib\examples\provider\twitter.php on...

Is there a way of submitting an existing(just pass in filename or content as string) sitemap? If so, please provide an example.

Will the following be supported in the future? https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture/takePhoto It allows the ability to use certain hardware features and take still photos at full size.

I am trying to install Passenger on Ubuntu. Details below: Ubuntu 22.04 LTS (GNU/Linux 5.15.0-1011-aws x86_64) Is Ubuntu 22 supported? If so, how can this issue be fixed? If not,...

Doing parse, stringify using the ini below, results in a line using an empty key as below: ... listen = 127.0.0.1:9000 =true listen.allowed_clients = 127.0.0.1 ... Why does it become...

In the link below, listen and listen.owner , etc. exist. Due to an object not be able to be {listen: val1} and {listen: {user: val2}} at the same time what...

I have a project that is open in VS code that has the Vetur extension working with interpolation is showing errors in various templates. I am executing vue-type-check with "vtc...