Aleksandr

Results 25 comments of Aleksandr

is it a correct way to gracefully exit? ```python import bjoern import sys import signal import os def sigterm_handler(_signo, _stack_frame): sys.stdout.write(' [*] SIGTERM: Stop \n') os.kill(os.getpid(), signal.SIGINT) if __name__ ==...

Any progress on this feature? Does fsnotify work for OsFs out of the box?

Proxylist_me went bad, just comment it in providers list. Fixed for me

Same thing on Linux

Im kind of new to node. Tried to rebuild and get stuck: `"gyp ERR! build error gyp ERR! stack Error: "make" failed with exit code: 2 gyp ERR! stack at...

@Brainzyy I've switched to Atom since that moment, if I'll have some spare time I will test dev branch, if it will be available

@Brainzyy maybe I've forgot how to use it, but I get no errors, same s no finl css compilation. node v 4.2.6

I've double checked my pref. Everything should be ok, but... ` "sass.compass": false, "sass.compiler": "libsass", "sass.enabled": true, "sass.options": { "_eventHandlers": { "change": [] }, "type": "object" }, "sass.timeout": -1,`

@tsufeki `ignoreErrors` and `excludes_analyse` are pretty viable options, in my opinion.

Stumbled across this too (https://github.com/symfony/symfony/discussions/48024) How about not exit at all? Many of signals can be ignored, this is [intended behavior](https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html#index-SIGTERM). Just call all of the handlers with `handleSignals` as...