Zachary Moshansky

Results 32 comments of Zachary Moshansky

@cdata Could you please review?

Also note previous discussion https://github.com/Polymer/paper-ripple/issues/10. Looks great on desktop, although on Android (Zenfone2) the ripple is very janky. Needs much more butter. **Aside:** That being said, I'm truly blown away...

1.) Updating the index only when the indexed fields changed would be duplicate of Issue #11 2.) Removing this line would prevent objects from being deleted from the index when...

As part of our Angular build process, we use asset copy to leave an artifact of the build type for the firebase-config script to check. Ideally there's a cleaner way...

[`mnesia`](http://learnyousomeerlang.com/mnesia) would handle the basics... - [x] no dependencies - [x] persistence Although something that handles the rest of the code would be really nice, like [jobs - erlang](https://github.com/uwiger/jobs), [honeydew](https://github.com/koudelka/honeydew)...

In case it helps someone else... For testing, I ended up creating a custom matcher as follows... Note, the value is a subtype of `List` and thus the `listEquals` in...

I just noticed e.cursor_args only works on glutin if a button is being held down when it exits the window (Works fine in SDL2). Looking at [the commit](https://github.com/PistonDevelopers/glutin_window/pull/58/files) where it's...

In case it helps someone else... For testing, I ended up creating a custom matcher as follows... Note, the value is a subtype of `List` and thus the `listEquals` in...

@patwhite While a basic search would definitely be useful, the logical absurdum seems like it would be a multi-stage loop. 1. Search for appropriate resources/tools 2. Use result as additional...

We're looking to solve this problem by having tool results returned to the client. Then we're able to parse the results and provide an appropriate UI. See https://github.com/modelcontextprotocol/specification/issues/97