Hamed Abdollahpour
Hamed Abdollahpour
### Expected behavior Getting the list of subscriptions using getSubscriptions() method (Embedded version). ### Actual behavior Always return an empty list ### Steps to reproduce 1. Ceate a Server 1....
Placeholder is still LTR for inputs. You can fix it by adding: ``` /* webkit solution */ ::-webkit-input-placeholder { text-align:right; } /* mozilla solution */ input:-moz-placeholder { text-align:right; } ```
Is there any plan to add Arabic to the punkt model? We want to use NLTK for text segmentation
Packages path for Linux is `~/.config/sublime-text-3/Packages/` not `.../packages`