Valve

Results 16 issues of Valve

SELECT sum(idx_blks_read) as idx_read, sum(idx_blks_hit) as idx_hit, sum(idx_blks_hit) - sum(idx_blks_read)) sum(idx_blks_hit) as ratio FROM pg_statio_user_indexes;

http://vim.wikia.com/wiki/Sort_lines

enhancement

Может иметь значение большее 0 Это неправильно, нужно писать либо `больше 0`, либо `большее, чем 0` (первый вариант предпочтительнее, на мой взгляд)

When I zoom the page in FF, I get different FPs, because the `canvas.toDataURL` returns different results for different zoom levels.

bug
help wanted
hard

Looks like it's not possible to do the marshaling with indentation. Please consider adding this as a feature

enhancement

If I clear all history in the last 1 hour (see example below), I get a new identifier. ![image](https://user-images.githubusercontent.com/27387/107431521-2e818b80-6aec-11eb-9491-4eb0bd5dff5c.png) I'm using Chrome 88 on latest MacOS

documentation

I'm getting two different identifiers when I'm using a "guest" profile on Chrome + Mac OS.

documentation

When I'm reading the code example in the readme: ```kotlin // Initialization val fingerprinter = FingerprinterFactory .getInstance(applicationContext, Configuration(version = 3)) ``` This part `version = 3` seems random and arbitrary...

1. Explain why we need to call the server API in one sentence (it's a server-to-server, secure way of getting the botd results back). 2. Get rid of the the...

1. Have correct and context-aware doc links available by every code example (use entity and section deep-linking for that). 2. Supported stuff table should be more interesting. Put the stuff...