Pablo Speciale
Pablo Speciale
Great! Thanks a lot! Is there a Pull Request of your code for this repo? I would say many people won't know about your independent changes, and it would be...
Maybe an AltDrag organization could be created and all the contributors can help to move this project forward. Also people for reviewing code, etc., so it is not only one....
Yes, it looks like that it is related to the screen resolution changes.
I also have this problem, the difference I am using Ctrl+P / Ctrl+N instead of the up/down arrows. ``` bindkey '^P' history-beginning-search-backward-end bindkey '^N' history-beginning-search-forward-end ``` The suggestion @hongwen000 doesn't...
Thanks!!! I confirm this solved the issue. I added: ``` ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-beginning-search-backward-end history-beginning-search-forward-end) ```
Yes, this example is one library per one project at the moment. I was thinking to extend it to multiple libraries. The code that configure the library is here: https://github.com/pablospe/cmake-example-library/blob/master/cmake/LibraryConfig.cmake...
Even though there are samples in the code and tests, it would be nice to have an example in the documentation of how to create a LocalParameterization. I remember I...
I confirm `\usepackage[sort,nocompress]{cite}` solves this problem. It should be included in the template.
> I prefer to sort citations in order of appearance, but that doesn't seem to be an option here. > > \bibliographystyle{ieeetr} does that but without full names. > >...
With the old viewer, use the `allow_arbitrary` argument. Related PR: https://github.com/intel-isl/Open3D/pull/2564 Here there is an example but in python: https://github.com/pablospe/open3D_depthmap_example I think for the new viewer, you can take a...