Jason Hu
Jason Hu
Resolve following issue thrown when TypeScript complain about something errors in tsconfig.json file. ``` TypeError: Cannot read property 'getLineAndCharacterOfPosition' of undefined ```
## Problem We use one ThreadPoolExecutor to arrange all sync version functions, such as `Entity.update()` and `util.json.load_json()`. The size of this pool is automatically determined. > Changed in version 3.5:...
python 3.6 requests 2.18.4 sseclient-py 1.7 When using requests library, should use response.iter_content() as event source ``` response = requests.get(url, stream=True, allow_redirects=False, headers={'Accept': 'text/event-stream'}) client = sseclient.SSEClient(response.iter_content()) ```
It looks like when you processing interface, you ignored signal at all. https://github.com/facebookincubator/pystemd/blob/628655ae61dff66b39feed52c89e0bfda00c4f38/pystemd/base.py#L199-L219 So, is there any support for signal now? Any plan to add the support? I am looking...