Særgeir
Særgeir
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
Hi, Thanks for this addon. Is there a way to make this work like `{{type:cloze:Text}}` to be able to type the text in the clozes instead of revealing them?
Hi, I've been using your plugin some years ago while it was still being maintained, and grateful for the work you've done here. I understand you no longer have time...
## Describe the bug I'm trying to setup liquibase json schema with yaml-language-server using [nvim lsp-config for yamlls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls) and I can't seem to get custom filepaths association to work So...
I have a multi-module kotlin project, where modules require different java versions (8, 11, ...) I noticed that my codeql actions started failing and since I haven't made any changes...
### Action config This is a slightly modified (from default generated) workflow that I have: ```yml # This file was auto-generated by the Firebase CLI # https://github.com/firebase/firebase-tools name: Deploy to...
### Action config ``` - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FIREBASE_SANDBOX_425310 }} channelId: live projectId: firebase-sandbox-425310 env: FIREBASE_CLI_EXPERIMENTS: webframeworks,pintags ``` ### Error message We're deploying next.js...
Hi, Would you consider replacing java-faker integration with [kotlin-faker](https://github.com/serpro69/kotlin-faker), which is way more feature-rich and is written in kotlin? I can contribute with a PR for issue, if this is...
I'm trying to retrieve CollectionModel content from an http response body (I've tried TestRestTemplate and WebClient and both produce same results) but getting an empty `content` in the `CollectionModel`: `CollectionModel...
Hi, I'd like to ask if it's possible to support [ansible-vim](https://github.com/pearofducks/ansible-vim) plugin's syntax highlighting. There's no treesitter specifically for ansible that I could find, but the aforementioned plugin exists which...