Arthur

Results 28 comments of Arthur

its indeed with pip. I get the same error. ```bash >>> pip install bjoern Collecting bjoern Using cached bjoern-3.1.0.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command:...

> Oohhh... can you guys try to change the `/` for a `os.path.join` call Didn't see this comment. Started looking myself and its indeed because windows path splitters don't use...

Use Linux to let it function properly. Windows doesn't have all the tools by default.

@cagix use CSS variables for your colors, then just add a button and change the CSS variables with js. Then just save which mode is enabled in the local storage...

I would use CSS variables tho. As its easier to use in more complex css files and its easier to update. I made a little [example](https://arthurdw.github.io/Learning/Personal/CSS-RootVariablesWithJavaScript/example.html) ([src](https://github.com/Arthurdw/Learning/blob/master/Personal/CSS-RootVariablesWithJavaScript/example.html)). Or here's a...

As quoted from the [Docs (Gateway Disconnections)](https://discord.com/developers/docs/topics/gateway#disconnections): > When you close the connection to the gateway with the close code 1000 or 1001, your session will be invalidated and your...

> > > Hey @Sigmanificient can you please elaborate at which event you want the discord presence activated ? Wdym with this? This should be a coroutine which sends the...

Hey there @DamnikB, are you still working on this issue? If not, I'll remove your assignment so somebody else can pick this up. ^^

Fix would be to add a parameter for initialization. Which then uses the bulk commands instead of separate. We could make this the default, and make thr current one a...

Yeah, we probbably should have a FAQ somewhere. But for example this question is documented in the docs: Message: A discord message that **will be** send to discord UserMessage: Represents...