Case Larsen
Case Larsen
Fix for https://github.com/schweikert/fping/issues/206. It's a slow linear search, but more simple is more correct.
On FreeBSD, the PIDs are as large as 99999, so if multiple fping processes are running there's a chance ident4 = PID & 0xffff will collide - which happens on...
Using pysnmp 4.4.9 Example: from MIB http://mibs.snmplabs.com/asn1/IEEE8023-LAG-MIB ``` dot3adAggPartnerAdminPortAlgorithm OBJECT-TYPE SYNTAX OCTET STRING (SIZE (4)) MAX-ACCESS read-write STATUS current DESCRIPTION "This object identifies the value for the algorithm of the...
```python session.get_eval( 'hisClear(parseRef("p:dataCenter50B:r:282c63c3-f1e7d0c0"), 2021)' ) ``` results in ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyhaystack-3.0.0-py3.8.egg/pyhaystack/client/http/sync.py", line 78, in _request File "/usr/local/lib/python3.8/site-packages/requests-2.25.1-py3.8.egg/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError:...
https://github.com/docToolchain/docToolchain/blob/2842abffa598ce355902f70a213dae2631d2c136/dtcw#L254 I think you want this to be `if [ -d "$HOME/.doctoolchain/docToolchain-${VERSION}/.git" ]; then` because the `mkdir -p $HOME/.doctoolchain/docToolchain-latest` above this will always result in `if [ -d "$HOME/.doctoolchain/docToolchain-${VERSION}/." ];...
skhd-v0.3.9 When I try to use this binding: ``` shift + alt - [ : yabai -m window --space next ``` I get this error: #57:15 expected key-literal and although...
## Issue Description The time difference between two localized times isn't the actual difference in seconds, but rather the naive difference. Example: ``` import arrow def test_dst(): # 1667725199 11/6/2022...
For your review... This addresses the insertion of rows with NULLs, related to https://github.com/archan937/clickhouse/issues/5 There are extra changes in this too to deal with ability to pass in a self-signed...
sending task to todoist doesn't use previously selected project (even though it is shown in the UI)
Plugin version v5.1.9 Logseq version 0.10.9 Steps to reproduce: 1. restart logseq 2. Invoke "Todoist: Send Task". The "select a project" dropdown is shown as "--- ---". 3. Select a...