-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
dbt appears to su…
-
There are numerous resources that aren't preceded by RESX:
For example
"[RESX:Lock].Text"
"Lock.Text"
When used from code or templates, **ANYTHING** within brackets **WITHOUT** RESX: should …
-
This is a list of fixes we can add to the framework semantic tester to reduce the noise in goldens
1. Change all node colors to a single color (black, blue, etc). If a hidden node is inserted to th…
-
Hi Snowflake Team,
I propose a small change in the validation of the `snowflake.topic2table.map` property regarding the topics being configured.
We have faced more than once a failed copy/paste…
-
When an object is changed in the SAP Gui, it can lead to unrelated formatting changes in the coding of that object.
For instance, if a method signature is being adjusted in the Form Editor, the `!` a…
-
This issue happens in "Typing Tutor" code, Appl/EduApps/Ttype/ttui.goc in resource TTStrings.
```
/*
* wpmSPFString wpm_SPFString WPMSPFString
* The original chunk identifier was wpmSPFStri…
-
Hello,
just wanted to report a rare issue that I just had.
The "Fix Casing" action also changes the Image Property Find on a Page Action to "Image = Find(), which of course will result in an erro…
-
- all the description has been provided in this repo.
- you can add figma file or design module for other contributers.
- https://github.com/DevXsphere/Website-devxsphere/tree/main/frontend#readme
-
There are 2 ways to do null-related pattern matching now:
```fsharp
let len1 (str: string | null) =
match str with
| Null -> -1
| NonNull s -> s.Length
let len2 (str: string | nu…
-
## Description
I'm curious about it. We have to add `Ppx_deriving_json_runtime.Primitives` for every usage; can we have it internally?
Like (Code just as a sample, not tested or something):
``…