Results 16 comments of Markus Weimar

I encountered the same issue. A workaround: vim.api.nvim_set_keymap('n', 'c', ':CommentToggle', {noremap = true, silent = true}) vim.api.nvim_set_keymap('v', 'c', ":'

Thanks for the reply! I've got it working with the development web server. I've added this to my Flask app: ``` app = Flask(__name__, static_folder=None) app.config['SERVER_NAME'] = 'flask.localhost:8000' app.static_folder =...

> You could have a code path for development/testing different from the one from freezing: only have static files in a subdomain in the latter case, and avoid the need...

I might be missing the complexity here, so feel free to tell me when I'm off. > Unlike the "path" part of URLs, it’s not obvious how to map subdomains...

I should have said that `with_static_files=True` gives the identical `assert path.startswith('/')` error message. > Frozen-Flask doesn’t know how to deal with subdomains, and so aborts when given a URL to...

Just ran into this issue. `browserconfig.xml` is also being blocked which interferes with tiles settings in IE 11: http://msdn.microsoft.com/en-us/library/ie/dn455106(v=vs.85).aspx

This also applies to the new GitHub editor which will insert `__`. How about an additional, secondary keybinding that is unlikely to be used by sites?

While there is no guarantee, I assume it is rare that both `` and `` are bound in a text field. ``` inoremap ``` And to be consistent: ``` inoremap...

In my case, `` interferes with closing the dev tools. Instead of closing them, I sometimes end up editing a CSS property in gVim externally. A second default shortcut for...

raphaelbastide: > I confirm this issue. > Tested in Inkscape and Libre Office Writer, linux. impallari: > This is a bug in Windows soft, not in the font.... go complain...