blongstreth

Results 23 comments of blongstreth

Thanks for looking into it! For the infinite "loop" issue, I think resizing the browser and adjusting the scroll position can reproduce the issue if you work at it. Also,...

Thanks for working on these issues. The drag scrolling has greatly improved but it can get a little out of sync (lead/lag) occasionally (nothing too bad). As far as the...

Well, I think the easiest solution is to follow Gradle. It appears they use the following library: https://github.com/adammurdoch/native-platform You will have to review the supported platforms to see if it...

I have managed to solve the issue myself but have no time to contribute exact code. I hope the following details make sense. If not, I will update this comment...

I posted a working solution above using the net.rubygrapefruit:native-platform:0.10 java library, which ultimately uses the following method: ``` final String osArch = Native.get(SystemInfo.class).getArchitectureName() ```

I too see this issue and was wondering what the intended functionality is support to be? Is the intention to somewhat synchronize between local and session storage? If not, then...

I think I have managed to get a good start on caching and serving the upstream files. I have more to learn about the server API and your code before...

No worries! I am just happy I am figuring things out!

One thing I need to look into which I am not familiar with is if we sync with packages.meteor.com and a package author decides to remove the package (marked unmigrated),...

Great news! I got it working with lazy file caching. Now I am on to fixing the UI. I am trying to get it to show public packages in addition...