Andrew Rabert

Results 69 comments of Andrew Rabert

Same problem with neovim 0.6.1 on macos x86

Replicated. First I began by starting fswatch and creating the file with `touch somefile` and ran `touch -a somefile` three times. ``` $ fswatch -x somefile /Users/andrewr/somefile Created Removed PlatformSpecific...

Also broken in the Arch Linux package. PR https://github.com/mbusb/multibootusb/pull/364 should fix this for Arch and any others which build packages from the Python package.

Use a custom `tornado.web.OutputTransform` to customize or remove the default Server header. It will apply to _all_ outgoing responses. ``` from tornado import ioloop, web class ServerHeaderTransform(web.OutputTransform): def transform_first_chunk(self, status_code,...

@itayB Specifying the `transforms` kwarg is overrides the `compress_response` flag. https://github.com/tornadoweb/tornado/blob/aa9d32d5e89b290dad69e0c6655b7497ea492e45/tornado/web.py#L2040-L2045 Use `self.add_transform` instead. https://github.com/tornadoweb/tornado/blob/aa9d32d5e89b290dad69e0c6655b7497ea492e45/tornado/web.py#L2128-L2129

Is this still going to get added to Flathub?

I personally won't as I'm moving away from Emby. The source model of the upstream project is incompetent.

Unsure. Follow https://github.com/nvllsvm/emby-unlocked/issues/28

Which one? It might be incompatible with the version of GZDoom used in the app.

Agreed. I'm toying with a complete rewrite of the UI, but have nothing to share yet.