Enz000

Results 6 comments of Enz000

Hey @PeroyNel Craco is not supported by the last release of tailwind, it's more simple now ! read the doc here https://tailwindcss.com/docs/guides/create-react-app Hope i help you πŸ‘

see the api method in the readme you need to implement a javascript method ``` const siteKey = '*****************-**-******-******'; //either on page load grecaptcha.ready(function() { grecaptcha.execute(siteKey, { action: 'homepage' }).then(function(token)...

it can be interesting if you add XML / Yaml format 😁

Hello πŸ‘‹ Any updates about this PR? πŸ˜€

Hello πŸ‘‹πŸ» It's my first lines of code in Go and i'm stuck on this function : ```func (j *JsonReportGenerator) Generate(allResults []Result, projectAggregated AggregatedResult)``` `allResults` are type in `Result`, and...

> Thanks for this solution, there’s another way to do this without creating a yaml file? Same situation, i have many ApiFilter declared on my resource, and i would like...