-
I'd like to request the capability to assign a static name to a MAC address without the requirement to assign a static IP address as well. There is a use case both globally and within scope to assign…
-
Hi,
Big fan of this project! I'm trying to train an RL agent on a bunch of large environments at once, and I'm seeing an issue where some linkages are static/immobile when they shouldn't be. Here a…
-
hi! i'm trying to deploy my qt6 app but I cant really find out how i'm meant to deploy it. am i meant to statically link QT or make the user install qt6-devel. if i do need to statically link qt, how …
-
I have a file at /lib/libfceumm_libretro_ctr.a
I have a build.rs in the root of the project
```
fn main() {
println!("cargo:rustc-link-search=static=/lib/");
println!("cargo:rustc-…
-
Adding a new static code analyzer for Kotlin: https://detekt.dev/
### TASKS
- [X] Research (if needed)
- [X] Create branch feature/detekt
- [X] Initial set up of the tool
- [X] First try to i…
-
### Tested versions
Reproducible in 4.2stable, 4.3 stable
### System information
Windows 11 - Godot 4.2stable, Godot 4.3 stable
### Issue description
I truly do not know why this is the…
-
The CI tests use "configure --disable-static" but option does not exist e.g. https://github.com/sleuthkit/sleuthkit/blob/develop/.github/workflows/build-unix.yml#L56
and
```
./configure --help …
-
Minor hindrance worth mentioning. Not something that we can't get around.
```
module {
public let default_id = Principal.fromText("lxzze-o7777-77777-aaaaa-cai");
```
results in
non-static ex…
-
Hey, i am running a flutter app on a snap, thats uses this library to communicate with another app over dbus(plugs and slots are connected), the way we are using is
```
...
void _setupWatchdog()…
-
## Steps to reproduce
* Open `astro.config.mjs` file
* Change `output` mode to `static`: `output: 'static'`
* Run `npm run build`
### Expected result
Build should provide completely static …