William Saputra

Results 8 comments of William Saputra

Hi @alefragnani I'd like to contribute code to help with AST. Are you currently developing your own parser or will you use a 3rd party source? I'm interested in writing...

Seems that the discussion derailed from debugging client-side to server-side. I just fixed my client-side debugging issue today, and I find that the debugging documentation for TypeScript is lacking. #...

@carlo-salinari I just checked my environment, it comes from an extension called [JavaScript Debugger](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug). Apparently, it's a built-in extension, it should already be enabled for VSCode 1.46 onward. First time...

While it's a bad practice in the first place, should we cater for these types as well? ```delphi var Foo: array[1..5] of String; ``` So ensure that `for I :=...

After thinking about it some more, there can be cases where certain algorithm may ignore the some of the first elements. It's definitely smelly to do that, but hard to...

@hansu , are you aware of this extension? https://marketplace.visualstudio.com/items?itemName=Gxl.git-graph-3 It forks from this repo. Was curious if it adds anything meaningful on top of your fork but from skimming, doesn't...

I've tried to follow the instruction here https://github.com/react-dropzone/react-dropzone/blob/d6911c991e077151e302b599b92269432ab0472b/examples/forms/README.md But it doesn't work. Oddly enough, the click to file dialog still work. I've inspected the original input and the hidden input,...