Darren Schroeder

Results 2071 comments of Darren Schroeder

@zhiburt I like it. I was thinking about this the other day too and was hoping for a nushell table literal syntax but I'm good with a json syntax too....

> You can see some examples of json conversion here. These are super cool. What I don't understand though is how we can make that work in nushell. If we...

hmmmm. ya, it looks like maybe it needs flattening ``` sys | get host | get sessions | to json [ { "name": "Administrator", "groups": [ "Administrators" ] }, {...

I don't understand this really because if you do `sys | to json` everything lines up like this for cpu: ```json "cpu": [ { "name": "CPU 1", "brand": "Intel(R) Core(TM)...

> It may be an incorrect representation though let me now what you think. I could probably live with that. It just has the columns and rows swapped but it...

@Oceania2018, I was going to suggest the same thing. We don't want to be writing cuda .cu files. It's not easy. However, my first suggestion would be to parallelize the...

Awesome! Good job. Maybe you should put your c# demo app in the repo as an example.

I'm not sure we've ever considered this use case. It's interesting.