Malcolm Rodrigues

Results 5 issues of Malcolm Rodrigues

When using ids for slides, the url reflects id as hash, but if the slides have nested slides then the parent slide id is ignored. For example ```pug .slides section#main...

Test results: `OK (105 tests, 105 assertions)`

Would it be possible to use `INSERT INTO table SET x=1, y=2` and get the insert builder functions? As of now it returns `$this->db->query('INSERT INTO table SET x=1, y=2');`, which...

See below screenshots: When extension is disabled, the references lists all the lines where the variable is used. ![image1](https://user-images.githubusercontent.com/25589171/217796675-f7da7f0f-3ec6-4f03-bf30-104873105cf7.png) When enabled, it shows only the same definition twice. ![image2](https://user-images.githubusercontent.com/25589171/217797030-de1642f2-1c72-4f71-a447-fdeef63f90c1.png)