Sascha Vincent Kurowski
Sascha Vincent Kurowski
This is about a bug in **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** bulma@~0.9.3 My **browser** is: Safari 15.3, but...
The old version of bulma-tagsinput added the tag when tabbing out of the input field. The new one doesn't do this. It would be great if this could be supported,...
I am interested in accessing the tags of private messages. Currently I do this in the following fashion: ``` python class PrivMessageTagSupport(pydle.features.ircv3.TaggedMessageSupport): def on_raw_privmsg(self, message): """ PRIVMSG command. """ nick,...