Juan Calderon-Perez
Juan Calderon-Perez
@mdelapenya Yeah that approach makes sense, I will add it to the idea pool
@valyala Quick optimization that should reduce memory usage by around ~300 bytes. I also submitted the same optimization to `bytebufferpool` https://github.com/valyala/bytebufferpool/pull/29
Still valid
@KatelynHaworth Friendly ping
This is a draft-implementation created using `OpenAI - o1 pro` model. ```python #!/usr/bin/env python3 import re def parse_conntrack_line(line: str) -> dict: """ Parse a single line of conntrack output and...
I keep running into this, some metrics providers (prometheus) use lowercase, some use upper case letters. My streams are now all in missed cases and not matching when importing dashboards...
@hengfeiyang Thoughts on this issue? It makes using public/published dashboard/visualizations really annoying. I have to edit every single visualization everytime I import a dashboard made by someone else. This often...
@mdelapenya Did you add "wait_for" to each service? A lot of these services take a bit to start, so it could be that.
That means the filesystem perse is compressed? How about individual files is that something filesystem_spec supports or should I use something else to compress the file then add it to...
> Yes, this is for opening individual files. > > > the filesystem perse is compressed > > Sorry, I didn't understand this. I have no idea what I wrote....