anand jain

Results 97 comments of anand jain

no worries not a rush at all, i just realized i forgot to mention the benchmarks in my prior comment

One thing that I'll want to add is not hardcoding in the General registry. You can see the methods I added to allow people to generate depgraphs with private registry...

I would like to see a linear algebra library

Are you able to get that to work? For some reason even if I put that code in my startup, I'm not able to enter the REPL mode. I'm on...

I'm getting this too. opening a terminal will be instantly killed. My setup: ``` Version: 1.74.0 (Universal) Commit: 5235c6bb189b60b01b1f49062f4ffa42384f8c91 Date: 2022-12-05T16:43:37.594Z (3 days ago) Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2...

thanks for the quick reply! I dont have a gamecube controller so I can't play with GCN, is there a way to tell libmelee to open with certain dolphin settings?...

I forget exactly what I was doing, but IIRC `jsontable` didn't work on `Vector{JSON3.Object}`. I recall I worked that by just doing a `JSON3.read(JSON3.write(my_json))` which got me a JSON3.Array. But...