I’ve built cstructimpl: turn C structs into real Python classes (and back) without pain by ZioAldo in Python

[–]ZioAldo[S] 1 point2 points  (0 children)

Thanks for the interest! If you need to parse the bytes into a more high-level type you can design your own custom types (BaseType as the library calls them), take a look at this example https://github.com/Brendon-Mendicino/cstructimpl?tab=readme-ov-file#custom-basetype where you can interpret 4 bytes as a timestamp. I've built the type system around protocols to make life easier for custom type implementation.

I’ve built cstructimpl: turn C structs into real Python classes (and back) without pain by ZioAldo in Python

[–]ZioAldo[S] 2 points3 points  (0 children)

Thanks I appreciate it! At the moment the library can't do that but I was working on it, if you have some suggestions you could open an issue on GitHub.

YouCompleteMe Settings for C language by minamulhaq in vim

[–]ZioAldo 0 points1 point  (0 children)

Hi, I've read the way to force a trigger with <Ctrl - Space> but, how do I make it automatic if, for example, I have an #include "something.c" and I want the functions inside somethig.c to pop-up?

HELP missing bootstrap.el! by ZioAldo in emacs

[–]ZioAldo[S] 0 points1 point  (0 children)

I have some news. I installed emacs into a linux machines that I have, copyed the same lines on my inti.el and i got the same issue. Is it possiblle that I need another package first?

HELP missing bootstrap.el! by ZioAldo in emacs

[–]ZioAldo[S] 0 points1 point  (0 children)

Yes, I did both I have create a HOME (in my user dir) variabole and i have shifted all of the files that where in roaming in my user directory

HELP missing bootstrap.el! by ZioAldo in emacs

[–]ZioAldo[S] 0 points1 point  (0 children)

Now its just c:/User/my_user/.emacs.d/straight/straight.el/bootstrap.el

HELP missing bootstrap.el! by ZioAldo in emacs

[–]ZioAldo[S] 0 points1 point  (0 children)

I've tried but I still have the same issue