-
```python
from typing import Callable
def dictionary_filter(*, blob:dict, callback:Callable) -> dict:
"""
callable is a function with key, value arguments
example: `dictionary_fil…
-
VS Code snippet transform syntax supports converting capture groups to a variety of formats, including lowercase, camelCase, and PascalCase. Support for snake_case would be awesome.
See https:/…
-
Possibly very related to #157.
When expanding a snippet inside another snippet, all tabstops of the former snippet are deleted. An example:
```
snippet OOO "Omega" iA
\Omega
endsnippet
sni…
-
Creation, Updating and Deletion of snippets from VSCode should also delete the Gists from GitHub
-
could you show us how to iteratively get a complete code snippet. I've tried many times but only got a first line.
-
**Is your feature request related to a problem? Please describe.**
The Trino integration documentation page is missing the code snippet type.
**Describe the solution you would like**
The code…
-
Deno Version: Deno 2.0.1.
Trying to run the following snippet from the Mysql2 [documentation](https://sidorares.github.io/node-mysql2/docs):
```typescript
// Get the client
import mysql from "…
-
-
Filing on behalf of a customer who wants to be able to have postfix templates and custom templates (similar to ReSharper live templates).
Examples:
- .var
- .foreach
- "My own custom templates, …
-
### Describe the bug
When adding a new Distro or System, cobbler is looking for per_system and per_profile files which do not exist.
### Steps to reproduce
1. Add a system
2. Run cobbler…