Dmitry Makovey

Results 24 comments of Dmitry Makovey

@asant I've taken your code and started wrapping it into something buildable... it's a work-in-progress but in case someone cares :+1: https://github.com/droopy4096/acer-predator-rpm @asant feel free to reach out directly if...

@JafarAkhondali https://github.com/droopy4096/acer-predator-rpm is in "beta" quality for the moment (i.e. it compiles "out of the box" but not necessary functions as I just finished working on it and didn't have...

I love this idea, and from user perspective the main use-case would be during the launch of the template to aid in tag selection. Issue with running it at the...

While I share sentiment in #2051 I think regexp will work only in environments where cluster names mean something. in environments where clusters are just `cluster123` (think: autoprovisioned) regexp would...

as a follow-up /etc/openshift/node.conf (actually it's template) refers to host's original hostname via ansible_fqdn however if hostname is being changed via /etc/hostname and possibly subsequent hostname ansible may need a...

Other automated OSO tools set hostname up so I would think it is expected (not to mention official docs that mention this during setup).

Reading above it looks like two distinct options would be of use: * Open File in **Existing** `nvim` instance * in TUI environment this could be complicated and not quite...

We're still running into multiple issues regarding use of `buildx` kubernetes driver: 1. default manifest for deployed `buildkit` pods allows for: a. jobs to be evicted mid-air due to cluster...

We're presently facing this particular issue with `python-3.9.23` and `importlib_metadata-8.7.0` : ``` LookupError: https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=3.9) is already being built: importlib-metadata>=4.6 from https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz (from setuptools_scm) ``` white trying to...

we've experienced similar issue with cross-compiler (`gcc`) and our solution was to copy over `clang/lib/Headers/*` from clang sources and adding `export BINDGEN_EXTRA_CLANG_ARGS=-I/some/dir/lib/clang/20/include`