Jon Sakas
Jon Sakas
I also had this issue when upgrading an older project. It turns out I had both the `monaco-editor-webpack-plugin` and also custom entrypoints/loaders. I had to remove the following and it...
Hey @JamesMessinger thanks for the reply! You are correct I was using a `POST`. However changing to a `PUT` yields the same results. ``` PUT /v1/connections/carriers/stamps_com/se-288338/settings {"nickname":"Free"} { "request_id": "0f5bb6bc-0c7c-4a5d-a705-b48145f07aac",...
@JamesMessinger any update?
I have been loving the new generate commit feature. I was hopeful that it would incorporate instructions from `.github/copilot-instructions.md` when generating the commit message.