Jack Cherng
Jack Cherng
fyi, https://github.com/maple3142/ebook-converter/issues/17
> I want to know how many times to request per second My NGINX setup for APIs: rate=20r/s, burst=20 nodelay
I have another thought: a setting of a string template for formatting so users can customize the message to whatever they want ```js "caret_position_msg": "Line ${line}, Column ${column}", // probably...
In ST 4138, ```js // Show Line, Column in the status bar in full length, compact or completely // hidden. Valid values are "enabled", "compact" and "disabled" "show_line_column": "enabled", ```...
> disable + custom plugin = any format I've just made a simple plugin for custom status message. https://github.com/jfcherng-sublime/ST-CustomStatusMessage But the position of the custom status message is not good...
I personally am more interested in when the license will be expired or whether ST is in a licensed status. Such as an API providing: - purchased date - expired...
~Caused by https://github.com/sublimehq/sublime_text/issues/5444 ?~
[untitled2.zip](https://github.com/sublimehq/sublime_text/files/6988114/untitled2.zip) > ST no longer feezes when adding the following bailout in contexts which represent parenthesized expressions. > > - match: (?=;|\s*\?>) > pop: 1 Having no idea how this...
> I think I'm seeing similar "freezing" when editing Python or Bash scripts too and dealing with larger files / brackets. Could it be the same issue? Provide a reproducible...
> The supported value could be changed to true, false or "string" where string is a template that the user can freely set using template variables. I guess it would...