Tomek Wytrębowicz
Tomek Wytrębowicz
Fixes https://github.com/exussum12/coverageChecker/issues/72 This is one way to address the above issue. If "no lines" is considered an error, which makes it impossible to produce a meaningful result, we should return...
When I call `diffFilter` on an empty change set, it logs a "No lines found!" error but returns a `0` success code. For example: ```sh diffFilter --phpcsStrict < (git diff...
and output a valid result. Fixes https://github.com/exussum12/coverageChecker/issues/72 This is one way to address the above issue. We can assume that if no lines were changed, therefore there are no PHPCS...
:warning: this PR is based on https://github.com/woocommerce/woocommerce/pull/33827 - it does not have to be connected, but it's easier to guide to the actual use- and test case I have. ###...
I would like to use `slot` element in my shadow root, to distribute some light there. https://codesandbox.io/s/react-shadow-forked-ecmem?file=/public/index.html:1591-1932 ```html q { font-family: Times, "Times New Roman", serif; font-size: 2em; } There...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When I run `bundlewatch` on Travis-CI for a push event, `ci-env` sets base...
**Do you want to request a *feature* or report a *bug*?** Report a bug. **What is the current behavior?** When I run bundlewatch in a GitHub action on a branch...
@warpech, @eriksunsol https://github.com/Palindrom/JSONPatcherProxy/pull/45 changes Palindrom behavior in respect of numbers `> Number.MAX_SAFE_INTEGER`. This change checks that `Number.MAX_SAFE_INTEGER == Number.MAX_SAFE_INTEGER +1 // true` and do not emit a patch, therefore such...
I think it would be useful to compare how switching to Proxified JSON Patch affects Palindrom apps' first page load. Also, it would help to track our progress during maintenance...
### Steps to reproduce Use `` without any CSS nor attributes #### Live Demo https://jsbin.com/qodiqep/3/edit?html,css,output ### Expected result UX and DevX of the editor should be pleasing ### Actual result...