-
LSP Spec: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange
Other servers that implement this capability are rust-analyzer and ts…
-
```python
def run_code(language, code, variables, timeout):
try:
if language == 'python':
code = extract_code(code)
var_definitions = '\n'.join(f"{key} = {valu…
-
**`Severity Threshold: 🔵 MEDIUM`**
# 1 Potential vulnerability sources found within this repo
| `🔴 CRITICAL` | `🟡 HIGH` | `🔵 MEDIUM` | `⚪ LOW` |
|-|-|-|-|
| 1 | 0 | 0 | 0 |
**`ID: 01JB0Q1PJ1QGZX8S…
-
Would kind of be interesting to explore querying executable definition types with a smaller query language that we can use in the database.
Given a schema:
```graphql
interface Pet {
na…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
(and add them to a langauges/ subdir)
-
Yet another corollary to [this](https://github.com/zencart/zencart/pull/6493) storefront PR, there's no way for a site to _easily_ override any `admin/includes/languages/english/extra_definitions` fi…
lat9 updated
2 months ago
-
-
# Example
You have 2 files of different languages `rb` and `php`.
```
# exporter.rb
module Export
class Exporter
end
end
```
and
```
// exporter.php
class Exporter {}
```
and your current wor…
-
It occurred to me that a cool kind of challenge is if you are provided with a dictionary of definitions that you can use, but you can't make any additional definitions. So in other words you have to …