Justin Meyer
Justin Meyer
If multiple tabs are using the same shared access/refresh token and one of the tabs starts renewing, can I prevent the other tabs from renewing and "piggy back" off the...
Hello! I created this [web-locks polyfill](https://github.com/bitovi/web-locks-polyfill). Is this something that would make sense to be included? Thanks!
I have a use case that would benefit if class initializers can return the final class function similar to how a `constructor()` can return the final result of `new Class()`....
While listing which libraries work with custom elements is __extremely__ useful, I'd also like to know which frameworks can produce custom elements. Would this be a useful advanced test? Adding...
I have a functionon a StacheElement like: ``` get isEven(){ return (this.count % 2) === 0; } ``` `logWhatChangesMe` is not reporting `count` as a source. However, you can see...
How can I point github-download at a tag? The following does not work: `"https://github.com/bitovi/canjs#v2.0.7"`: Error: ENOENT, rename '/Users/justin/dev/canjs.com/1412744021855-42031191987916827/canjs-v2.0.7' And `"https://github.com/bitovi/canjs/tree/v2.0.7"` downloads the master branch. Thanks!
I'm unable to build the `egowall` project because of cryptic message: ``` Could not load 'BABYLON' ``` Ideally, I'd like: - steal-tools to work - or if it is a...
`can-crud` is built similar to how `canjs`'s packages are built: ``` var Component = require("can-component"); Component.extend({ tag: "can-crud", ... }) ``` While this is great for `npm` and a module...
I'm not sure this exposes a symptom of a real problem, but if you checkout the `steal-build` branch of `can-reflect`: https://github.com/canjs/can-reflect/tree/steal-build and run: ``` node build ``` You'll see: ```...
I didn't have this and it took me a while to figure out that I was missing this property.