Benjamin Pasero

Results 228 comments of Benjamin Pasero

@ashtuchkin if it helps, feel free to copy anything from our `VSBuffer` helper that is meant as a drop-in replacement for `Buffer` to work in node.js and browser environments. The...

Maybe as an alternative, `string | Buffer` could be supported, similar to how node.js streams support both.

Yes, would also be interested in this. I think this would enable VS Code to implement a dialog like this one: ![image](https://user-images.githubusercontent.com/900690/36909086-626bd878-1e3d-11e8-8900-4b18bc45a4fa.png) Refs: https://github.com/Microsoft/vscode/issues/44505

@paulmillr > I've looked into various projects including vscode - doesn't seem like many people are using followSymlinks: false So these test failures only impact if you configure `followSymlinks: false`?...

> Yes, i've made a call to release 3.4 with the broken test because vscode and other projects aren't using the functionality. So, all good. 👍 > The link handling...

Yeah I brought this up because we got some reports from users asking for this feature and we use jschardet when users have enabled auto-guessing of encoding. Maybe this could...

@aadsm here is the output: ``` EUC-TW prober hit error at byte 207 UTF-8 confidence = 0.505 SHIFT_JIS confidence = 0.01 EUC-JP confidence = 0.99 GB2312 confidence = 0 EUC-KR...

@hediet oh, the monaco diff editor has a much improved compare view miles ahead of what GH provides. Take this example how it renders on GH: ![image](https://user-images.githubusercontent.com/900690/102368946-b733ed80-3fbb-11eb-8636-a636b68caa73.png) vs VSCode where...