James Hrisho

Results 15 comments of James Hrisho

@SecMao I'm unable to reproduce on my mac. I'll need to find a Windows laptop to reproduce. @inoas were you able to reproduce this issue? I see a few comments...

unfortunately @fumblehool brace and ace are enormous libraries. I would love to find a way to reduce the bundle size as well.

I would be open to any help. I'm not sure what it is that is driving the size other than the dependencies.

so with v8 of react-ace we've dropped support for brace and only should be importing the ace files you absolutely need. In theory bundle sizes should be smaller but i...

@JasonEtco does @SidneyNemzer 's tip help?

@Eric24 they are part of ace.js https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor by including the `language_tools` like in this example https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor you can enable them. As far as adding custom completers there is probably a...

@abhsinh2 We call the underlying ace redo directly. I'd be open to a PR on this.

@KalebMatthews that's really cool! @mohsinxx365 does this work for you?

@daniel500tech I'll be honest unless someone else embarks on this, I don't think this will be addressed in some time.

Would be happy to have a PR for this.