Dave
Dave
Thanks for the details on the upcoming docs @igorpecovnik . It does seem like `CREATE_PATCHES` will do what I want to do if I understand correctly. @The-going what I would...
@confunguido -- I made some updates to the branch I was working on -- try doing: `dnf install -y obs-studio-libs obs-studio-devel qt5-qtbase-devel cmake make automake gcc gcc-c++ --enablerepo=rpmfusion-free-updates` (assuming you...
I also made one because I didn't see this: https://github.com/CatxFish/obs-v4l2sink/compare/master...DaveWK:master one thing I noticed is I think you can just get rid of the usage of `ObsPluginHelpers.cmake` which interestingly enough...
I think if you wanted to combine your docker approach w/ mine you'd be able to save some compile time and time to download those deps.. by reworking the cmake...
I ran into this as well. Looks like when you run `cargo build --release` it's build default is to build some test packages (into the "release" bin??) so you have...
One thing to note -- I am doing `cargo build --release` not `cargo run --release` -- I make my own docker images for deploys (I have a strong preference for...
any update on this? the instructions to run a full node are a rat's nest of indecipherable config vars that seem to have no purpose.
I made my own using regular old YAML. I found it very frustrating to decipher what the complete set of vars I would need for the dtl and l2geth were,...
ah thanks -- I will compare to that and reconcile any differences.. It seems strange to have to define all these variables that don't really change in between environments in...
I am having this problem on v4.0.1 as well: ``` 3:28PM INF ABCI Replay Blocks appHeight=88583 module=consensus server=node stateHeight=88583 storeHeight=88584 3:28PM INF Replay last block using real app module=consensus server=node...