rugk

Results 1589 comments of rugk

It seems you did not understand me. It _should be_ **optional**, but it _should_ **also** _be_ the **default**. The only thing I want is that _after installation_ the configuration looks...

Nice, so do you consider implementing this?

Is there any ETA for this?

How did you unpack it? Just unzip? If so, IMHO that is quite unpracticable from a developers workflow. One should use Ctrl+S and the file is saved to VCS directly....

Well… an XML file would also avoid the conflicts, as it is not binary. Multiple files may be more convenient to edit, but – on the other hand – you...

Also maybe https://github.com/rust-lang/crates.io/issues/1667

> the cargo tool can push to crates.io, but the "publishing" step must be finalised in the webui of crates.io I like that idea. :smiley:

Yeah, an APK release at least would be very nice.

No, websockets are okay. The issue is just that it is not rewritten correctly. As said I use `--basedir`, but @ZappaJS still uses the wrong URL for fetching the file....

So this is a workaround for nginx: ``` nginx # workaround for https://github.com/audreyt/ethercalc/issues/350 location /zappa/socket/__local/ { rewrite (.*) /CustomSubDir$1; } ```