-
Notifications
You must be signed in to change notification settings - Fork 240
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
Buffer is not defined [typescript] #4165
Comments
Hi @illunix, |
|
And what do you mean by std uri template? |
This one. |
Right now I get this @baywet |
I updated to @baywet
|
I don't understand how it's possible that I use latest released version and I get errors like this, how this even work? Does it pass the tests? Can someone explain? |
Hi @illunix ,
After that, make sure you regenerate your client and everything will line up. Typescript is still an experimental language at this point, we're working to make it stable but until then, misalignments like these might happen. |
Okey so I've built the kiota main branch and this error does not appear anymore, but there is still with Buffer is not defined @baywet |
Thanks for confirming, and the stack trace is still the same? (coming from the std uri template library) |
Yeah @baywet, it's same, is there any solution for that? |
So just |
|
Okey let me try |
Actually it does not solve it @andreaTP |
Can you run |
Thanks, so we'd need to publish a new version of the kiota libraries for this to take effect I guess. I think npm is not deduping it because it doesn't have at least a patch segment at the time in the version. |
Are you able to do this today please? |
Additionally, I have put the bump PR together to unblock you as well as other users. Waiting for approval. |
Okey so solution with override works fine @andreaTP |
Thank you guys |
Additionally the PR was just merged and the publishing is ongoing. Expecting for it to finish in a couple of minutes. |
Great, thanks |
Hey, when I try send simple http get request I get this error, I use latest preview version where is mentioned that javascript is stable
The text was updated successfully, but these errors were encountered: