mcclure

Results 166 issues of mcclure

A friend and I just did some testing of the "Block direct messages from people you don't follow" feature. There are multiple problems we discovered which could be resolved as...

### Steps to reproduce the problem - Go to a profile on mastodon dot social - Click "Feature on Profile" ![image](https://user-images.githubusercontent.com/277318/202934142-20e97acf-2d7e-43e0-a899-389f13c10081.png) ### Expected behaviour Something ### Actual behaviour Nothing at...

bug

### Steps to reproduce the problem Something I have seen frequently over the last week (though as far as I remember, not before that) is * I am writing a...

bug

### Steps to reproduce the problem If I look at this page logged out https://mastodon.social/@[email protected] It shows that @[email protected] has moved to a new server. ![image](https://user-images.githubusercontent.com/277318/206043466-bc06e426-1347-4f71-841a-7a3135412ff2.png) If I look at...

bug

### Pitch I am on mastodon.social. I am writing a post. I need to tag my friend Io. I do not remember Io's Mastodon handle. I *think* it had "eyesack"...

suggestion

### Steps to reproduce the problem On my test account, I made a post with an image. I did not set a caption or focus point. https://mastodon.social/@mcc_test_tusky/109847032654473817 Afterward, I clicked...

bug

### Steps to reproduce the problem Today I am noticing the "Follows you" box displays in black text on a darkened background even in light mode. It looks like this....

bug
status/confirmed

### Problem Short version: I am writing an application for a *slightly* unusual embedded platform, which entails using a platform json and no-std. It worked great *until* I decided I...

C-bug
S-triage

**Describe the bug** I am developing with Rust. As such I am using the rust-analyzer [LSP](https://microsoft.github.io/language-server-protocol/) server inside of the Sublime Text editor. Sublime's LSP-rust-analyzer plugin makes use of LSP-file-watcher-chokidar,...

performance
win32
has test case

I would like to write Rust programs that can compile to either native desktop or to be embedded in a web page. CPAL has a WebAssembly backend, but the web-audio-api...