Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,370 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 47 commits in 7 repositories
Created 4 repositories
- stof/source-map-explorer TypeScript
- stof/google-fonts-plugin TypeScript
- stof/packagist-mirror PHP
- stof/phpstan HTML
Created a pull request in phpstan/phpstan-src that received 16 comments
Fix support for classes named after pseudotypes in phpdoc
The non-standard pseudotype int|float will be used only if the resolved class does not exist.
Closes phpstan/phpstan#4039
Opened 35 other pull requests in 8 repositories
scssphp/scssphp
2
open
22
merged
1
closed
- Fix BC with projects disabling the CWD-based import resolution
- Improve the pscss CLI
- Fix sourcemaps for the compressed output
- Fix phpdoc in the compiler
- Update the changelog for 1.4
- Update website
- Remove usage of the deprecated setFormatter method in SassSpecTest
- Fix usage with iconv but not mbstring
- Improve the Makefile to ensure vendors are uptodate
- Refactor the resolution of imports to be spec compliant
- Fix the registration of load paths in pscss
- Add a better error rendering of sass errors in pscss
- Add a factory method for SassScriptException with an argument name
- Expose SassScriptException as a non internal class
- Improve phpdoc
- Forbid using our own deprecated APIs outside legacy tests
- Remove remaining references to the old ruby scss tests
- Use separate compiler instance for each spec test
- Fix sourcemaps
- Migrate CI to github actions
- Update the doc for the website
- Fix the matching of the space ending an escape sequence
- Fix the behavior of str-index
- Fix the behavior of to-uppercase and to-lowercase
- Deprecate color arithmetic
sass/sass-spec
3
merged
webysther/packagist-mirror
2
merged
symfony/maker-bundle
1
merged
danvk/source-map-explorer
1
open
silexphp/Pimple
1
merged
SirPole/google-fonts-plugin
1
open
phpstan/phpstan
1
merged
Reviewed 80 pull requests in 31 repositories
symfony/symfony 22 pull requests
- [Mailer] introduce debug command - DX
- [Console] Use a partial buffer in SymfonyStyle
- [TwigBridge] Add form templates for Bootstrap 5
- [VarDumper] fix casting resources turned into objects on PHP 8
- [Yaml] fix lexing strings containing escaped quotation characters
- [Security] Automatically register custom authenticator as entry_point (if supported)
- [DomCrawler] Cache discovered namespaces
- [HttpFoundation] Typo on deprecation package name
- [Form] prevent duplicated error message for file upload limits
- [DoctrineBridge] Require doctrine/persistence 2
- [DoctrineBridge] drop binary variants of UID types
- [TwigBridge] Overwrote Symfony\Bridge\Twig\Mime\TemplatedEmail::ensureValidity()
- [Notifier] Added telnyx notifier bridge
- [Finder] Minor : Removed typo (extra "the" term) in hasResults() method documentation
- [Ldap] Fix undefined variable $con
- [Config] Recheck glob brace support after GlobResource was serialized
- [Validator] Remove IsinValidator's validator dependency
- [Ldap] Fix pagination
- [Messenger][SQS] Make sure one can enable debug logs
- [Console] Fix ANSI when stdErr is not a tty
- [Console][Yaml] Linter: add Github annotations format for errors
- [Intl] deprecate polyfills in favor of symfony/polyfill-intl-icu
composer/composer 8 pull requests
- WIP: API for self-hosted bitbucket instance
- Fix mirror updates when adding new reqs and dev-reqs are present
- InstalledVersions: add more information about packages
- Fix phpstan phpdocs issues
- Explicit conflicts should conflict with aliases of packages too
- Platform check: Trigger native PHP error
- Fix HTTP status when Platform check failed
- Add article on resolving merge conflicts
scssphp/scssphp 8 pull requests
- Fix #273 and escaped selector sass-spec test
- Append the lib version as a cache invalider
- Refactor compilation result
- Fix usage with iconv but not mbstring
- Refactor the resolution of imports to be spec compliant
- Improve the Makefile to ensure vendors are uptodate
- Update build badge per #229
- Migrate CI to github actions
twigphp/Twig 5 pull requests
doctrine/DoctrineBundle 4 pull requests
FriendsOfPHP/security-advisories 3 pull requests
symfony/recipes 3 pull requests
symfony/monolog-bundle 2 pull requests
FriendsOfSymfony/FOSJsRoutingBundle 2 pull requests
symfony/demo 2 pull requests
symfony/flex 1 pull request
willdurand/BazingaJsTranslationBundle 1 pull request
sass/sass 1 pull request
twbs/bootstrap 1 pull request
keenlabs/KeenClient-PHP 1 pull request
doctrine/rst-parser 1 pull request
doctrine/.github 1 pull request
simonberger/symfony 1 pull request
ciaranmcnulty/phpspec-githubactions 1 pull request
symfony/webpack-encore 1 pull request
composer/packagist 1 pull request
composer/semver 1 pull request
benjaminkott/bootstrap_package 1 pull request
xabbuh/panda-client 1 pull request
carsonbot/carsonbot 1 pull request
Created an issue in scssphp/scssphp that received 12 comments
Investigate native support for stream wrappers for import paths
#214 reports than Gantry 5 overrides the importer-related methods to use their gantry-theme stream wrapper to resolve file.
We should look at a way…
Opened 39 other issues in 16 repositories
scssphp/scssphp
17
open
3
closed
- Mixin content is not spec compliant
- Nested imports are broken when importing childless at-rules
- Escaping in identifiers is not spec compliant
- Single equal sign in function arguments is not reported as an error
- The handling of CSS custom properties is not spec compliant
- The handling of supports rules is not spec compliant
- pscss should support outputing to a file
- Extract SassScript functions outside the Compiler class
- Values as typed objects
- Rework SassSpecTest to read hrx and identify specs in the same way than the official runner
- Imports don't support the SASS_PATH environment variable
- Imports are not spec compliant
- [RFC] Overhaul the cache API
- Sourcemaps are invalid when using UTF-8
- The tests are failing with iconv but without mbstring
- [RFC] Introduce a logger for warnings
- [RFC] Stateless API for the compiler
- Remove the counter function
- Equality rules are not spec compliant
- [RFC] Deprecate the scssphp-glob() function