gsingh93

Results 276 comments of gsingh93

This hacky patch seems to fix the issue: https://github.com/gsingh93/pwntools/commit/48734146f582c85599d511a6275828d8416c99bf

I'm a bit surprised bindgen can't handle this: ``` $ cat test.h template void foo(T a); $ bindgen --version bindgen 0.21.2 $ bindgen test.h -- -x c++ ERROR:bindgen::ir::item: Unhandled cursor...

Thanks! I haven't tested it yet, but based on the README it looks good.

I'm not sure if I'm setting the `tab-bar-separator` and `tab-line-separator` variables in the right spot. When I load emacs for the first time, `tab-bar-separator` is set but `tab-line-separator` is not....

There's a weird issue with tab-line groups. Here's how it looks at first: ![image](https://user-images.githubusercontent.com/1012677/188250794-f5283412-3e90-4537-bb73-bbf7631c65d1.png) Hovering over the group, you can see some of the hover bleeding over into the buffer...

I was using `ssh:`, but I just tried it with `sshx:` and have the same error. Any other suggestions to debug this?

This doesn't seem too difficult, I'm going to take a shot at this.

I have some basic stuff working, but after talking to some people on IRC/the mailing list, I don't think this is a priority. I think the first step should be...

Here is my work in progress branch: https://github.com/gsingh93/thrift/tree/http-transport It was actually almost complete, but I couldn't properly test it with other servers. I may return to it later, or someone...