Victor Sergienko

Results 58 issues of Victor Sergienko

I've started to create a modal windows - inventory, dialogue - and I'm creating a separate game state for each. I guess this is not the best design, because even...

question

… executed matches a particular regex. Got a permission from my company to contribute. Here's what worked for me. It's rather an invitation to review, there are some things to...

I have a huge set of makefiles. I need to find what creates a certain directory. I would like to set a breakpoint that triggers: * when a command that...

`--warn-undefined-variables` is really useful, but some modules are relying on undefined variables being empty, and they generate the checks in thousands. Not always they can be rewritten. In this cases,...

volunteer wanted if feature is to be added

In chapter https://thebookofshaders.com/05/, `y = st.x` dependency is called "linear interpolation". This is not the right term. Mapping from `x` to `y` is called a `function`, and `y=x` is one...

https://thebookofshaders.com/glossary/?search=smoothstep says "Results are undefined if edge0 ≥ edge1". At the same time, https://thebookofshaders.com/05/ uses `smoothstep(0.02, 0.0, ...)`. [NVidia reference](https://developer.download.nvidia.com/cg/smoothstep.html) says: * Returns 0 if x < a < b...

If I run `script -c 'ls --color=auto'` in a regular `ssh` session, it produces a colorized output. If I run the same command in `et`, it's not. Looks like `ls`...

### Describe the feature request _What is the feature of interest? Be clear and concise._ `htop` has a bunch of coloring features that make navigating a large process tree easier:...

feature

### Describe the feature request In order to monitor a process that spawns extensive number of subprocesses, it would be really great to only display the root process' children. ###...

feature

### Describe the feature request Support `user` and `group`, or, in worst case, `uid` and `gid` variables in process searching keywords. ### Additional context/details It's my frequent use case in...

feature