oelnaggar

Results 29 comments of oelnaggar
trafficstars

Exporting Markdown -> AsciiDoc directly is better than going through HTML. Pandoc can do this somewhat decently (you still need to clean up your code a little)

As a temporary work-around, change the first two lines in yip to: ``` !/usr/bin/env python3 # -*- coding: utf-8 -*- ```

Did you find time to develop the encoder and is it available? Thanks

I'm running into this issue as well. As soon as I unfold all my folds, it works. One thing I did notice is that although searching backwards works, it does...

@timsu92 Gave it a quick shot and it looks like it works. Thanks

I ran into the same issue. Here is what a screenshot of it looks like: ![screenshot](https://user-images.githubusercontent.com/25382296/60630918-edb98f00-9e3f-11e9-9736-eff8ec80ba1e.png) while the image generated by polacode looks like this: ![code](https://user-images.githubusercontent.com/25382296/60630909-dc708280-9e3f-11e9-8044-e218812b8cc3.png) and the corresponding code...

Unfortunately, there is no best practice. If you want a statically compiled binary, you can compile against **musl**. I was able to do so and get it to run successfully:...

I ran into the exact same issue. Tried it on two different targets (Windows 10 Pro and Windows Server 2012). In both cases the resulting file size is 0. I...

Just tried it. It worked when both local and remote are domain accounts. So it looks like it's an issue with non-domain accounts. Will try WMImplant as well. Thanks.