-
Would it cause any issues to add `source.css` to the value of `style` attributes?
-
## Problem
- We cannot restrict which operators can be used for columns (https://github.com/PostgREST/postgrest/issues/2442)
- We cannot restrict which columns can be used for ORDER BY (https://gi…
-
Would be nice to add a grammar check. Happy to help work on this :)
-
- [x] if...else... https://www.w3schools.com/python/python_conditions.asp
- [x] Do a piece of code to print 'True' if x bigger than 0, otherwise 'False'
- [x] While loop https://www.w3schools.com/…
-
Here is the error.
23:53:47.405 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands…
-
Currently, when trying to run constrained decoding with a new grammar, we are prompted with
```
Creating DFA mask store for LlamaTokenizerFast and custom, may take more than 10 minutes.
```
This h…
-
In the Migrating Virtual Machines module.
Regarding this text. I think it is unclear:
> NOTE The VMs with the suffix _running are the active ones. **As for the migration have to be stopped**, a …
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/bef88ea6-de24-4197-b609-8835b7e084e0.png)
I think the word 'for' breaks the grammar in this sentence
[original:…
-
### Describe the bug
The grammar package for tree-sitter-nu called by nvim-treesitter.withPlugins is never picked up by Neovim (v0.10.0).
### Steps To Reproduce
Steps to reproduce the behavior:
In…
-
```
S->A B
A-> C
C-> D
D -> ''
B->'x'
```
This grammar produces follow/first table:
```
+--------+-----------+------------+
| Symbol | First Set | Follow Set |
+--------+-----------+-------…