Michael Mestnik

Results 84 issues of Michael Mestnik

The first time an application is run, using a default value appears clunky. Catching the `NotFound` Error is natural enough to have specific helpers for that case. There is also...

This is a feature request. By program I mean a single code string, usually containing `fn main` or `#[test]\nfn...`. I see how `redux` is used on the session and local...

**Is your feature request related to a problem? Please describe.** I've alt-4f and the game windows closes(new world), the music still plays, steam says running, and gamemode icon still in...

Hello, I was looking for a type that could only ever increase. Useful for the CPU side of Vulkan's Timeline Semaphores. I know I could trivially implement this, I was...

`man cargo` should do something decent. Append to `MANPATH` environment variable, if none exists use `manpath` binary to supply default. ```export MANPATH="$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/man:${MANPATH:-`manpath`}"``` **Notes** I originally installed the Debian rust packages,...

enhancement
O-linux
O-macos
O-bsd

For example, can I change `cxxbridge-cpp`? I suggest appending some Elf's name, to use `cxxbridge-cpp-jorty` instead. This offers some benefits, like uniquely identifying where text must match and the clarity...

I'm able to replace sandstone tiles with granite and any pipe with any insulated pipe, but not sandstone pipes with granite pipes, ECT.

``` NullReferenceException: Object reference not set to an instance of an object at WoodLogConfig..cctor () [0x00000] in :0 at (wrapper managed-to-native) UnityEngine.Object:Internal_InstantiateSingleWithParent_Injected (UnityEngine.Object,UnityEngine.Transform,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingleWithParent (UnityEngine.Object data, UnityEngine.Transform parent, Vector3...

I'm going to try writing CI hooks for gitlab, but is there another platform I should target? Github is a hard pass, I'm afraid.

Feeding off #7. Install "string" would be like: ``` apt -qy install curl busybox && curl https://raw.githubusercontent.com/onemarcfifty/openvpn-bonding/best/init.sh|busybox sh -s server-install ``` Where `best` would be a branch with the current...