- United Kingdom
- https://www.red-dove.com/
- https://ko-fi.com/vsajip
Block or Report
Block or report vsajip
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
python-gnupg
python-gnupg PublicA Python API for the GNU Privacy Guard (GnuPG). N.B. This repository has been migrated from Mercurial on 2019-11-16, so references to commits before this date will refer to the Mercurial source and…
-
py-cfg-lib
py-cfg-lib PublicA Python library for working with the CFG configuration format.
-
-
sphinx_sizzle_theme
sphinx_sizzle_theme PublicThis is a theme for Sphinx. It was inspired by the Guzzle theme, but has diverged quite a bit.
SCSS 4
445 contributions in the last year
| Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Contribution activity
February 2024
Created 26 commits in 4 repositories
Created 6 repositories
-
vsajip/congo-tests
This contribution was made on Feb 20
-
vsajip/delta
Rust
This contribution was made on Feb 19
-
vsajip/javacc21-ls
Java
This contribution was made on Feb 16
-
vsajip/PrivateBin
PHP
This contribution was made on Feb 6
-
vsajip/just
Rust
This contribution was made on Feb 6
-
vsajip/django-sesame
Python
This contribution was made on Feb 2
Created a pull request in congo-cc/congo-parser-generator that received 2 comments
Implement reapers for parsers generated in Python and C#.
These don't use the visitor pattern, but instead focus only on the Parser class, where almost all of the benefits are to be had. Unreferenced metho…
Opened 24 other pull requests in 2 repositories
congo-cc/congo-parser-generator
1
open
22
merged
-
Update example build files to build polyglot parsers.
This contribution was made on Feb 20
-
Improve C# reaper and template.
This contribution was made on Feb 20
-
Improve error reporting for C# parsing exceptions.
This contribution was made on Feb 19
-
Make small improvements to reapers.
This contribution was made on Feb 19
-
Add a test for preserving unparsed tokens in the tree.
This contribution was made on Feb 19
-
Improve C# template code and tidy up other templates.
This contribution was made on Feb 18
-
Improve handling of constructs such as comments and pragmas.
This contribution was made on Feb 18
-
Bring Python/C# templates in sync with Java templates in a few areas.
This contribution was made on Feb 16
-
Handle the case where an immutable processor symbol map might be pass…
This contribution was made on Feb 15
-
Fix Windows encoding issue and re-enable CI tests on Windows/JDK 17.
This contribution was made on Feb 14
-
Improve logging during reaping.
This contribution was made on Feb 14
-
Fix problems with C# grammar in fault-tolerant mode.
This contribution was made on Feb 12
-
Refactor test to remove duplication.
This contribution was made on Feb 10
-
Add tests for nested lookahead.
This contribution was made on Feb 9
-
Bring C# templates up to date.
This contribution was made on Feb 9
-
Add framework for miscellaneous tests.
This contribution was made on Feb 6
-
Implement logging, and tweak Java file generation such that all files…
This contribution was made on Feb 6
-
Provide the ability to override grammar settings via environment or c…
This contribution was made on Feb 6
-
Implement LEGACY_GLITCHY_LOOKAHEAD in Python templates.
This contribution was made on Feb 6
-
Update templates to use follow sets only when settings.faultTolerant …
This contribution was made on Feb 3
-
Only generate follow sets in fault-tolerant mode.
This contribution was made on Feb 3
-
Refactor Node.dump() to take a PrintStream argument.
This contribution was made on Feb 2
-
Make changes relating to getting internal parsers working and smoke-t…
This contribution was made on Feb 1
bottlepy/bottle
1
open
-
Update GitHub workflow with more recent versions of Python and GitHub actions.
This contribution was made on Feb 2
Reviewed 6 pull requests in 2 repositories
python/cpython
5 pull requests
-
gh-115032: Update DictConfigurator.configure_formatter() comment about
fmtretry.This contribution was made on Feb 13 -
gh-115233: Fix an example in the Logging Cookbook
This contribution was made on Feb 12
-
Update LOGGING example taken from Django docs.
This contribution was made on Feb 2
-
Update venv activate.bat to escape custom PROMPT variables on Windows
This contribution was made on Feb 2
-
gh-101100: Fix sphinx warnings in
howto/logging.rstThis contribution was made on Feb 1
vsajip/python-gnupg
1 pull request
-
Add auto locate key support
This contribution was made on Feb 2
Created an issue in congo-cc/congo-parser-generator that received 9 comments
C# grammar allows random # characters in source code without flagging errors
For example, #pragma warn disable 999 # # # #### # namespace foo.bar### { #if true /* This is a comment. */ #else // This is another. #endif } is p…
Opened 3 other issues in 1 repository
congo-cc/congo-parser-generator
1
open
2
closed
-
C# grammar doesn't handle compiler pragmas
This contribution was made on Feb 13
-
Internal parsers seem to be not usable
This contribution was made on Feb 1
-
Cannot update bootstrap jar - failure related to setting a production node property?
This contribution was made on Feb 1
Started 13 discussions in 3 repositories
congo-cc/congo-parser-generator
-
What's the exact purpose of this generated method?
This contribution was made on Feb 20
-
Having trouble collecting pragma directive
This contribution was made on Feb 17
-
Improving recover methods
This contribution was made on Feb 16
-
Running into a problem with templates, not sure of reason
This contribution was made on Feb 11
-
Testing the nested lookahead stuff
This contribution was made on Feb 9
-
Regeneration seems too lax when deciding which files to regenerate
This contribution was made on Feb 6
-
In this macro, a value seems to be overwritten unconditionally - why are the initial assignments made?
This contribution was made on Feb 5
-
Why this special form of identifier? Why not just `reachedScanCode`?
This contribution was made on Feb 5
-
Why is there a large magic number here, rather than a more definitive termination condition?
This contribution was made on Feb 3
-
Can outerFollowSet be private? Asking because it isn't reaped even when a parser isn't using it at all ...
This contribution was made on Feb 3
-
Why does there need to be this loop in the reaper?
This contribution was made on Feb 2
freemarker/freemarker3
-
Freemarker features questions
This contribution was made on Feb 9
community/community
-
Where's the API for merging forks with upstream?
This contribution was made on Feb 6
Answered 1 discussion in 1 repository
community/community
-
Where's the API for merging forks with upstream?
This contribution was made on Feb 6






