Filip Pytloun

Results 64 comments of Filip Pytloun

Wow, didn't know this is possible without x-tile.. :-) Is it also possible to somehow reset the window back to original position/size?

I like the idea and can imaging the use-case - eg. include class that gets generated on demand (eg. by deploy tool) and can override some parameters. But it may...

Intel Mac (Monterey) also needs Homebrew's gcc-11 to build successfuly: ``` brew install gcc brew install cmake brew install qt5 ``` ``` cmake -D CMAKE_PREFIX_PATH="/usr/local/opt/qt5" -DCMAKE_C_COMPILER=/usr/local/Cellar/gcc/11.2.0_3/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/local/Cellar/gcc/11.2.0_3/bin/g++-11 .. ```

I see package for xenial here: https://launchpad.net/~landronimirc/+archive/ubuntu/skippy-xd-daily Anyway it would be good to have this package in Debian.. I'll think about putting it into my TODO list.. :-)

I see :-) Anyway, having this package in Debian would mean it will be available in all upcoming versions of Debian/Ubuntu.. I am thinking about packaging it but not sure...

Might be related to this as well: https://github.com/vectordotdev/vector/discussions/12131 Causing this error when decoding JSON with some unsupported characters: ``` function call error for \"parse_json\" at (20:49): unable to parse json:...

How does it look like with merging this PR? I am using it for some time in custom build and it works fine. Moreover.. who cares about Windows? 🤯 If...

Yes, this issue is really painful 😞 @jszwedko has branch with removed problematic metrics which I am using now: https://github.com/vectordotdev/vector/tree/custom-build-without-high-cardinality-metrics

Hello, I would also appreciate possibility to access package changelogs. Maybe also via REST API with possibility to show whole changelog or just it's diff between two versions. So in...

I am experiencing the same limitation. I have indexes split by app but I usually want to query more apps at once to join related logs. It would be great...