Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProgressParams.Token should be a pointer or it won't marshal. #30

Open
perrito666 opened this issue Dec 6, 2021 · 2 comments
Open

ProgressParams.Token should be a pointer or it won't marshal. #30

perrito666 opened this issue Dec 6, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@perrito666
Copy link

Token type has a custom Marshaller/Unmarshaler and no public attributes. When used in ProgressParams it Marshals to a {} instead of string and, at least VSCode silently ignores it as it cannot find a corresponding type.

I wanted to contribute a patch but I am not sure how this is being generated.

Thank you very much for this library

@zchee zchee self-assigned this Mar 24, 2022
@create-issue-branch
Copy link

@zchee zchee added the bug Something isn't working label Mar 24, 2022
@zchee
Copy link
Member

zchee commented Mar 24, 2022

@perrito666 sorry for the delay. will looking it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants