TW

Results 2664 comments of TW

Thanks! I cherry-picked your commit into my PR branch where windows CI is enabled: https://github.com/borgbackup/borg/actions/runs/19363117646/job/55399592469?pr=9170 It's better, but still some path/URL related failures. BTW, I also did some other Windows-related...

**Original comment by Don Lebowski (Bitbucket: [onthefly](https://bitbucket.org/onthefly), GitHub: [onthefly](https://github.com/onthefly)).** ---------------------------------------- Hey thanks vice versa, but right now i have to learn the ropes so plz be patient :)

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- The search view code starts there: http://hg.moinmo.in/moin/2.0/file/12053b28483d/MoinMoin/apps/frontend/views.py#l237 For any kind of "selection widgets", you maybe want to look at the...

**Original comment by Don Lebowski (Bitbucket: [onthefly](https://bitbucket.org/onthefly), GitHub: [onthefly](https://github.com/onthefly)).** ---------------------------------------- Hey there, i would try to solve this one. But at least i would need a leverage to know where...

**Original comment by hacklab (Bitbucket: [hacklab](https://bitbucket.org/hacklab), GitHub: [hacklab](https://github.com/hacklab)).** ---------------------------------------- look at index view and mimetype groups

Maybe don't assume that people are familiar with this and describe it from a "how is this useful" perspective.

I don't think @sjehuda is an AI, he contacted me via email. But I explained to him that: - project focus for MoinMoin is getting moin2 into a releasable state...

About "removes in-band signalling for D/E": guess you'ld need either another kind of in-band signalling (reserve some index values) or add an extra column for it (extra memory needs). About...

It's internally in-band signalling. An index entry can be either an index or signal deleted/empty. :-P I agree, as it is internal, it's not a big problem, just needs to...

Yes, would remove some redundancies. Files cache only shrinks when replacing the chunks id list with a chunks index list.