Lou Acresti

Results 15 issues of Lou Acresti

Granted that nowhere in your README do you use the words "authentication", it's still probably a good idea to note in the README that this isn't meant to be a...

It might be nice to use all the default keyboard shortcuts in the official Idris book (for consistency with the Atom plugin): Shortcut | Command | Description -- | --...

Without digging too deeply into recent changelists, it looks like using `@enable 'serve jquery'` or similar does nothing. The "PicoChat" example still works, but only because it runs the `@client`...

Since you've gone to the trouble of writing JSCodeShift transforms, have you considered using a babel transform instead? They're actually quite similar. Using babel would make it easier to transparently...

By default, VSCode uses its built-in TypeScript version, which is currently 5.x, however langchainjs is using 4.x for its build, so it's possible for contributors to see errors in their...

The version of V8 JV8 uses is some random spot in the commit history. I should aim for a major version release, instead. Related: #12

enhancement

[V8 has built-in support](https://code.google.com/p/v8/wiki/AddDebuggerSupport) for communicating with a remote debugger. The [Chrome Dev Tools](https://code.google.com/p/chromedevtools/) project even has an [Eclipse plugin](https://code.google.com/p/chromedevtools/wiki/EclipseDebugger); it looks shamefully bare-bones, but it will still beat the...

enhancement

For JV8 to truly integrate with JS, it needs the ability to accept functions as parameters to mapped methods in addition to the primitives that are available currently.

enhancement

Sub-issue of #4

enhancement

Sub-issue of #4

enhancement