Cody Hiar

Results 10 comments of Cody Hiar

Great project, thanks for all the hard work!

+1 This would be a super awesome feature to have

I don't know if this will help but I had an issue with my colors being shifted. I'm using arch linux. Originally I installed `v4l2loopback-dkms` which only allowed me to...

After some more investigation this occurs with versions `0.5.x` but when I build `0.4.6` I can get access to the host without issues.

One issue I've noticed right now is that code in tmux-sessionist/scripts/switch_or_loop.sh doesn't work quite right: ``` dismiss_session_list_page_from_view() { tmux send-keys C-c } ``` Needs to be changed to: ``` dismiss_session_list_page_from_view()...

@jlariza You are correct, the issue is with `html5lib`. To circumvent this issue I just changed the parser inside of django-htmlmin/blob/master/htmlmin/minify.py (Line 52) ``` def html_minify(html_code, ignore_comments=True, parser="html5lib"): html_code =...

Was this ever solved? I'm currently only able to get the original value of the editor from: ``` console.log(Codemirror.getValue()); ``` It doesn't include the changes made through the editor.

So I figured out the issue that I was having and I thought I would make a quick post on how to go about this. @ricomonster had the right idea...