Sergey M.
Sergey M.
In contrast to other media features, [color-gamut](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/color-gamut) and [any-pointer](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/any-pointer) can match multiple values at the same time. For example, if the user display supports DCI-P3, the following expressions will match:...
On consoles many games like racing consider the sticks angle: if the stick is leaned a bit, the virtual car turns a bit, if the stick is leaned to the...
Значение кастомного поля с типом `SMART_ADDRESS` (поле адреса с отдельными полями для индекса, города и т.д.) должно иметь вид: ```json { "id": 123142214, "values": [ { "subtype": "address_line_1", "value": "ул....
Например, https://vimeo.com/channels/staffpicks/146781934 Фоторама распознаёт идентификатор `channels`, хотя должен быть `146781934`.
Sometimes there is a need to rebuild columns of selected element when window is not resized. Now there is no way to do it. This feature can be added by...
Sometimes there is a need to rebuild columns when window is not resized. Before it could be done by `$(window).resize()`, but it awakes all other plugins listening to window resize...
This is not a problem in angular-i18next. But I think you can improve the usage experience by considering this i18next feature in any way. It is a problem because Angular...
At the moment the tests run in insecure environment (http://localhost). Browsers behave differently in secure (HTTPS) environment and the agent is designed to work in secure environment. A solution that...
A user encounters canvas fingerprint changes on their Google Pixelbook with Chrome 87. In order to reproduce on the laptop, they open https://fingerprintjs.github.io/fingerprintjs/ (it doesn't matter whether the tab is...
We use [Karma](https://karma-runner.github.io) and [BrowserStack](https://browserstack.com) to test FingerprintJS [v3](https://github.com/fingerprintjs/fingerprintjs/tree/v3) in many browsers. Fingerprint must persist between regular and incognito mode of browser, therefore we should run our tests in incognito...