Frank van Gemeren
Frank van Gemeren
I was assigning 2 slightly different criteria to 2 EMongoDocumentDataProviders but for some reason, the criteria of the second overwrote the criteria of the first. Because the getData of the...
The 'criteria' key in the dataprovider constructor does not work. In PHPDoc of EMongoCriteria: 'criteria' = array( 'conditions'=>array( Should be 'conditions'=>array(
Writing unit testable code can be tricky, and writing it for async code is even harder. Having unit tests for the examples would give readers an insight in the relative...
In order to limit the number of calls to the api server, would it make sense to do 1 big query of the pods instead of multiple queries? This will...
Please consider exposing adding request headers to the CLI. I tried to get it working, but I'm hitting a wall: ``` .option( '-H, --headers , 'a request header to pass...
…anymore. Maybe I shouldn't throw the SyntaxError though. What do you think?
Please support 'fr' units, as listed on https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns . Original request: https://github.com/CSSLint/csslint/issues/691
- Add `space-evenly` and potentially others to `justify-content` (https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) - Add `break-word` and potentially others to `word-break` (https://developer.mozilla.org/en-US/docs/Web/CSS/word-break) Locations for a fix: https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L290 and https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L488 See CSSLint/csslint#757
A project that works fine with pytest starts throwing DeprecationWarnings the moment I add `from webexteamssdk import WebexTeamsAPI` ``` venv/lib/python3.8/site-packages/future-0.18.2-py3.8.egg/future/standard_library/__init__.py:65 /Users/frvge/myproject/venv/lib/python3.8/site-packages/future-0.18.2-py3.8.egg/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of...
@nschonni , @stubbornella , do you think it makes sense to mark csslint as deprecated? stylelint has superseded it in most ways.