Kelly Miyashiro

Results 9 issues of Kelly Miyashiro

In the original tipsy, you can call `$.fn.tipsy.autoWE` or one of the other builtin functions for the gravity option. You included those in ender.tipsy, but you can't access them via...

The tip positions are off by about 10 pixels each. Tips that should be vertically centered are too low, tips that should be horizontally centered are too far to the...

There are a few exceptional reserved codes that have been assigned and should be used to allow users to choose. I'm not sure if these should be optional or a...

enhancement

# 🐛 bug report Using `new URL()` to import an image introduces the usage of `import.meta.url` in the module build. This is fine if you are only building for modern...

:bug: Bug
✨ Parcel 2

Output would allow for CI integration (#45) and way more reporters/flexibility. Need to look into how easy it would be to wrap in a task.

I just stumbled upon this and it looks great, but I was wondering why the readme says it must be used with mocha? From what I can tell, it should...

I know you just used the Backbone.localstorage plugin, but that plugin is very destructive in that it means you must absolutely use localstorage for your datastore for all Backbone models/collections...

https://github.com/segment-integrations/analytics.js-integration-google-analytics/blob/master/lib/index.js#L74-L85 The docs explain how to trigger add/remove product to cart and Completed Order events, but not all of the ones in this integration.

migrated

preact build output: ``` ✖ ERROR Error: TypeError: Cannot read property 'filter' of undefined ``` at ode_modules/preact-cli-plugin-async/dist/async-plugin.js:1:51 Which corresponds to this: ```js module.exports=function(e){var r=e.module.loaders.filter ``` Could be the change from...