-
### Nomad version
Nomad v1.8.4
BuildDate 2024-09-17T20:18:34Z
Revision 22ab32e6cff66cf52f5e3f115b93de776bc09583
### Operating system and Environment details
Ubuntu 20.04.1 LTS
### Issue
…
-
It would be better if I could view or search for an item's attributes by using `find` using an item's PID as a parameter in addition to its current functionality, since most commands have PID as a val…
-
# 🐞 bug report
### Affected Version(s)
All
### Is this a regression? (optional)
No
### To Reproduce
Modify PID settings for E0
```
Send: M301 E0 P15.24 I0.96 D60.28
Recv: echo: p:15.2…
-
When attaching to an application, having to set manually the PID on the launch.json breaks quite a bit the flow.
Would it be possible to use the `${command:pickProcess}` as is done on the default C…
-
`dnsmasq.init` instructs `dnsmasq` to manage its own pidfile using the `-x` option, thus:
https://github.com/openwrt/openwrt/blob/5384c9337f2323727081e32369a86b62e72c47d8/package/network/services/dns…
-
use frida::{Frida, ScriptHandler, ScriptOption, ScriptRuntime, SpawnOptions};
use lazy_static::lazy_static;
lazy_static! {
static ref FRIDA: Frida = unsafe { Frida::obtain() };
}
fn main(…
-
### Discussed in https://github.com/harp-tech/protocol/discussions/28
Originally posted by **Poofjunior** November 26, 2023
I know many existing Harp devices are built with an FTDI chip doing …
-
Is it possible to select the nvim instance by PID instead of socket?
I want to query the current state of an instance to decide whether I need to ask before closing a tab in my terminal, but I only…
-
Is there a reason for this? It should return a `(Pid, WaitStatus)` so you can spawn multiple processes in parallel and wait for them to finish in any order while performing specific actions on a proce…
-
**Describe the problem**
Is there a way to get the PID of the chrome tab/process that eel opens? We're making a crossplatform app, and we'd like to be able to manage focus/know what's running via PID…