Kari Söderholm
Kari Söderholm
I also got this "Failed to set base branch" error on initial setup but in my case the problem was that I first tried to open a bit of an...
I also ran into this issue but I found a workaround. If you use the same name for both the authorizer and the function then it works both with serverless-offline...
> Has anyone been able to use the option enableSimpleResponses: true? This bug is preventing the usage of all authorizer configurations offline Yes, I'm using that setting (see my previous...
I'm not sure. I haven't worked with serverless in over 6 month now and can't remember the details of this that well anymore so I'm probably not going to spend...
Very weird, but I can confirm. It can be reproduced at https://cdn.vaadin.com/vaadin-date-picker/4.1.1/demo/#date-picker-basic-demos by setting that style on the `` element (before opening the date picker for the first time). e.g....
What's the status of Command Prompt (cmd) support? Yesterday I installed jabba on Win 10 via the Powershell script. Then I noticed there's a `.jabba/bin/jabba.exe` in my home dir. I...
Looks like that merge broke the install/upgrade script. See [my comment here](https://github.com/shyiko/jabba/pull/534#issuecomment-783317539).
I just recently gave this project example a try. After `npm install` I needed to also `cd` into `node_modules/electron` and then run `node install.js` otherwise Electron would not work for...
Maybe I can somehow manually enable this in HTML file context by configuring VS Code? Can I?
Maybe you could add a configuration option so that this can be manually enabled for other filetypes? Maybe something similar to how you can specify extra filetypes for Emmet support...