mw66

Results 168 issues of mw66

/lib/python3.9/site-packages/eod_historical_data/data.py:41: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support skipfooter; you can avoid this warning by specifying engine='python'. ``` df = pd.read_csv(StringIO(r.text), skipfooter=1, ```

I.e from the table definition in the database to D class code?

Fetching d-profile-viewer 1.1.3 (getting selected version)... Downloading https://code.dlang.org/packages/d-profile-viewer/1.1.3.zip failed with 404 (Not Found). Makefile:18: recipe for target 'build' failed

https://forum.dlang.org/thread/[email protected] Hi, I'm just wondering what is the best way to read CSV data file into Mir (2d array) ndslice? Esp. if it can parse date into int/float. I searched...

https://forum.dlang.org/thread/[email protected] Hi, I'm using dub.json to specify the dependencies libs for my project. I'm just wondering how I can use dub to run all the tests of those dependencies libs...

Found this via web search: http://karita.xyz/grain2/source/grain.cuda.device.d.html I'm wondering if there is another repo for grain2?

Hi, This is related to the previous issue: https://github.com/huntlabs/grpc-dlang/issues/33 If the user set reply message to empty, the server won't send back that message, then the application client side will...

If we send a request, with empty message: e.g. https://github.com/huntlabs/grpc-dlang/blob/master/examples/SimpleDemo/source/client.d#L15 comment out this line ``` // request.name = "Hunt"; ``` Then the server side will fail this test: https://github.com/huntlabs/grpc-dlang/blob/662427bf68d6fc374f62c8730b41f198651b98b9/source/grpc/GrpcStream.d#L141 and...

Hi, I'm trying the helloworld example, but I'm using a Python server, something like this: ```python import grpc import HW_pb2 import HW_pb2_grpc if __name__ == "__main__": handler = HWHandler() server...

https://github.com/garrettwrong/cuTWED/issues/28 twed_malloc_dev (and twed_free_dev) A and B data separately #28