Rotzbua
Rotzbua
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Remove outdated NodeJS version checks because they are...
## Changes Breaking: - change default encoding to aes128g - change subscription interface - Remove legacy GCM - Remove old Chrome subscription support Feature: - convert contentEncoding to typesafe enum...
@Minishlink some task I think that should be done before a release. - [x] There is legacy code to support early Chrome push by firebase. This is deprecated by google....
Possible configuration for pre-commit as suggested in #600 . Second commit just formats the code and may should be dropped before merge and done by maintainer.
Since I made some changes to the code and was never 100% sure that they didn't change something unexpected I thought it would be useful to add tests. ### Procedure...
## Suggestion `pre-commit` is a tool that formats and checks the changed code before each commit. ## Pro One advantage is that it automatically sets up its own environment for...
This issue is to collect resources and plan the migration. ## Reason The old installation with `setup.py` is deprecated. ## Reference * https://packaging.python.org/en/latest/specifications/ * https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ * https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
**Baikal version**: 0.9.3 **Expected behaviour**: No security warning from `composer`. **Current behaviour**: > Found 1 security vulnerability advisory affecting 1 package. ``` +-------------------+----------------------------------------------------------------------------------+ | Package | twig/twig | | CVE...
**Baikal version**: 0.9.3 **Expected behaviour**: No abandoned package. **Current behaviour**: Composer warns about abandoned package. > Package php-cs-fixer/diff is abandoned, you should avoid using it. No replacement was suggested. **Steps...