Petri Savolainen
Petri Savolainen
(Background: #27 turned into discussion about how plugins could implement extra functionality, and how they could make it discoverable by end users. To continue that under an issue with title...
I could not find such a utility, so I put together a XSLT transformation for debugging the OFX generated by ofxstatement from the input from the plugins I'm converting. See...
It would be useful if one could convert a whole bunch exported CSV files in one shot; optionally combining the parsed statements/entries into a single OFX file.
I am running a twisted beanstalkd client such as [the example given in pybeanstalkd repo](https://github.com/sophacles/pybeanstalk/blob/master/examples/twisted_consumer.py). The only difference is that in the [executor callback](https://github.com/sophacles/pybeanstalk/blob/master/examples/twisted_consumer.py#L12-L15) I am just additionally making a...
It would be nice if HFST were easily installable on MacOS via homebrew.
There's a `Future` [created](https://github.com/crossbario/autobahn-python/blob/master/autobahn/asyncio/websocket.py#L103) by the `_consume` method of `autobahn.asyncio.websocket.WebSocketAdapterProtocol`. It is not passing the `loop` kwarg, which leads to `NotImplementedError`when the implicit default 'global' loop is not being used....
See https://kapeli.com/docsets. This pkg might provide a quick means to generate the docset: https://pypi.org/project/sphinxcontrib-dashbuilder/
I would need to create local virtual interfaces and assign them IPs for testing purposes. Would be veeery useful to be able to do that in Python!
pycryptodome is a drop-in replacement that also supports windows. It would be good for pkiutils to allow using that as well. Perhaps via a setuptools extra?
The following js imports: ``` import riot from 'riot' import 'riot-mui' ``` ... results in: > ReferenceError: Can't find variable: riot (emitted by riot-mui) Doing `console.log(riot)`does however print out the...