Skip to content
#

repl

Here are 693 public repositories matching this topic...

cxrodgers
cxrodgers commented Jan 30, 2020

Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.

Note 2: I also posted this to stackoverflow but am posting again here since I didn't

cspotcode
cspotcode commented Feb 14, 2020

Desired Behavior

ts-node has a flag that enables diagnostic logging from ts-node (not TypeScript) to either a file on disk or to stdout. ts-node's API allows passing a reportDiagnostic function that is called for all ts-node diagnostics, allowing even more customizable reporting. This should match the UX of TypeScript's own DiagnosticReporter hooks.

This will enable end-users to se

socialcyberdog
socialcyberdog commented Feb 21, 2020

Hydrogen just gives me this error message when trying to run python code:

No kernel for grammar Python found

Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.

To detect your current Python install you will need to run:

python -m pip install ipykernel
pytho
poenneby
poenneby commented Apr 24, 2019

Hello!

I recently tried to setup REPL driven dev with Vim and while following your wiki entry I ran into some problems with library versions.
Below is the configuration that made it work for me:

REPL-y 0.4.3, nREPL 0.6.0
Clojure 1.10.0
  :profiles
  {:dev
   {:dependencies [[figwhee
ShalokShalom
ShalokShalom commented May 5, 2019

Hi there and thanks for this product. Currently, I see zero build instructions overall. How to install just Gluon on my computer, so I can work with it? Cooperating with Rust is a non-goal by now and it seems the current Readme assumes I am a Rust developer and familiar with its package system.

terlar
terlar commented Mar 1, 2019

I often end up creating multiple configurations, that basically does the same thing. It would be nice if the commands supported variable references to such things as current buffer/file. This could allow for more use-cases and generic configurations.

This is currently supported by Visual Studio code, see https://code.visualstudio.com/docs/editor/variables-reference

I think it is a kind of ne

Improve this page

Add a description, image, and links to the repl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the repl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.