yūdachi
yūdachi
fc 好棒! 在新版的 Travis-CI 已经加入了设置环境变量的功能, 像这样:  所以还可以设置好 GitHub Token 的环境变量, 然后通过 ``` git push -f -q https://:[email protected]// ``` 来提交代码
@SketchK 抱歉来晚了... 不过看来讨论已经结束了 你问的 push 命令是我在另外一家 CI 服务的公司 [AppVeyor](https://www.appveyor.com) 的文档里面发现的: https://www.appveyor.com/docs/how-to/git-push/
I had closed some outdated issues and pull requests, and what remains is mostly about adding new feature: support repeater/delay in timestamp: 1. https://github.com/PoiScript/orgize/issues/29 2. https://github.com/PoiScript/orgize/pull/32 3. https://github.com/PoiScript/orgize/issues/57 support latex...
hi @justinabrahms, it's possible to access the ancestors of parsed element by using some low-level apis in rowan: ```rust use orgize::SyntaxKind; fn text(&mut self, token: SyntaxToken, _ctx: &mut TraversalContext) {...
hi, @justinabrahms, thanks for the feedback! I also find out it's tedious to impl `Traverser` trait, since it requires too many methods to be defined. So I've combined all these...
@justinabrahms > I'm unclear how to print out the AST of what the system thinks my document structure is. You can import the `orgize::rown::AstNode` trait to do so: ``` use...
thank @rynoV for explaining! I actually don't have such problem when writing rust code, since rust-analyzer should be smart enough for locating and importing trait you want:
`Document::keys` only returns keywords in 0th section, aka top-leveling keyword, which is enough for @gmemstr use case. I also introduced a new method `Document::title` in last release to extract title...
@rrix thanks for your feedback and that's a really cool project! I'm not familiar with `org-roam` or `org-fc`, and their syntax appears to deviate from standard org-mode syntax. would you...
@rrix > node properties with names like "header-args:rust" cause a propertydrawer to not be parsed. this issue was fixed in `0.10.0-alpha.9` > * `ast::Link` has a `has_description()` but no `description()`,...