Amjad Ben Hedhili

Results 88 comments of Amjad Ben Hedhili

Who care's about ocaml or blog posts, just do local type inference. I have a feeling that the real reason behind excluding type inference is the added complexity.

I see the point about considering UX effects and drawing from other languages, but it seems to me that these considerations are based mainly on his ocaml experience, which is...

yeah, I already checked that but it's specific to vscode

I think `xml.server.vmargs` is specific to vscode, is it not ?

I tried several of them, i found that at least `xml.symbols.enabled` is vscode specific too, but for some, I may not be able to test whether they're specific to vscode...

```py >>> text = view.substr(sublime.Region(0, view.size())); text '---\nscopeName: source.test\n\npatterns:\n - match: "★"\n' >>> obj = yaml.safe_load(text); obj {'scopeName': 'source.test', 'patterns': [{'match': '★'}]} >>> json.dumps(obj) '{"scopeName": "source.test", "patterns": [{"match": "\\u2605"}]}' >>>...

Adding `encoding='utf-8'` to `open` fixes it: https://github.com/SublimeText/PackageDev/blob/004eb12d2dc58ef2078566c748c800e5f67bc9c0/plugins/lib/fileconv/dumpers.py#L268

With build 4095, can I change the borders color of a text line controls when it's focused ?