Training C++ project.
YanaKuznetsova/CSCSpring2016 1
Spring 2016 CSC Project (Android)
spring internship 2017
YanaKuznetsova/draw-a-fractal 0
Project: Draw a Fractal
YanaKuznetsova/JavaRushInternship-Topjava-graduation 0
Graduation Project (https://github.com/JavaWebinar/topjava/blob/doc/doc/graduation.md)
YanaKuznetsova/JavaRushTasks 0
Java Multithreading quest & Java Collections quest
Project: Minesweeper
YanaKuznetsova/name-badges-printer 0
Project: Name Badges Printer
PR opened JetBrains/ideolog
Also:
- Change icon to svg
- Upgrade intellij gradle extension and gradle itself
- Show edit dialog for format right after creation
pr created time in 2 hours
push eventJetBrains/clrmd
commit sha d6e2f86788a6c2f1fcb4b40d03377d013ee07fa3
Fixed microsoft#931 IOException when import some core dump
push time in a day
push eventJetBrains/clrmd
commit sha cacde70f7040cc8f6df08b58d3da3d55f612dd26
Fix the check of DAC & CoreCLR versions when they are not versioned Fixes # 929 (cherry picked from commit e4507d38dbdc70d31acb5b2944bac94ba4f3933a)
push time in a day
push eventJetBrains/clrmd
commit sha 52b244f9b62e7a4e398f0cd9cb99d3c9a76f3130
More PoH fixes (#924)
commit sha 957981f36eeccb6e9d266407df6522ca5cfbd899
Kill the process created by DataTarget.CreateSnapshotAndAttach (#926) * Kill the process created by DataTarget.CreateSnapshotAndAttach * Add try / catch * Catch all exceptions + add trace
push time in a day
push eventJetBrains/phpstorm-stubs
commit sha 85b9747525d4e0d421decb7a27b64c947ac08553
typo
push time in 2 days
PR merged JetBrains/phpstorm-stubs
https://github.com/phpredis/phpredis#brpoplpush
rename some function names.
pr closed time in 2 days
pull request commentJetBrains/gradle-idea-ext-plugin
Add missing annotation to BuildIdeArtifact
@vladsoroka Thank you for merging! Any idea when there will we a new release of idea-ext including the changes?
comment created time in 3 days
push eventJetBrains/phpstorm-stubs
commit sha 9916e7af34e90e6f26a59b04983355ddb7bba646
Fix RecursiveCallbackFilterIterator __construct
push time in 3 days
pull request commentJetBrains/gradle-idea-ext-plugin
Add missing annotation to BuildIdeArtifact
Thanks Stefan!
comment created time in 3 days
push eventJetBrains/gradle-idea-ext-plugin
commit sha 5d16b7474abbe6340863d97fa39d4fec26f18244
Add missing annotation to BuildIdeArtifact Without the annotation, the task won't work on Gradle 7.x
commit sha b07854f4adbbde7f7c88c52216f11c1c2bfd9e91
Merge pull request #123 from wolfs/fix-deprecation-warnings Add missing annotation to BuildIdeArtifact
push time in 3 days
PR merged JetBrains/gradle-idea-ext-plugin
Without the annotation, the task won't work on Gradle 7.x
pr closed time in 3 days
PR opened JetBrains/phpstorm-stubs
https://github.com/phpredis/phpredis#brpoplpush
rename some function name.
pr created time in 3 days
pull request commentJetBrains/phpstorm-stubs
Sorry, i don't have a full blown development environment for this stubs. I can't fix more than this, it was a quick change with just a texteditor. Should i close this when i can't resolve it properly?
comment created time in 3 days
Pull request review commentJetBrains/phpstorm-stubs
interface JsonSerializable * which is a value of any type other than a resource. * @since 5.4 */+ #[LanguageLevelTypeAware(['8.1'=>'mixed'], default: '')]
Please also add class LanguageLevelTypeAware to imports and perform docker-compose -f docker-compose.yml run php composer cs-fix -d /opt/project/phpstorm-stubs to fix code-style related problems
comment created time in 3 days
pull request commentJetBrains/phpstorm-stubs
Thanks for the hint. Changed it.
comment created time in 4 days
startedyerseg/access_control_service
started time in 5 days
pull request commentJetBrains/phpstorm-stubs
@brainfoolong while your fix is correct for PHP 8-8.1 it's wrong for PHP < 8 as far as mixed typehint was introduced in PHP 8 and thus overriding this method in PHP < 8 will produce false positive warnings. To avoid this please use #[LanguageLevelTypeAware] attribute like
#[LanguageLevelTypeAware(['8.1'=>'mixed'], default: '')]
public function jsonSerialize();
comment created time in 6 days
push eventJetBrains/phpstorm-stubs
commit sha 938a205693fc6a84a854a5380f66f90896b7d856
fix parle stub ERROR_UNKNOWN_TOKEN
push time in 6 days
PR merged JetBrains/phpstorm-stubs
https://github.com/weltling/parle/commit/a34fbdcc264422c1a5f9e315866b12daba2f5da0
pr closed time in 6 days
push eventJetBrains/phpstorm-stubs
commit sha 5b46acd2325982cb4a5be8c969a18da5ad79458b
Add FFI::addr() autocomplete
push time in 6 days
PR merged JetBrains/phpstorm-stubs
Added completition for FFI::addr() function.
pr closed time in 6 days
PR opened JetBrains/phpstorm-stubs
https://github.com/weltling/parle/commit/a34fbdcc264422c1a5f9e315866b12daba2f5da0
pr created time in 6 days
PR opened JetBrains/phpstorm-stubs
Added completition for FFI::addr() function.
pr created time in 6 days
pull request commentJetBrains/phpstorm-stubs
@williamdes You meant changing
array|Traversabletoiterable, right? There were more occurances of that in the file so I fixed them all.
Yup, thank you !
comment created time in 6 days
push eventJetBrains/phpstorm-stubs
commit sha bdf831e309b5a3f2e74547c42208e28a2db466a8
Fix \Ds\Set::__construct()
commit sha 27836d08c1021c2cfbecb4910a715d18ce2c757f
Update ds.php
push time in 6 days
PR merged JetBrains/phpstorm-stubs
The stubs are declared according to PHP documentation. However the documentation is bugged.
See my reports: https://bugs.php.net/bug.php?id=81157 https://github.com/php-ds/ext-ds/issues/167
pr closed time in 6 days
pull request commentJetBrains/phpstorm-stubs
@williamdes You meant changing array|Traversable to iterable, right? There were more occurances of that in the file so I fixed them all.
comment created time in 6 days