faceair

Results 19 comments of faceair

https://github.com/faceair/nginx-parser/blob/171aa974ea5218140032e13872840359a1033162/parser_test.go#L84 I wrote a parser myself to solve this problem.

That 's a good idea. But it's not easy to implement. I will try.

If user use some language enhanced syntax package, we can't know it's real language. Some like [Magic Python](https://atom.io/packages/magicpython) [language-javascript-better](https://atom.io/packages/language-javascript-better) and so on. The file extension is more general way.

Maybe this is a good solution, I will try.

Can you give me some example for that ?

I have try, but didn't find the comment. Can you show me one of them? And what the filetype that the opened file is?

Are you using Firefox? May be related to browser compatibility, chrome is ok.

My initial goal was to try out the storage design using VictoriaMetrics to see if it could be used to store more types of data and to learn more about...

I'm also worried about LogQL's performance when there's a lot of data. ``` {container="query-frontend",namespace="loki-dev"} |= "metrics.go" | logfmt | duration > 10s and throughput_mb < 500 ``` Take this expression...