Bilge
Repos
102
Followers
47
Following
30

:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs.

600
25

:video_game: Generates the Steam 250 website.

48
8

:earth_africa: Transforms arrays using an object composition DSL.

84
3

:fax: Immediately prints exception and assertion failures during testing.

36
5

:chart_with_upwards_trend: Network activity graph.

35
4

:shipit: Warframe Alert Tracker

1
0

Events

issue comment
🐛 PHP files are syntax highlighted as if they were HTML

Correct

On Sun, 19 Mar 2023, 22:04 Nicky Gerritsen, @.***> wrote:

This seems to happen only when the <?php is not in the diff. Example: [image: image] https://user-images.githubusercontent.com/550145/226185092-f5db8989-d889-4587-9ad9-cd7462f3438a.png

— Reply to this email directly, view it on GitHub https://github.com/dandavison/delta/issues/1207#issuecomment-1475285335, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADS4YUATSO5CUHDXKYIFJTW44N6JANCNFSM6AAAAAARA4NQ24 . You are receiving this because you authored the thread.Message ID: @.***>

Created at 3 days ago
issue comment
Owned n/a and avatar not displayed

I can see the problem. It seems we assume all avatars are in JPG format, however you are using GIF. We will need to add support for non-JPG formats!

Created at 2 weeks ago
issue comment
Owned n/a and avatar not displayed

I mean your Steam profile.

On Wed, 8 Mar 2023, 10:41 Aaron Wiora, @.***> wrote:

https://club.steam250.com/me?_gl=1oin1s6_gaNjM0ODQ1NDQ4LjE2NjUxODAxNzE._ga_3KQ63JYWJC*MTY3ODI3MTg2OC4yMi4wLjE2NzgyNzE4NjguMC4wLjA .

— Reply to this email directly, view it on GitHub https://github.com/250/Steam-250/issues/46#issuecomment-1459965738, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADS4YUJCOW4L4QOLELS32TW3BO5ZANCNFSM6AAAAAAVTR522E . You are receiving this because you commented.Message ID: @.***>

Created at 2 weeks ago
issue comment
Owned n/a and avatar not displayed

Please supply your profile link.

On Wed, 8 Mar 2023, 10:00 Aaron Wiora, @.***> wrote:

It says "owned n/a" but after 2 minutes or so it updates and shows it correctly. Could this be because my large library takes long to load (500+ games) ? The avatar isn't displayed in this view. Signing in and out using the button did not help. [image: Screenshot 2023-03-08 104011] https://user-images.githubusercontent.com/17088412/223679500-a31c222e-21b9-4efb-8e1c-1f919b548b3a.png In profile view avatar is also not displayed. Pressing the sync button here did not fix the issue. [image: Screenshot 2023-03-08 104829] https://user-images.githubusercontent.com/17088412/223679682-0c5229e5-fa7e-4597-b057-ed873b0da6f5.png In the list view it show my games as owned even though main view shows "owned n/a" [image: Screenshot 2023-03-08 105001] https://user-images.githubusercontent.com/17088412/223680100-88c5c8a8-6fef-4812-8d2c-9edf7cb76dc0.png Tested in chrome and Firefox.

— Reply to this email directly, view it on GitHub https://github.com/250/Steam-250/issues/46, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADS4YXNWL57PWYIIIEMVMDW3BKDRANCNFSM6AAAAAAVTR522E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Created at 2 weeks ago

Built from 77cc68eadba950edbdfb258d618ceb84430f5aa5.

Created at 2 weeks ago

Added privacy policy page.

Created at 2 weeks ago
issue comment
[DomCrawler] Give choice of used parser

Anything that defaults to true is a poor default in my (pedantic) view. This might be better inverted to useXmlParser, which defaults to false (and thus uses the HTML 5 parser by default, in keeping BC).

Created at 2 weeks ago
closed issue
Web developer toolbar fails to load with security-bundle

Symfony version(s) affected

6.2.4

Description

The web developer toolbar fails to load with security-bundle 6.2.3.

Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "authenticatorManagerEnabled" nor one of the methods "authenticatorManagerEnabled()", "getauthenticatorManagerEnabled()"/"isauthenticatorManagerEnabled()"/"hasauthenticatorManagerEnabled()" or "__call()" exist and have public access in class "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector"." at symfony\security-bundle\Resources\views\Collector\security.html.twig line 7

How to reproduce

Seems to occur with the following security configuration:

  firewalls:
    dev:
      pattern: ^/(_(profiler|wdt)|css|images|js)/
      security: false

    main:
      stateless: true # comment this out to avoid the bug

Possible Solution

No response

Additional Context

Does not happen with Symfony 5.4.

Created at 3 weeks ago
create tag
Bilge create tag 7.1.3
Created at 3 weeks ago

Fixed user profile avatar parsing for fancy border images.

Created at 3 weeks ago

Fixed user profile avatar parsing for fancy border images.

Created at 3 weeks ago

Added completion message at end of sync job.

Created at 1 month ago
Created at 1 month ago
issue comment
PHP patch version ignored

I would appreciate if you did not just close this without comment. If you're not going to support this then, at the very least, specifying a patch version should result in an error, because the current behaviour (rounding up to the latest version) is definitely not a good behaviour. If patch version is specified but not supported then stop and throw an error back to the user to let them know.

Created at 1 month ago
opened issue
PHP patch version ignored

Describe the bug This action only cares about the PHP major/minor version, but ignores the patch version (major.minor.patch).

Version

  • [ ] I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • [x] v2
  • [ ] v1

Runners

  • [x] GitHub Hosted
  • [ ] Self Hosted

Operating systems ubuntu-latest

PHP versions 8.1.13

To Reproduce

jobs:
  Test:
    strategy:
      matrix:
        php:
          - 8.1.13
          - 8.2.0

    runs-on: ubuntu-latest
    steps:
      - name: Setup PHP ${{ matrix.php }}
        uses: shivammathur/setup-php@v2
        with:
          php-version: ${{ matrix.php }}

Expected behavior Install exact PHP version (including patch version).

Screenshots/Logs image

Additional context https://github.com/Provider/Steam/actions/runs/4223861211/jobs/7334088925

Are you willing to submit a PR? No lol

Created at 1 month ago

Pinned PHP CI versions to avoid Fiber GC segfaults.

Created at 1 month ago

Pinned PHP CI versions to avoid Fiber GC segfaults.

Created at 1 month ago

Built from a8926899760fa980508028bb48cc321c086322ee.

Created at 1 month ago