Johan Verwey

Results 13 comments of Johan Verwey

Not supported yet, but this should be easy to add. Coming soon...

I am having a hard time getting the F# evaluator to be instantiated when running as a plugin. Permissions issue?

I still get an exception when instantiaing FsiEvaluator(). Initially it complained about not being able to resolve FSharp.Core.dll. Adding the FSharp.Core.opdata and sigdata files to my project seemed to help...

Thanks for the feedback Thomas. And thank you for providing the literate programming tools to start with. I should have made the version number 0.1. It is still early days.

Thanks Tuomas, your a legend! The filtering when zooming in and out looks kind of nasty (edge aliasing). Do you know of a way to enforce ClearType fonts? On 9...

Hi, Yes, I will. In the mean while, look at http://tomasp.net/blog/fsharp-literate-programming.aspx/ The important part is to start your comment with a double star. '(**'

I get the same error, but managed to solve it with the workaround... # foo_lib Cargo.toml ``` [package] name = "foo_lib" version = "0.1.0" edition = "2021" [dependencies] pyo3 =...

I would also really like to be able to use a scale factor of 2. I have tried to remove the second call to ``` x = upsample(x, num_filters) ```...

> Many APIs assume the caller will provide a collection of values. This should integrate with `winrt::Param` to allow regular Rust collections and iterators to bind to WinRT input parameters...

I see the same on windows using TORCH_CUDA_VERSION=cu110, but only for `--release`, CUDA works fine for `debug` builds.