Benjamin Stigsen

Results 21 issues of Benjamin Stigsen

I get the following error when running it: > Traceback (most recent call last): > File "D:\Projects\Python Projects\asynctwitch-master\bot.py", line 25, in > @say.subcommand('this') > File "D:\Projects\Python Projects\asynctwitch-master\asynctwitch\dataclasses.py", line 498, in...

I'm using the latest version of Firefox. When using the rich text editor, I'm not able to use CTRL+B or CTRL+I as they open up Firefox shortcuts. When using the...

Click "Load Content" more than 11 times and the following memory leak warning will appear in console: ``` (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners()...

bug
help wanted

I'm not quite as to how I play local files, using this DingoLingo bot.

I'm not sure if this is a bug or if this just isn't implemented. The ability to press TAB to indent doesn't seem to work, although this isn't a big...

Feature Request
Editor

The ability to count a custom file with a specific language would be nice. This would also make tokei support custom languages, many similar languages and other types of custom...

It'd be nice to be able to see future transactions. Example, right now I'm adding transactions for the 1. September (1 week from now). Now I'd like to be able...

feature-request

For something like `rectangle` it's: ```rust rectangle( [1.0, 0.0, 0.0, 1.0], // RGBA [0.0, 0.0, 100.0, 100.0], // [x, y, w, h] context.transform, graphics ); ``` But for `text` it's:...

I'm trying to apply data to the map, then using `map.applyData()`, which sort of works, but only when I have changed the data for 2 countries. If I do it...

Currently it's only possible to change `colorMax`, `colorMin` and `colorNoData` but not the ocean color (at least not when reading the README)