Colin Gravill

Results 74 comments of Colin Gravill

Sounds good, if someone wants to update the Docker image that's most welcome.

No problem @stephen-swensen and thanks for giving a go. There have been occasional contributions to the Docker image but it's not heavily used, and I personally don't use it at...

I do like the Mathematica manipulate command: http://reference.wolfram.com/language/ref/Manipulate.html if we could enable terse syntax to generate widgets which communicate to the kernel that would be very engaging and potentially very...

There's some potentially useful details here: https://blog.jupyter.org/authoring-custom-jupyter-widgets-2884a462e724

I don't think anyone is working on this and it looks like you've made some great progress.

I've just fixed the related issue #232 However, if I switch to using #load "Paket.Generated.Refs.fsx" I get another issue: ![image](https://user-images.githubusercontent.com/1099725/60174825-d3612f00-9809-11e9-9450-41c0709c4fcf.png) If I load a dotnet fsi instance there's a similar...

Good reminder on Paket.Clear() but no change there. It might be a operating system difference that you're not getting the error. Does your `main.group.fsx` contain `#r "System.ComponentModel.Composition"`? I recommend trying...

Btw if I make a new Visual Studio .NET Core project, add the Npgsql.EntityFrameworkCore.PostgreSQL NuGet then this does work there. So my guess it that this is somewhere between FSI...

Oh wow yes, that makes a sort of technical sense but seems horrible experience-wise. Potentially this is a change in moving from .NET Framework to .NET Core? I tested in...

Does the type provider work correctly in an F# Interactive session outside of IFSharp? My understanding is that each of the parts is only recently working on .NET Core. Getting...