felipe

Results 57 issues of felipe

I think maybe this can be integrated with ChatGPT somehow. to make it similar to BabyAGI or gpt-engineer

I think more emphasis could be done on how to rewrite code from callback hell style to async style, also, more effor could be made in order to explain why...

given that this is like a struct and an iml, should it have it's own file? https://github.com/sarahlim/wasm-trace/blob/796219b38f3b8df167c1d652f196a6365545950c/src/module.rs#L356

in past projects, I've found uses of unwrap() to be the quick and dirty solution to error propagation, this is great, because you can just "be done with it", however,...

would the program benefit from using an ordered map instead of an array to represent the functions? https://github.com/sarahlim/wasm-trace/blob/796219b38f3b8df167c1d652f196a6365545950c/src/module.rs#L130

is it possible that when people run the code and find this error, they'll have a hard time figuring out what it means or how to fix it, due to...

Tried to build, it shows an error: ./main.go:61:3: unknown field 'Pdeathsig' in struct literal of type syscall.SysProcAttr what to do?

You've made the world a better place.

Does this program support multi-threaded programming?