Simon Alling
Simon Alling
Binding `"mod+,"`, `"shift+."` or just `"."` works: Mousetrap.bind("mod+,", event => { console.log("!"); }); Mousetrap.bind("shift+.", event => { console.log("!"); }); Mousetrap.bind(".", event => { console.log("!"); }); But binding `"mod+."` doesn't: Mousetrap.bind("mod+.",...
[The useful game creation guide](http://elm-lang.org/blog/making-pong) from a few years ago seems to have suffered from link rot since. These links go to a 404 page or are broken in some...
## Expected behavior and actual behavior I expect to be able to access all API endpoints that my user has access to via e.g. curl, using my CLI secret for...
### Is your feature request related to a problem? We want to use `runAsNonRoot: true` in our Kubernetes cluster to prevent containers from running with root privileges. The Swagger Editor...
PublishExtension cannot derive the ID of a VSIX-packaged extension, so `updateTasksId` doesn't work
## Problem The `updateTasksId` input is [described](https://github.com/microsoft/azure-devops-extension-tasks/blob/b853d1335b2287a2ad21662476463f2508e36237/BuildTasks/PublishExtension/task.json#L200) like this: > Search for contributed tasks in extension manifests and updates the id specified in each Build and Release task found based...
## Description I'm building an app in which I would like to include the playground, i.e. the default-exported `Playground` component from [`playground/src/Playground.tsx`](/asyncapi/asyncapi-react/blob/master/playground/src/Playground.tsx). However, it doesn't seem to be included in...
_This issue is a continuation of the discussion in #124, which was going off-topic ([this comment](https://github.com/rockowitz/ddcutil/pull/124#issuecomment-637966903) being the last one at the time of writing). It would also have been...
The old version, `^.+azurecr.io/.+$`, has four problems: * Strings like `evil.com/contoso.azurecr.io/foo` match. * Strings like `evilazurecr.io/foo` match. * Strings like `contoso.azurecraio/foo` match. * "Unescaped forward slash. This may cause issues...
In [the _From Source_ section of the installation docs](https://github.com/helm/helm-www/blob/main/content/en/docs/intro/install.md#from-source-linux-macos), the location of the compiled executable is described like this: > It will then compile `helm` and place it in `bin/helm`....
Greetings from Sweden and Chalmers University of Technology! I may have found something when exploring parallel arrays in Manticore. Here is a piece of code that works perfectly fine: ```sml...