Attila Večerek
Attila Večerek
- [x] I'd be willing to implement this feature - [ ] This feature can already be implemented through a plugin **Describe the user story** I'm trying to configure Berry...
## 🐛 Bug report ### Current Behavior `constTrue` and `constFalse` are functions that both lazily return a `boolean` instead of `true` and `false` types, respectively. ### Expected behavior I expect...
## 🐛 Bug report ### Current Behavior ### Expected behavior I expect `record.lookup` to infer the type correctly when used in `flow`, i.e.: if `Record` is provided, an `Option` is...
I found that the [MDX plugin](https://github.com/mdx-js/vscode-mdx/blob/a5d7c030e1120b6a8e827d028818352c7d9dc46e/package.json#L80) chose `mdx` as the language identifier. This PR updates all places where commands/providers are registered to also include mdx files. It also adds an...
Hi there 👋 I'm trying to build a documentation site with this amazing tool. However upon following the [getting started bootstrap from docusaurus](https://docusaurus.io/docs#fast-track) and the [shiki-twoslash setup for docusaurus](https://github.com/shikijs/twoslash/tree/main/packages/docusaurus-preset-shiki-twoslash#setup), and...
Given the [mdx vscode extension](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) and the [Twoslash VS code extension](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash) are both installed, these two files, and a docusaurus 2.0 setup with `mdx`: repro.md ````md ```ts twoslash // ---cut---...
### Steps to reproduce See #613. ### Expected result The file is correctly detected as `xlsx`. ### Actual result The file is incorrectly detected as `cfb`.
### What is the problem this feature would solve? It is a [common security practice](https://developer.cyberark.com/blog/environment-variables-dont-keep-secrets-best-practices-for-plugging-application-credential-leaks/) to read secrets from the file system (or a memory-based volume pretending to be a...
Hi 👋 My project has the following dependencies: | dependency | version | | ------------ | -------- | | @tokenizer/s3 | 0.2.3 | | file-type | 16.5.4 | I've recently...