Alin
Alin
This is mentioned as being unimplemented in the readme. Firstly I thought it would be good to have a ticket to track it. Secondly, I'm not sure when it would...
A trivial deployment (e.g. https://gist.github.com/alanpearce/ce50cee7d818efca98af9453d273d237) executes against a VirtualBox backend with no problems. With the none backend, however, it fails when updating the system configuration: ``` production> closures copied successfully...
Libraries should not provide their own polyfills. I can see that some have already been removed from this package in the past, so I assume that's already well-understood here. In...
PHP mode doesn't seem to want to indent a method call following a static method call inside a function call. ``` php foo(db::baz() ->quux()); ``` It's the same whether `foo`...
When `indent-tabs-mode` is enabled and a `tab-width` of 4, trying to indent a statement inside an anonymous function deletes some characters. ``` php foo(function ($bar) { test('baz'); }); ``` With...
**- Do you want to request a *feature* or report a *bug*?** Feature There is a Dockerfile in this repository, but I couldn't find an official published image anywhere. If...
Could you add the package to a repository, perhaps MELPA? It would be great to be able to install it like other packages.
# Bug Report **Specifications:** - App Version: v1.3.0 - OS (macOS, Windows, Linux): macOS **Description:** Apps that require access to the camera or microphone do not prompt for said permission,...
It's generally accepted that keeping secrets on disk in unencrypted files is a _Bad Idea_™. Having secrets inside the fotingo configuration keeps me from publishing it alongside my other dotfiles....
The default `limit` parameter affects streams, meaning that a stream is closed when 10 events are reached. I would expect such a stream to remain open indefinitely; the concept of...