Brendon

Results 8 issues of Brendon

To note, the example doesn't work: `https://jasons-experiments.myshopify.com/search?type=product&q=sku:23200&view=sku` This does though: `https://jasons-experiments.myshopify.com/search?type=product&q=23200&view=sku`

I am using the following packages: - [passport](https://github.com/jaredhanson/passport) `0.6.0` - [passport-azure-ad](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/passport-azure-ad) `4.3.3` (microsoft strategy) - [@superfaceai/passport-twitter-oauth2](https://github.com/superfaceai/passport-twitter-oauth2) `1.0.0` (twitter strategy) When including [passport-azure-ad](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/passport-azure-ad) as a Microsoft Azure AD strategy, passport throws...

When you enable compilation in PHP-DI: ```php $containerBuilder = new ContainerBuilder(); $containerBuilder->enableCompilation('/var/www/cache'); ``` Directories are created with permission `0777` and files are created with `0666`. This grants read+write to the...

Zooming in or out feels slow. How can we increase the speed or scale at which zooming occurs? Note: Using with Vue2.

feature request

It looks like `cgi` is being deprecated in an upcoming Python `3.13` release: ``` INFO - DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 File "C:\Python\Python311\Lib\warnings.py", line...

In other passport strategies ([microsoft](https://github.com/seanfisher/passport-microsoft), [twitter](https://github.com/passportjs/passport-twitter), [google](https://github.com/jaredhanson/passport-google-oauth2), etc), I use relative callback URLs without issue. ```js { callbackURL: '/oauth/microsoft', ... } ``` I rely on this functionality, as my application...

## What does this PR do? Updates system requirements defined in [README.md](https://github.com/appwrite/php-clamav/blob/master/README.md). ## Test Plan Not applicable. ## Related PRs and Issues https://github.com/appwrite/php-clamav/commit/f3897169f5c1f365312238a516ae9465f804634f requires PHP 8.x. ### Have you read...

I'm looking to pass an additional string along with each log message so as to dynamically define the `program`. Any suggestions how could I go about doing that? Example: ```...