sur.la.route

Results 109 issues of sur.la.route
trafficstars

### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type UI Feature...

feature-request

Thanks for this! I have a few files missing icons, but I think some should be sharing icons that already exist: - .coverage (new icon?) for https://coverage.readthedocs.io/en/6.4.1/ - .eslintignore >...

Hey, Check out this repo: https://github.com/streetsidesoftware/vscode-spell-checker There is a file called "cspell-words.txt" that is missing the icon, and also a ".code-spell" that has the default icon: ![image](https://user-images.githubusercontent.com/17788706/179258013-1a04127a-0320-4d69-92f1-67cabefbc4d9.png)

Thanks for the tool! On the time range selector can a url parameter be used to set the initial value? Something like: https://analytics.example.com/share/EUf5qmgL/example?time=last_7_days To choose the Last 7 Days. ![image](https://user-images.githubusercontent.com/17788706/178578314-1b4ac7fe-4560-4348-acdd-c94dd1184e1b.png)...

enhancement

Hi, thanks for the excellent tool! When running on Jinja2 templates it generally works pretty well. However, when there is an if statement inside a tag this error comes up...

keep-unstale

Hey, thanks again for the tool! I found an issue w/ SQL SERVER sql: ```sql SELECT two.col two FROM dbo.table_one one Left JOIN dbo.table_two two ON two.id = one.id ```...

bug

When using square brackets around a column name that comes from a sub query in SQL SERVER we get a parsing error. If the square brackets are removed, the query...

bug

When using CTE's with queries use the same alias name on the tables, and table with the same column names, there is an error. For example, a valid but messy...

bug