Leonid Shevtsov

Results 35 comments of Leonid Shevtsov

:+1: for this - the current Lunr.js documentation is broken because of this bug - try clicking on 'load' in the 'Index' class.

I think a `` is more appropriate for the dropdown trigger.

alternatively you can excise the title-setting from the DOSBox source code - it ain't glamorous but it works: ```patch diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index aaf7c07e..e1ba77f0 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp...

I don't know nearly anything about any of this stack, but this can be avoided by commenting out a line in `src/Makefile.am` (then rerun the compilation steps): ```patch diff --git...

Done in a more major gem update, please use version 2.0.0.

Also please confirm it works for you. :)

So, to summarize, the `config/global/site.yml` should look like: ```yaml default: name: Stikki prismic_subdomain: thought ``` HTH

Found the solution - fortunately, it is most straightforward. This package depends on `@react-native-community/push-notification-ios` for the iOS implementation. And in the README to _that_ package, there are [clear instructions on...

The structure looks correct. I think the problem might be that you have an absolute path to the file, and the script expects a path relative to the project root....

shouldn't the command be `./split_tests $ARGS[*]`? i am no expert on bash arrays, but google says so https://linuxhandbook.com/bash-arrays/