jdanielp
jdanielp
Same-named local subrepos with different origins cannot be converted due to ambiguity in the mapping
I'm making my way through this. It's doable without too much surgery so far as I can tell. I have `submodule_mappings` converted to deal with different `url`s in different branches....
Same-named local subrepos with different origins cannot be converted due to ambiguity in the mapping
@frej I was able to get a solution in place this morning. That solution works for the example repository attached on this issue. Then I realized that I had to...
Same-named local subrepos with different origins cannot be converted due to ambiguity in the mapping
@johannesc Thanks for the feedback. I will have a look at yaml instead. Actually, your comment addresses another burning question I had about the mappings. I realize we're going on...
Same-named local subrepos with different origins cannot be converted due to ambiguity in the mapping
@johannesc You made things much clearer. And you taught me about the existence of .git/modules; I did not know about that. Thank you. @frej I was able to get my...
Same-named local subrepos with different origins cannot be converted due to ambiguity in the mapping
@frej Sorry to leave you hanging on this. Some things have come up at work that have pulled me off this issue. I've confirmed my fix will convert the repo...
Can you please provide some examples (issue numbers) of of the types of crashes that are because of using PyQt and custom themeing? Is there a way we can report...
I mentioned this elsewhere, but is there something we can report to the upstream PyQt project? Is there something we should be doing differently to deal with themes? Can we...
We might be able to solve this with some inline html like this: https://stackoverflow.com/questions/6046263/how-to-indent-a-few-lines-in-markdown-markup If we put the nbsp into the exported markdown I think pandoc will do the rest...
Perhaps we should hide the "open" and "open recent" when another project is already opened? Alternatively we could write a custom action (from QAction) that closes the current project then...
I can't reproduce this problem with the following environment: ``` Manuskript 0.13.1#795e1fa (Python 3.9.7) * PyQt 5.9.2 (compiled against Qt 5.9.7) * Qt 5.9.7 (runtime) * lxml.etree 4.7.1.0 * libxml...