shouya

Results 30 issues of shouya

Today I noticed my org-mode started to behave abnormally. The observed behavior is that when marking a heading as DONE with `org-todo` (`C-c C-t`), the heading did not get correctly...

bug

Hi, I spent a long time tracing down a bug in my implementation of the `sorted` macro against the [06-pattern-path](https://github.com/dtolnay/proc-macro-workshop/blob/master/sorted/tests/06-pattern-path.stderr#L4) test. Namely, my output always looked like this: ``` error:...

for example, in Chrome, `C-n` is bound on the function to create a new window. is it possible for ymacs to get beyond the browser-level hotkey binding priority? Environment: -...

I'm experimenting running aw-server-rust from my home k8s network, with a tls enabled ingress. However, when I trying point my local aw-client to the server I find no success -...

I'm currently working on another small tool that uses futures heavily, then I found it's very difficult to define an `Api` and use it in the futures. This is because...

1. Blocking on fetch: rss-funnel is essentially a reverse proxy. There is little we can do to make the upstream respond faster. But we can certainly further avoid blocking the...

feature request

It would be easier for debugging as one doesn't have to constantly look at the console output.

feature request

It would be nice to offer a demo where we replace all process `img[src]` with an image proxy prefix.

documentation

Hi, I noticed some html snippets evoke html5ever warnings. After chasing down the cause I found a minimal pattern that reproduces the issue: ```rust let text = String::from("aa"); let mut...

Previously, I only add filter when a reasonable feature is not possible to accomplish. Later from the feedback I decided some filters are good to have if they simplify a...

feature request