-
See https://developers.google.com/publisher-ads-audits
Is it possible to enable these audits in the HA tests?
cc @brendankenny @pmeenan
-
-
Nous somme en train de mettre en place Frago pour publier nos audits du site https://iroco.co
Comme nous utilisons la plateforme d'intégration continue CircleCI (comparable aux Github Actions). Voi…
-
Current audits are up to the minute, but the archive is 1-2 days behind. It would be useful to have both available.
-
Hi,
I want to use sctomedia for multiple audio audits for each observation. How do I go about that?
-
I do code audits for companies from time to time, and it would be great if Reviewable supported those so that I can recommend it to them for that purpose.
A code audit is different from a normal PR…
-
View audits - with a filter
-
@MGatner
I'm new to codeigniter 4
Passionate about technology solutions since 1987
During this period I worked in several areas, some of which stood out
Builders / Dealers / Trade / Industry / Lo…
-
**Problem statement**
I want to be able to display the status of the requirement assessment compared to the policy (compliant, non-compliant, partially compliant) and the status compared to the work …
-
It seems this code is returning no record:
```rb
@race = Race.includes(entries: [:runner]).find(params[:id])
```
whereas this code is correctly returning a record:
```rb
@race = Race.find(…