kgrosvenor

Results 28 issues of kgrosvenor

I've disabled cache via headers on nginx, between updates i am getting 'Uncaught TypeError: Cannot read property 'call' of undefined' This is because files are getting cached but not updated

Please check this as an example and let me know if I am doing this correctly or is there is any need to? Thanks :D ``` import moment from 'moment-timezone'...

When view loads and scroll bar is stuck to bottom with column reverse sometimes the last 3 items become white, if i resize the browser window the items render. Is...

I cannot get the nav menu to know which page is selected, i am following the docs and all of the menu items always get selected, any idea why? ```...

# Issue Templates - Search the currently opened issues and past issues before posting a new one. - Escalate issues by making a reaction of :+1: at the first comment...

Just a another set of units you could add 👍

candidate
add-units

const vsl = this.$refs.vsl const offset = sids.reduce((previousValue, currentSid) => { const previousSize = typeof previousValue === 'string' ? vsl.getSize(previousValue) : previousValue return previousSize + this.$refs.vsl.getSize(currentSid) }) Any ideas?

bug

Maybe i can create animation if i can get the offset of the next item

suggestion