Git Product home page Git Product logo

Comments (8)

Aaronontheweb avatar Aaronontheweb commented on July 21, 2024

@marekkardos which command palettes are you using?

from petabridge.cmd-issues.

marekkardos avatar marekkardos commented on July 21, 2024

only the "Out of the Box Commands" no additional command palettes
(if I understand correct additional commands is possible to add only by calling RegisterCommandPalette(...) and there is no such a call)

from petabridge.cmd-issues.

Aaronontheweb avatar Aaronontheweb commented on July 21, 2024

Thanks! We'll see if we can reproduce.

from petabridge.cmd-issues.

IgorFedchenko avatar IgorFedchenko commented on July 21, 2024

@marekkardos I have created sample reproduction project (used NetFramework 4.6.1 instead of 4.6.2, but should not be important I think): https://github.com/IgorFedchenko/PetabridgeCmdIssue34Reproduction

Console application, using Petabridge.Cmd.Host v0.8.0 with default hocon values.

Can not reproduce this issue. Do you have some sources to compile and reproduce? Or should I change something in that reproduction repo to match your product's source and get this error?

from petabridge.cmd-issues.

marekkardos avatar marekkardos commented on July 21, 2024

So I was able to put together a demo which reproduces the issue.
PetabridgeCmdIssue34.zip

from petabridge.cmd-issues.

IgorFedchenko avatar IgorFedchenko commented on July 21, 2024

Great work @marekkardos ! Thank you!

You have this issue due to serialize-creators option enabled in your configuration. Our internal petabridge.cmd actor, used to handle Petabridge.Cmd.Host, is using not-serializable Props (here), which give you this error.

I wish I could give you a workaround to set this actor's scope to Local via configuration to make it all work (since this actor is not going to be deployed remotely ever, and props should not be serializable for him), but it is not possible now (created and issue for that: akkadotnet/akka.net#4596)

So far, you will need to disable that option until we will make v0.8.1 release, where this issue is going to be fixed.

Thanks for reporting, and for helping with reproduction!

from petabridge.cmd-issues.

IgorFedchenko avatar IgorFedchenko commented on July 21, 2024

Closed via https://github.com/petabridge/petabridge.cmd/pull/390

from petabridge.cmd-issues.

Aaronontheweb avatar Aaronontheweb commented on July 21, 2024

This change will be deployed in Petabridge.Cmd v0.8.1

from petabridge.cmd-issues.

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.