earlchew
earlchew
I meant that the orphaned file should probably be cleaned up.
I've tried the initial version of the repack function. In https://github.com/jelmer/dulwich/issues/549 you wrote: * it currently caches all objects in memory while it repacks * it's not triggered automatically, you...
I think you are proposing that `add_pack()` just use `class GitFile` directly (rather than resorting to `tempfile.mkstemp()`), and that the flush-fsync-close semantics be applied to `class GitFile`. Is that what...
> because it requires the name of the file be known upfront Well, that's true, but I think the name is not actually required until the file is closed, so...
@jelmer I think we had a mis-communication. I recall I saw a related commit from you, and thought that you were not interested in doing this any more.
@marcastel Thanks for the feedback, and I appreciate the suggested workaround.
@afdia I'm not sure how to quantify the effect (positive or negative) across all fonts and glyphs across the board. Here are the cases that you highlighted. The first case...
Before answering your questions, another experiment on OSX 10.12.6 (Sierra) with stock 14.3.0 showing how the arrows and Cyrillic glyphs manifest in the drawing pane vs the markup pane. This...
@smcv wrote: > I think it should certainly be possible to make bubblewrap catch and forward signals, but I'm less sure that it should be catching and forwarding them by...
This is where the arrows are depicted: https://github.com/umlet/umlet/blob/de3940ffb8454297dba59e53bee7132427f5e6e9/umlet-elements/src/main/java/com/baselet/element/relation/facet/LineDescriptionUtils.java#L59 | Direction | Unicode | Name | |----------|----------|-------| | "< " | "\u25C4" | BLACK LEFT-POINTING POINTER | " >" | "\u25BA"...