Julian Grinblat

Results 120 comments of Julian Grinblat

For future reference, I just finished building in `VERSION=13.1-RELEASE-p5`, this required further modifications, this time inside `libbech32`: ``` [root@chia ~/chia-plotter/lib/libbech32]# git diff diff --git a/test/googletest/googletest/cmake/internal_utils.cmake b/test/googletest/googletest/cmake/internal_utils.cmake index 2f70f0b..36cbecb 100644 ---...

There is no integration right now, but PRs are welcome!

I was just having trouble with this too, the solution was indeed to add permissions for `OkcAgent` to send notifications like described here: https://github.com/DDoSolitary/OkcAgent/issues/143#issuecomment-1945316675

Maybe [domictarr/rc](https://github.com/dominictarr/rc) could be useful to implementing a configuration file easily

Ohhh ok I finally got it 😅 It's because of the bundler 😅 ``` Could not dynamically require \"http\". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for...

hm... yeah, avoiding the dynamic imports would make life easier for the bundlers, but this should also be fixed in `rollup` side ^^;; I'm leaning towards sending a PR to...

I would also vote in favor of adding the `eventually`, `become`, `rejectedWith`, etc APIs found in `chai-as-promised`, I've used those since forever ago, and it's the one thing preventing me...

yeah, I expect the code is compatible, and if you force it, `npm` will allow you to run `chai-as-promised` with `chai@5`, but it's not allowed as per `chai-as-promised` with the...

Sorry for the (mostly) unrelated comment, but I noticed that @domenic is also the maintainer of sinon-chai, which I'm also using. Would that plugin also be welcome in this org?...

Hey! If I understand correctly, the option you are looking for is [initialScroll](https://github.com/dotcore64/react-stay-scrolled#optionsinitialscroll). I think this lib should be able to help with your usecase, but feel free to send...