-
WITH rule_card_count AS
(
SELECT
rule.id, COUNT(card) AS card_count
FROM
rule
JOIN
rule_card
…
-
### Description
Add logic to map **charset** property to ESLint rule.
As of right now, there is no implementation for the rule that checks file encoding but after some discussion on the [issue]…
-
```
matchbox2014 --cpf tpdb/tpdb-4.0/TRS/HofWald/2.trs
matchbox2014: "input" (line 2, column 24):
unexpected "-"
expecting "," or ")"
cat tpdb/tpdb-4.0/TRS/HofWald/2.trs
(Comment with f(a,z) = A(z),…
-
This may need to be revisited based to make these rules consistent with what's decided for clinical exceptions (eg. using "Unknown" vs. "Not Available").
## General Approach for blank fields and h…
-
```
/var/tmp $ javac Test.java
# no output produced, compiles properly
/var/tmp $ cat config.xml
/var/tmp $ cat import-control.xml
…
-
**Background**
I just built a trivial linter during a recently 2-hour [livestream](https://youtube.com/live/qYpp0Ygp80w?feature=share) on my YouTube channel. During my next livestream, I intend to…
-
The HTML living standard ( https://html.spec.whatwg.org/multipage/syntax.html#character-references ) states:
> The numeric character reference forms described above are allowed to reference any cod…
-
See below for an overview of this fork. *Note, this writeup is a non-exhaustive work in progress.*
This information may be valuable for working towards a basis that could be merged back into upstre…
-
**Describe the bug**
I am setting up a LD dev-server in my local environment. I have `ldcli` setup locally via homebrew, access token added, and a project synced locally. I fire up my nodejs serv…
-
Hi,
I had been trying to save a error trace to mongodb using NLog.Mongo using:
`
…