Anthony Borrow, S.J.

Results 20 comments of Anthony Borrow, S.J.

I too continue to experience this issue. I'm going to write to Greg and see if he is still able to maintain this project. [email protected] └─┬ [email protected] └── [email protected]

@enkia - thanks, I just avoided the issue by removing the column from the view altogether but I'll consider adding the X11 option. Would you have time to submit a...

Just to note that I ran into what I believe is the same issue. First, here is my environment: Drupal 7.38, CiviCRM 4.4.18, 4.5-dev (1.9.1), and Stripe 3.1.0 And here...

p.s. - any chance of taking care of those notices by initializing $err['code'] I have not looked to see what the intended functionality there was but the result is just...

Just another comment that if code is initialized we may want to use isset to determine if there is an error code otherwise set it to 9000. But I think...

I'm seeing an issue with Laravel 9. I have also installed jetstream but was surprised to see the installation fail: sail composer require tcg/voyager -W ./composer.json has been updated Running...

So I noticed a pull request in https://github.com/larapack/doctrine-support/pull/16/files - I am suspecting that is at least one of the issues as it seems to be trying to get version 2.0...

Just adding some more details about the packages: npm list semver ├─┬ [email protected] │ ├─┬ [email protected] │ │ └─┬ [email protected] │ │ └── **[email protected]** │ ├─┬ [email protected] │ │ └──...

I think we may be able to resolve this bumping babel-loader to the latest version. It looks like make-dir which has the vulnerable version of semver was removed from babel-loader's...

@jonathan-gruenhut - I think so, I believe the vulnerable version was 7.3.5 and I am now seeing 7.5.4 on my installs: -- [email protected] +-- [email protected] | `-- [email protected] | `--...