Jody Donetti

Results 299 comments of Jody Donetti

UPDATE: my bad, after more than 14 hours of coding in a row, i didn't noticed that `peta_rn` in that particular position was defining the alias for the `ROW_NUMBER()` column...

Hi @fmendez89 and thanks for using FusionCache! > firstly thanks for your contribution to the community, we have just started to use FusionCache on production and has been working flawesly...

Hi @fmendez89 , getting back to this. If I got this right what you would like is to have a `TrySet` method that would set some data in the cache,...

The idea seems good to me. I can see someone not following the url because of fear of giving out personal data or the likes so maybe put them both,...

ps: I just read your _"You're literally running the library code in your app, are you not trusting it at that point? It's also not passing sensitive data in either...

Absolutely, will do asap!

Done, I hope everything is fine. I've set the **release date** in the changelog to today, but probably it should be updated when it will be released. Thanks!

@tomasts248 you need to use the [unveilhooks plugin](https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/unveilhooks) and simply specify the bg image url in a data-bg attribute on the element directly, not in a css rule, like this:...

> I have one doubt left: this code when should be required for the unveilhooks plugin > > ``` > window.lazySizesConfig = window.lazySizesConfig || {}; > window.lazySizesConfig.requireJs = function(modules, cb){...

Yep, it's called a collision, and it's part of what an [hash function](https://en.wikipedia.org/wiki/Hash_function) is.