Sam Dutton

Results 39 issues of Sam Dutton

See https://github.com/GoogleChromeLabs/privacy-sandbox-dev-support/discussions/36.

Firstly — great work. Thanks for building this. I'm attempting to run flexsearch-server locally using HTTPS. I've created certificates, following the instructions at [letsencrypt.org/docs/certificates-for-localhost](https://letsencrypt.org/docs/certificates-for-localhost/). I've renamed the files from `localhost.crt`...

This currently uses [npmjs.com/package/grunt-closurecompiler-new-grunt ](npmjs.com/package/grunt-closurecompiler-new-grunt ) which uses [npmjs.com/package/closurecompiler](npmjs.com/package/closurecompiler) which is now deprecated. Maybe should move to [npmjs.com/package/grunt-closure-compiler-js](npmjs.com/package/grunt-closure-compiler-js)?

I'd love to see links to demos directly within each feature (though I know that incurs a maintenance cost). I have demos for a lot of web platform features at...

Code like the following results in an 'expected RBRACE' error: ``` ol.foo { --bar: 20px; ... } ```

I'm unclear about how to specify which files to validate, and how _validation-status.json_ works. I want to validate all _index.html_ files in directories under _my/path_. For example: _my/path/dir1/index.html_, _my/path/dir2/index.html_ and...

FYI @rowan-m @maudnals @kevinkiklee As posted: https://groups.google.com/u/4/a/chromium.org/g/attribution-reporting-api-dev/c/yJ5IO6c6zpk and on other api-announce groups.

Thanks for elasticlunr.js — much appreciated! FWIW I've done an offline search demo at [simpl.info/search/lunr](https://simpl.info/search/lunr). Is it possible to search for nested properties, for an object like the following? ```...