Antonio Yang

Results 95 comments of Antonio Yang

I have a similar problem, but to sending file only with .json file extension. Besides, is there any possible way when requesting `/pubic/somedata` and the handler send the `/public/somdata.json`. Thanks.

@lucasfernog I ran into this issue. I got this message, `Could not determine the accessibility bus address`, with `cargo run`. And the window show without content inside (But it is...

The bug is still here with the 1.0.1 release.

`WEBKIT_DISABLE_COMPOSITING_MODE=1` solve my problem, thank you. @aveltras

Hi @dnaka91 I try to solve this with your suggestion, and I realize the third input of `commit_signed` should not be `None`. None is for `gpgsig`, but `sshsig` or `SSHSIG`...

I got it. There is still a problem here. There is no parents field in commit_signed, so the commit is generated but not after the head of the current branch....

Also, I am not sure the None is valid for `signature_field`, because I will get a bug from gpg-interface. ```txt BUG: gpg-interface.c:284: bad signature '-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgTjgfFOnWZfMF8CBzrp50Vvs/E6 aHZKmKF2GhZRjHBiUAAAADZ2l0AAAAAAAAAAZzaGEyNTYAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQADCbMrw19YOZSdJxhjCgJvWIRpHT842Wu8xhITmurehYcHtn9pFcibpsx47V0D73f...

Hi @extrawurst There are things we need to think about before completing the PR. I have checked this signed commit with the ssh key will show verified tag in GitHub....

Hi @bryangarza, I ran into a similar use case here. Currently, is there any recommended way to drop the global subscriber, and then `tracing::subscriber::stracing::subscriber::set_global_default` again? If there is some feature...