nicolasr75

Results 24 comments of nicolasr75

I solved it by changing the code slightly. In _paper-tree-node.html_ add this function ``` _isIconHidden(icon) { return icon == 'none'; } ``` then in the template bind the `hidden` attribute...

@vpusher Ok, I gave it a try but only locally, no PR yet (actually I'm not yet that experienced with GitHub and would have to learn how to do PRs...

@vpusher paper-menu is declared deprecated https://github.com/PolymerElements/paper-menu/pull/112#issuecomment-294560068

You may want to try my fork for 2.0 (the preview 2.0 branch!) https://github.com/nicolasr75/paper-tree This is incomplete though! It does not yet support the actions menu and I have not...

Where does the dependency on paper-menu come from in your project? Since the Polymer team is not going to port paper-menu to 2.0 I did not include it in my...

Shouldn't this issue be closed? I somehow stumbled over this and thought lit-translate would still be on v1 but then fortunately noticed in the releases section that v2 is already...

Thanks so much Peter. That is more information than I hoped for :-) I will start with route one and report back how it works. Nicolas.

@peter-rustler-basyskom Great, thanks! I will need some time to go through all of this and will have to read up some things in the specification... Some conceptual questions: I have...

@peter-rustler-basyskom I am in the middle of implementing my own backend for connecting to an SQLite database. As I am coming from a C++/C# background I have some trouble with...

@peter-rustler-basyskom Thanks for all the tips. LLONG_MAX for getEnd seems to be a good idea. I already studied your test with random indices but the point is this: my database...