Git Product home page Git Product logo

Comments (5)

gwicksted avatar gwicksted commented on August 28, 2024

It only happens when running in an Any CPU or x86 build. Explicit x64 builds work without error.

from scintillanet.

jacobslusser avatar jacobslusser commented on August 28, 2024

There is a bit of black magic that goes into making the ILoader work. Let me dig in and get back to you.

Alternatively, the AppendText method works almost as well and may even be a preferable alternative. In addition to the black magic in the ILoader there is also the reference count to worry about which using AppendText doesn't require. Just remember that if you chose to use AppendText, it needs to be from the UI thread. Load your data asynchronously and then marshal back to the UI thread to call AppendText if you chose to go that route.

from scintillanet.

gwicksted avatar gwicksted commented on August 28, 2024

Thanks! I'll look at doing that in the interim.

from scintillanet.

jacobslusser avatar jacobslusser commented on August 28, 2024

I believe I've correctly identified and resolved the issue. Please get commit dbd4fc3 and let me know if you are still having issues.

from scintillanet.

gwicksted avatar gwicksted commented on August 28, 2024

Nicely done! It's fixed. Thank you!

from scintillanet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.