James Walmsley
James Walmsley
> Can you attach the object files? > > Can you explain what you mean by "roudtripping" exactly? I'm pretty sure object files don't round trip because the contain a...
Find the object here: https://github.com/jameswalmsley/filedump/raw/master/libskia.SkGeometry.o
To clarify roundtrip from my example. I'm reading the entire object file with ReadBinaryIR(), not applying any changes, and then immediately writing back with WriteBinaryModule(). So I'm not going through...
@sbc100 Thanks for the information. I have tried llvm-objcopy and most of these flags aren't implemented yet. If you think its easier to do in llvm-objcopy I'll have a look...
Ok many thanks. I'll find some time this week hopefully just to familiarise myself with the objcopy code in llvm. Is there another channel (chat or email) that I can...
Did you resolve this? What is your config file? Which versions of wlroots / sway are you using?
I'll create a similar setup with my system and see what happens.
I did fork docurium a long time a go (when it seemed like the project was no longer active) to add such a feature. Now I've seen that docurium is...
Hi @digitalLumberjack I have tried to use your docker-executor and have pulled from your docker hub images as well as building myself. I cannot get this to work as I...
I'm using nginx-proxy docker to sit many docker applications behind a single host. Maybe this is causing a problem. I'll have a play around. Thanks for the quick response. James