Keith Gray
Keith Gray
I have some tests in my django projects that are hanging at both the `self.broker.join('default')` and `self.worker.join()` lines. I know that it hangs at the `self.worker.join()` line because I added...
Thanks again for all of the support. Now that I have made it past the issue in #32, I have reached another question. Currently I am using Celery but trying...
# Background It took me a while to figure this out so I wanted to see if there was a way to simplify. I have a case where I want...
I am having trouble decoding IEC 61850 GOOSE PDU data. This data is encoded using BER. You can find the ASN.1 notation that wireshark uses here: https://github.com/boundary/wireshark/blob/master/asn1/goose/goose.asn. My repository is...
I would like to be able to update custom column data on a file in Sharepoint. According to the docstring in drive.DriveItem.update, it isn't possible through the DriveItem object so...
I am curious if it would be possible to configure VLANs in the layer 2 switches? I am not sure if the FreeBSD layer 2 switch has this capability or...
I am having trouble running `imunes -p` on a fresh FreeBSD 12.1 install. The script generates the following output. ``` root@freebsd:~/imunes # imunes -p -f Unpacking base... Unpacking base done....
I am sure you are aware but this approach sounds very similar to the way the BEAM languages work. Lightweight "processes" managed by the BEAM VM that don't share any...
I have a problem that I haven't been able to track down yet. I can enter 1 section title but then any further attempts to enter a section title result...
Use of pkg_resources is discouraged in favor of importlib.resources and importlib.metadata. importlib.metadata is used in this commit to get the version string from the pyproject.toml package configuration. This PR closes...