Bryan Wilhite

Results 6 comments of Bryan Wilhite

I can change my current layout to respond to what I am experiencing: ![image](https://user-images.githubusercontent.com/5226627/173734607-45321a63-a3b9-44d9-9ccb-ae84522b1a93.png) The dashed lines represent visuals rendered by `rootComp`. The layout on the left is what I...

Okay, on Windows in bash when I run this: ```bash dotnet tool install -g dotnet-script ``` I am getting this: ```bash No executable found matching command "dotnet-tool" ```

Ah, I see I need to install `dotnet-sdk-2.1.300-preview2-008533`. I have updated [my setup guide](https://github.com/BryanWilhite/dotnet-core/tree/master/dotnet-script-minimal). **Update:** I installed the preview according to [the guidance of this repo](https://github.com/filipw/dotnet-script#net-core-21-global-tool) and am getting the...

I followed the install instruction in “[Install .NET Core SDK 2.1.300-rc1 on Linux Ubuntu 16.04](https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/sdk-2.1.300-rc1).” Here is my `dotnet --info` output: ```bash .NET Core SDK (reflecting any global.json): Version: 2.1.300-rc1-008673...

BTW: works just fine on full Ubuntu (for `dotnet tool install -g dotnet-script`): ```bash Tools directory '/home/user/.dotnet/tools' is not currently on the PATH environment variable. If you are using bash,...

You guys have too much work to do! Here is a similar situation in the Jupyter notebook: ![Image](https://github.com/user-attachments/assets/99cddd8e-d566-4995-8e48-fec0537c74e3) ```code Error: (1,24): error DNI103: Unrecognized parameter name '--name' ``` Full notebook:...