Ken Youens-Clark
Ken Youens-Clark
I'd like to leave a use case. Given a string of English, I'd like to split the text into words and the bits in between the words which can be...
Well, I'm so glad I asked. The unicode-segmentation was exactly what I needed, so thanks!
Thanks for the comment! All my code examples worked using WSL1. I confess I didn't extensively test on Windows as I have used Unix-like operating systems for over 20 years...
I think I am having the same errors. I was able to trace the error to kraken_processing.cpp in the function "convert_distribution" in the `for` loop. The program would only run...
Update: I edited `kraken_processing.cpp` to comment out all the `#pragma omp` lines. I recompiled and was able to get the program to run for about 5 hours before hitting the...
I think I finally have a good solution in using "pretty_assertions::assert_eq" instead of assert_cmd's "stdout" comparison. It's a tiny bit more work, but the output is much more helpful. I'm...
If you used "python3 -m pip install new-py" then it should be installed into the same place that any other Python programs are installed. If that location is not in...
I've been improving the test output by using "pretty_assertions::assert_eq". Switch to one of the "clap_v4*" branches and use those tests. Note you will need to update Cargo.toml to use this...
Also, how can I constrain the size? I'm placing the viewer into a div, but the viewer is using the full width of the browser.
Thanks for the pointers! I've tried setting the parent `div` position to "absolute" and "relative." They both constrain Mol* much better, but I'm not able to see the menu option...