Matthias Dittrich

Results 126 comments of Matthias Dittrich

I think @royalstream has said just about everything. There is no particular issue either on this (pythonnet) or the F# side. There is no (and probably wont be) dynamic support...

I should note here that I immediately typed/casted/converted all results to static types. Therefore I did never notice this issue. https://github.com/matthid/googleMusicAllAccess/blob/develop/src/GMusicApi/GMusicApi.fs#L176 https://github.com/matthid/googleMusicAllAccess/blob/develop/src/GMusicApi/PythonInterop.fs#L742 And I build a computation expression to not...

Please try https://stackoverflow.com/a/54266761/1269722 and contribute back to here if it works.

@raymondelferink This was just for a toy project and I have given up on that, but I wanted to document the solution for someone else running into this. So the...

> There's a snag in that it makes any native dependencies awkward to load @cgravill I stumbled over this issue. If you mean with "native dependencies" the unmanaged stuff, then...

Like I said in the OP this means it will not work in FAKE which this issue is about.

@thinkbeforecoding We are talking about using type providers within the build script itself.

Some things I'd check: - Is `FetchAs` actually using Thoth or just using an unsafe case from a plain JS object (which is probably what happens here because the internals...

I\m pretty sure we are one of the poor guys depending on `obj`, but afaik we use a custom `Decoder`/`Encoder` for it.