Runxi Yu
Runxi Yu
```python # office365/outlook/mail/messages/message.py class Message(OutlookItem): # ... @property def body(self): """The body of the message. It can be in HTML or text format.""" return self.properties.setdefault("body", ItemBody()) @body.setter def body(self, value):...
### Feature description Feature request https://github.com/weechat/weechat/issues/733 made it possible for the WeeChat relay to listen on UNIX domain sockets. Would it be possible to also support UNIX domain sockets for...
In `Sidekick/Logic/View Controllers/Tools/Slide Studio/SlideStudioViewController.c`, ```swift /// Function to start `marp` preview server public func startPreview() { // Save the code self.saveMarkdownToFile() // Start the marp child process self.marpPreviewProcess = Process()...
* templates: Use HTML Standards Mode * templates/nav: Add closing tags to `` * templates/head: `` should have "sizes", not "size" * templates: Move header inside body * templates/commit: ``...
你好,请问有没有一个 license?请参见 https://choosealicense.com 我建议这里使用 AGPL-3.0
Tested on both GNOME 47 and Sway 1.10, with Weylus 0.11.4 from Nix. When I first connect and use Weylus, and hover my stylus over the tablet screen, my pointer...
I [noticed](https://todo.sr.ht/~runxiyu/forge/19) that go-git is using a ton of CPU and memory when doing [simple operations like iterating through a tree](https://github.com/runxiyu/forge/blob/45a3fa1f5244dd39f86a7c0ecc3d2671d38ca997/git_misc.go#L74) on large repositories. ## Test program ```go package main...
I thought this would be a relatively simple question since in upstream Git it's just `git hash-object -w -t blob --stdin`, but I can't seem to find the proper documentation...
I would like to set the config option [`core.hooksPath`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-corehooksPath) via go-git. Unfortunately the `config.Config` struct does not seem to support so. I could probably go about modifying `config.Config.Raw`, or by...