jswolf19

Results 35 comments of jswolf19

I'm currently using npm to get packages and then libman with a filesystem provider to copy the desired files from node_modules to the desired locations. The problem I'm running into...

Auto-focus seems to work on other Android phones, so I'm not sure if it's an Android OS version issue, a hardware issue, or a driver issue. The patched version (that...

@TonyGermaneri I think this is somewhat related to issues dealing with [sorting](217#issuecomment-500090726) where `data` is not the original data, nor is it the data currently in the view. I think...

The way @vermadev95 is trying to manipulate the current data is to use the `data` getter (`grid.data = data.concat(grid.data)`), so making that what is visible without providing access to the...

Let me explain in detail what I'm imagining, first, and then I'll talk about what I see as the merits, and demerits of it are over what I see you...

> Let's throw some interfaces back and forth and see what makes the most sense. And see if we can also preserve the existing interface so people can easily upgrade....

No worries about work. It'll take me out of the loop on occasion, too ^^ Sounds good to me. Did you want to go with `view` or `viewData`? I think...

@TonyGermaneri if you haven't started on this, and don't think you'll be able to get to it soon, then I think I might be able to put some work into...

@ndrsn unfortunately, I haven't been able to devote the head-space to this... I'd still like to see it done, but I'm not actively coding stuff with this right now, so...

@ndrsn for 1, I think we'd settled on having a refresh function called after doing data edits. @TonyGermaneri > [I don't think it's wrong to provide un-watched access to `originalData`,...