Andrew Mao

Results 22 issues of Andrew Mao

If a lot of users are removing from the list at once, and also scrolling, the logic for adjusting the scroll position properly can get somewhat messed up. Double check...

This is now a feature request at meteor/meteor#395. Please throw your support in that thread, as integration would bring a whole range of benefits: - A lot better support for...

enhancement

Using Vue 2.5.9 and the same package versions as the latest commit of [vue-meteor-demo](https://github.com/meteor-vue/vue-meteor-demo), I am trying to do a `v-for` over a subscription: ``` Dataset Browser {{ data.timestamp }}...

When trying to run the following code in a Meteor+Vue SSR app: ``` import { RouterFactory, nativeScrollBehavior } from 'meteor/akryum:vue-router2' console.log(RouterFactory); const routerFactory = new RouterFactory({ mode: 'history', scrollBehavior: nativeScrollBehavior,...

Currently not sure how to replicate. Could be a multiplexing bug with reloads mixed in. Observed in TurkServer after several hundred user connections (the 1 session below is the admin):...

bug

As Meteor begins to deploy in a distributed fashion, this package will need to work across multiple servers. At a minimum, we'll need to do the following: - move `UserConnections`...

enhancement

I'm using OpenLayers with Meteor, a highly dynamic interactive web framework (http://www.meteor.com/). With the way Meteor works, we can't just stick a bunch of JS and CSS on the page,...

![image](https://cloud.githubusercontent.com/assets/2080084/3879457/d5973114-2178-11e4-9317-2099850de2a5.png) Doesn't happen often and doesn't seem to break anything as the template is re-rendered later.

bug

Changing the cursor via mouse does not update the autocomplete menu (due to this being handled in the `onKeyUp`) function of the `AutoComplete` class. The only other place this logic...

bug

For example, in the demo if the text and cursor is ``` @aa|aa ``` The expected behavior would be to only show the `aaaa` record, but the current behavior is...

bug