Josh Lind
Josh Lind
Pretty simple, options set in the task, in coffeescript... ``` grunt.initConfig ... inline: options: cssmin: true uglify: true src: [ '/asset/*', '/trial/*' ] ... grunt.registerTask 'default', [ 'clean' 'jshint' 'copy'...
Same in 3.42.0 Asked in Slack today... https://sanity-io-land.slack.com/archives/C9Z7RC3V1/p1716322030051909
@trevorfox If you want the tests to run you'll need to create a branch within this repo rather than a fork.
https://github.com/google/lovefield
Could adjust which activities are used when counting taxonomy properties via config... ``` javascript groucho.config = { 'taxonomyProperty': 'tags', 'trackExtent': 25, 'trackProperties': ['pageId', 'title', 'type', 'tags'], 'favoriteActivity': ['browsing', 'click'] };...
https://panopticlick.eff.org http://fingerprint.pet-portal.eu https://github.com/Valve/fingerprintjs https://github.com/samyk/evercookie https://github.com/nfriedly/Javascript-Flash-Cookies http://www.lalit.org/lab/javascript-css-font-detect https://github.com/gabriel/font-detect-js
https://github.com/tableau-mkt/groucho/pull/19
https://www.meteor.com/livequery
I was hoping this thread would also reveal how to **read localStorage values** as part of an `expect` statement. UPDATE: Turns out you can inspect localStorage directly... ```javascript const localStorage...
The current animation is annoying. I wish it wouldn't do the extra scroll motion.