Derpius
Derpius
> Expression 2 already has this feature implemented to it I assume you’re talking about my view requests PR? I thought about implementing it in starfall but never got around...
@thegrb93 > Does your code stop the duplicator tool? I'm not seeing any logic for that. Probably need to add that. From my PR: > Not preventing duplication of chips...
Would also need to implement some batch request for dupes with multiple chips (as well as handling a dupe that has chips from multiple players), and would mean detouring vanilla...
The word wrap setting likely adds a line break unicode char after 80 characters (to the nearest space so as to not chop up a word). If you paste the...
Actually it's definitely a line break, I've just noticed the row numbers have no gaps, and sublime text shows 2 lines of text with no line break as a single...
Markdown, as it is derived from HTML, doesn't place line breaks when viewed with formatting. This stems from HTML's `` tag, when you do a double space and a return...
From that code snippet, I'd assume that you're not assigning anything to ttype prior to `if size:`? If not then if `if size:` returns false, ttype never gets assigned, and...
Happy to help. Please close the issue yourself by pressing the close issue button, as the developer of this plugin appears to be inactive (no commits since two years ago,...
Can you program in python and fix it yourself? If not then it wont get fixed because, as per my previous comment, the developer has been inactive for around 2...
I could probably fix it if you're unable to if it's a pressing issue