-
This is a map as guide for what is to come and what others might want to contribute if they feel so inclined.
Macros
- [x] `mutate`
- [x] `select`
- [x] `arrange`
- [x] `distinct`
- [x] `…
-
### Describe the bug
When opening nvim with an Odin language file, no highlighting is applied unless I manually toggle it with :TSEnable highlight.
Other file types (rust, lua, etc) work as expect…
dogue updated
1 month ago
-
I wanted to show a quick glimpse of the programming dream (or my own, at least) - immediate feedback while programming, validated against a live server. Power, simplicity, reliability, and convenience…
-
### Is your feature request related to a problem?
Currently the delete connection is 1 miss click away from duplicate on the connection manager, so the extra confirm there would probably save more an…
-
### Describe the bug
This is regression/the same crash as in https://github.com/aws-amplify/amplify-swift/issues/3325
Error reported:
```
OS Version: iOS 16.6.1 (20G81)
Report Version: 104
…
-
As a developer whose code is instrumented for Datadog, I would like to be able to easily
- v1: jump to the Datadog page for a metrics/instrumentation call in my code files on Sourcegraph/GitHub/etc…
-
*Installation details*
Scylla version (or git commit hash): 4.4.dev-0.20201104.8aa842614 with build-id 5ac7c14543bc7e2332b59b3d9c25d1082bc61874
Cluster size: 6
OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-…
-
is react native supported? because I just initiated a project and saw styles as props already work(without styled-components and styled-systems):
```
```
are there any conflict between them? w…
-
## The Problem
Right now, classes generated by `addCSS` aren't guaranteed to be unique (we attempt to deduplicate them), which means that media query behavior doesn't always work as expected. If we u…
-
Similar to the 'move tags to yaml' rule, I would love a rule to move any inline metadata-fields to yaml.
Before:
```
date:: 2022-10-08
```
After:
```
---
date: 2022-10-08
---
```