Timothy Armes

Results 19 comments of Timothy Armes

While that is useful, it still doesn't allow us to override the parent properties, such as the opacity. If you could add classname or something else that we could attack...

I've just discovered exactly the same issue.

I've been trying to fix this in a fork, however it's essentially impossible. The new build system introduced in Meteor 1.2 doesn't provide compile plugins with the absolute path to...

Hi, Inspired by other answers here's my solution to the problem, implemented in Typescript, and using `localStorage`. I'm sure someone here can adapt it to use async-type storage if they...

> @timothyarmes Why use `isString` instead of `typeof value === 'string'?` No reason really. I happen to be using lodash, and the other code example that I based this version...

> For me, the whole point of using the Reactive Variables was avoiding storing any auth-related info (i.e. tokens) in the local storage. Sure, it's best not to store auth...

Yes, that's what I'm doing in me screenshot. The problem is that I wish to display HTML in the button, but that HTML should be _different_ to that that's shown...

For those suffering from this problem who need a solution while waiting for the pull request to be accepted, the following worked for me: 1. Ensure that you have installed...

Hi Ben. I'll try to find time to create a repo. You're right, the DatePolicy class instance won't work.

I would also like access to the raw spacing value. Having to convert from a string to a number is a little excessive.