Brendan Arnold
Brendan Arnold
The problem is caused because `RedisClient.prototype` is referenced on import of `redis`. To resolve, put in an implementation for `RedisClient` which implements it e.g. ``` jest.mock('redis', () => ({ RedisClient:...
Big fan of this change - is a great step towards separating out build, deploy and run steps and provides a clear template for moving the participation and report bits...
Thanks @metasoarous I havn't actually run this code yet - I'm working on getting a fork of pol.is up and running and I have the participant and admin code compiling...
The way they are implemented is a port of the GFortran code which is really complex and 'bit pushy' C-code. I could make this a lot simpler once I have...
Works started at https://github.com/brendanarnold/py-fortranformat/tree/issues/9-performance
Hi, this is as expected - Gfortran actually crashes on this input, Intel Fortran outputs the above - try running the following against your compiler to get some examples ......
@hyperkang Have you been able to run this to check the behaviour? If so and it matches can we close?
Hi, thanks for maintaining the package, it's really appreciated. I put source release in the `dist` folder. Do they need to be explicitly tagged? Do you need a `.whl` binary...
Hi @dschwoerer I've included tags now. Please beware that running tests for older versions might not be easy or even possible. I had taken an approach where I wrote a...
For reading, we would need to pass in the field width information and the number of fields to delimit the data and at that point you might as well be...