Krystian Marcisz

Results 18 issues of Krystian Marcisz

[PushOver API "Users, Groups, and Devices"](https://pushover.net/api#identifiers) states that: > Messages may be addressed to multiple specific devices by joining them with a comma (such as device=iphone,nexus5). Right now if you...

I think it would a great benefit to define the whole JSON schema for the file containing package data instead of listing it all in README.

Currently, when you run `doctrine:fixtures:load` and there are no fixtures to load the command [returns `1`](https://github.com/doctrine/DoctrineFixturesBundle/blob/3.3.x/Command/LoadDataFixturesDoctrineCommand.php#L119) together with an error message. In our use-case, we have created a skeleton application...

HWIOAuthBundle always uses `UserChecker` provided by [Symfony Security Component](https://github.com/symfony/security/blob/master/Core/User/UserChecker.php) with alias [hwi_oauth.user_checker](https://github.com/hwi/HWIOAuthBundle/blob/master/DependencyInjection/HWIOAuthExtension.php#L93). Currently I'm using HWIOAuthBundle with FOSUserBundle to allow Facebook login. I started working on ability to ban users...

Feature request

### Description #1017 done again after 4 years

**Is your feature request related to a problem? Please describe.** Currently, in our Datadog metrics, we can see `trace.lumen.request.hits`. We are using it on several dashboards. Because we are using...

feature-request

**Bug Description** While looking at [Spectator v4 featured games docs](https://developer.riotgames.com/apis#spectator-v4/GET_getFeaturedGames) object `FeaturedGameInfo` doesn't have `gameTypeConfigId` field that is returned by API **Problem Description** `gameTypeConfigId` field should be part of the...

Options can be passed via data attributes or JavaScript. For data attributes, append the option name in lowercase to data-, as in data-barcolor="".

This is a failing test for #389, please see it for more details.

### Bug Report | Q | A |---------------- | ------ | BC Break | - | Library Version | main branch | PHP version | 8.1.17 #### Summary We are...