Mel Massadian
Mel Massadian
For anyone using powerline9k this is the correct way to use it: ``` # DESK INTEGRATION prompt_desk() { if [ ! -z "${DESK_NAME// }" ]; then "$1_prompt_segment" "$0" "$2" "red"...
Yes, @zserge I'm also looking for that is is possible using the C++ API?
Unsafe should work as long as your project settings (or asmdef) "allow for unsafe code" which is unchecked in your case
I had the same issue, I think it could be added to the backend file directly but this is what I do to solve the issue, you need to close...
I found this in Vispy [meshdata._compute_edges()](https://github.com/vispy/vispy/blob/af676d184be4aa778676963f054946d12e1b3ef9/vispy/geometry/meshdata.py#L584) I will try to adapt it but I'm not sure about the `faces`. I use a custom parser for Houdini Bgeo's file but for...
Almost there: 
Merci !! Actually pretty useful informations there
Seems like this is the upstream PR to follow: https://github.com/libgit2/libgit2/pull/6394
@hagaigold Is there a PR opened here already?
Thanks @hagaigold, I will, and merge main back too, but I think you should open a PR. This will get tested by more and mainly get reviewed by maintainers which...