Blake Van Tassell

Results 9 comments of Blake Van Tassell

if you are building from source, what os are you using?

> > if you are building from source, what os are you using? > > I don't know what you mean by building from source but I'm using Windows 10...

@SmallHuaZi If you use [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer), make sure you follow the instructions of [this issue reply](https://github.com/phil-opp/blog_os/issues/1022#issuecomment-1177361632). It prevents rust-analyzer from screaming at you whenever you are working in a `#![no-std]` file

The error happens in this code block (lines 266-274): ```javascript } else if (this.settings.bannerType === 0) { component.props.children.splice(2, 0, React.createElement("img", { className: `${config.info.name}-banner`, src: `https://cdn.discordapp.com/banners/${guild.id}/${guild.banner}.gif?size=1024`, style: { width: "100%", height:...

@HypedDomi TypingUsersPlus is broken ![image](https://user-images.githubusercontent.com/79918522/208145997-684d7abe-994f-4944-8af1-f7783185c4e4.png)

I had this same problem (with the .NET Tools C# extension) and was able to resolve it without uninstalling or reinstalling any of my extensions. I can't tell you how...