Johannes Hertenstein
Johannes Hertenstein
It would be neat if polyfll-injector supported default sets: https://polyfill.io/v2/docs/features/#default-sets This way one could define `polyfills: [ 'default' ]` and have a good starting point for further polyfilling.
While running tests I stumbled upon the following edge-case with boolean search: When searching for a uuid (which uses 'control characters' in it, tntsearch runs into PHP errors. ## Reproduction...
Resolves #30 I have noticed, that if multiple users (or orgs) share a repository with the same name, then the `pull_request_count` metrics will cause an error while collecting metrics because...
### Description If a class subject to proxy compilation contains certain strings, the proxy compilation will interpret them as the class / interface name and throw an exception saying, that...
I have one specific feed ( https://www.codingblocks.net/podcast-feed.xml ) which does some user agent filtering in the backend which will redirect all user agents from automated tools (e.g. curl) to a...
# Description Adds the ability of using the following prefixes instead of emoji: * `start::` * `scheduled::` * `due::` * `completion::` * `recur::` These are the same that are supported...
When using tiny-date-picker in a timezone that is not GMT the date objects in the state do not always correspond to the correct dates in your timezone. Example: https://codepen.io/j6s/pen/OaZyLJ ...
Hello, as i mentioned in an other ticket, i am building a constantly running bot. However i get a Connection reset after some time (ECONNRESET). I have not yet analyzed...
Should the callback be empty or a console log of the err by default?
Hello. I am using node-oscar to build a temporary fix for a friend (He can not join chatrooms, so i built a bot to forward the chat). It works perfectly,...