Anson Mansfield
Anson Mansfield
The language that this library parses uses a different set of symbols as the operators than the type commonly used by regex libraries in most programming languages: using `+` instead...
In some contexts it might be desired to use a non-breaking space (U+00A0) or some other larger space character rather than the "ordinary" spaces the library currently uses. The best...
[AJMansfield/TriacDimmer](https://github.com/AJMansfield/TriacDimmer) is another phase-delay triac dimmer control library, developed by myself about 4 years ago. While it's a lot less flexible in how it can be used, it takes advantage...
I'm trying to connect to an SFTP server using its IPv6 address, however there appears to be an issue with parsing the address. The following configuration results in the error...
I am using the wavedrom.com web editor. When I change the 'hscale' config value the phase offsets specified in my waveforms are not scaled. For instance, this code renders B's...
For example, this page raises an exception: pyscp.wikidot.Wiki('www.scp-wiki.net')('sandbox').votes This can probably be fixed by querying `www.scp-wiki.net/{page}/noredirect/true` instead of `www.scp-wiki.net/{page}/`.
Is there an easy way to embed this into another webpage and specify what image to use? Ideally I'd like to be able to use something like `
This is a pretty obsolete protocol and ended up not being useful for what I'd hoped it would be, but I wrote an implementation for it anyway so the world...
One attempt at adding a way to do per-call timeouts on `DataLinkReciever`. I added it this way for symmetry with the similarly-named `TransportChannel` methods, though I'm not sure if this...
I have a cluster where there's a meaningful topological distinction between some of the network segments available to different nodes in the network. In my case, I'm trying to connect...