-
Currently, we can see [issues with the code](https://www.codacy.com/app/fossasia/badgeyay/issues)
We remove most of them! A clean code improves readability and speeds up development.
Please see …
-
Hi,
Please tell me when I use a vpn whoer.net shows me Anonymizer : vpn how to disable that ?
Thanks!
-
In our current anonymizer we generate [one random variable per noise layer](https://github.com/Aircloak/aircloak/blob/master/cloak/lib/cloak/query/anonymizer.ex#L257-L260), each from it's own [individ…
-
On the teambank data set, the following query crashes:
```SQL
SELECT left(cast(buchungsDatum as text), 7) as month, extract_match(verwendungszweck,
'Aldi|Edeka|Rewe|Amazon|IKEA') as shop, avg(betr…
-
Allow the possibility to register an optional bean that should be used in logging to anonymize/format the email `toString() `value.
Maybe someone does not want to store private content in the logs or…
-
An idea of a feature: an option to choose an unofficial mirror of Baka-Tsuki or a non-specific anonymizing “proxy” server (not related to Baka-Tsuki specifically), such as http://h_t_t_p_s.www.baka-ts…
-
As part of #1448 I noticed some Edge-style patterns that were being detected as Chrome.
Most of them were because the version number has been obfuscated, similar to the Firefox/Chrome/Safari ones m…
-
first of all, thank you so much this library is awesome :)
but i'm having some issue with CORS and based on #20 looks like you fixed the problem but npm package is outdated. also there is no function…
-
Trying to load an image through an anonymizer like nullrefer.com breaks it, see [this fiddle](https://jsfiddle.net/eajcfahg/) or the following minimal example:
```
$(document).ready(function() {…
-
We have more complex anonymization steps which rely on other anonymization building blocks. Examples are `avg` (using `sum` and `count`), and `stddev` using `avg`.
The individual building blocks us…