Roman Semenov

Results 24 issues of Roman Semenov

By default Time Machine backups run around every hour, while asimov runs only daily. This likely means that Time Machine will include most dependency dirs during its run and only...

enhancement

Implementation of #1324 feature request. Environment variables starting with `nginx_*` are added as nginx config statements, for example: `nginx_client_max_body_size=30M`. Variables of jwilder/nginx-proxy container are added to the global config, and...

status/pr-needs-tests
status/pr-needs-docs
type/feat

It's more reliable to generate releases via CI rather than a local build. I've added Github actions that will generate a release draft with zip file attached when a tag...

``` $ seth debug 0xf6302f3d2cbc1bae874becfb8342802dcda981eaef55f5df0c22c6a737bd78c2 mktemp: mkdtemp failed on -p: File exists mktemp: mkdtemp failed on /tmp: File exists ``` Looks like it's caused by https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L12 and https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L33 Mac version...

Specifying default security group by name does not work, but specifying it explicitly does: ``` $ awless config | grep securitygroup securitygroup.protocol: tcp (string) # The IP protocol to authorize...

Currently the only way to set a global or per-vhost config is to mount a corresponding conf file into nginx container. Even though it can be done via creating custom...

What .js returns: [Traveler.js#L23](https://github.com/bonzaiferroni/Traveler/blob/master/Traveler.js#L23) What .ts returns: [Traveler.ts#L32](https://github.com/bonzaiferroni/Traveler/blob/master/Traveler.ts#L32)

Now that opera has [sidebar for extensions](https://dev.opera.com/extensions/sidebarAction.html) it's perfect time to make this extension compatible. Here is a dirty patch that makes it work https://gist.github.com/poma/ce9ea5b7503d6e669c07. Apply to unpacked .crx from...

Here is a script for people that want to use WSL like Cygwin. If command is not found on Linux it will attempt to run it on windows automatically: ```...

This happens when I run `wrun notepad` from a home dir. Maybe just print a warning and fallback to some default path?