Skip to content
#

interactive

Here are 966 public repositories matching this topic...

valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
agavra
agavra commented Oct 22, 2019

Is your feature request related to a problem? Please describe.

If I have a schema that is in schema registry but is not under the correct subject name, I cannot specify my KSQL stream to use that topic with AVRO format.

Describe the solution you'd like
We should support specifying AVRO_SCHEMA_ID in the WITH clause of create statements.

**Describe alternatives you've consider

go-prompt
tredoe
tredoe commented Mar 17, 2020

Feature Request

Could add an example to suggest a sub-command?

i.e.

optsCmd = []prompt.Suggest{
	{"list", Description: "some listing"},
	{"print", Description: "print info"},
}

// Sub-commands for "print"
optsCmdPrint = []prompt.Suggest{
	{"system", Description: "print system info."},
	{"dir", Description: "print directory"},
}

So, when you write "print", then could b

oppia
tyleri
tyleri commented Jan 22, 2020

This issue aims to migrate files still using AngularJS to modern Angular 8. The listed files are ones that the Angular team believes can be migrated without major blockers, but please feel free to reach out on Gitter if you run into any problems. Please make sure to comment below to claim a file before working on it, so we don't have any duplication of work.

Please go through this wiki page:htt

jgorostegui
jgorostegui commented Mar 29, 2020

On tutorial 14) Using roles from Ansible Galaxy - Install a Jenkins server geerlingguy.java I've found that role installation is missing.

Executed commands, as shown in the tutorial:

ansible-galaxy install geerlingguy.jenkins
cat hosts
cat jenkins.yaml
ansible-playbook -i hosts jenkins.yaml

Where the last command shows the following error:

ERROR! the role 
thomasaarholt
thomasaarholt commented Mar 19, 2020

There is now a lot of really nice functionality in ipympl, but it is hard to find. The in-depth documentation at ipywidgets is a really good supporting resource, but some aspects (like display(fig.canvas) and not display(fig) need to be clearly expressed.

I'm happy to write documentation for ipympl, but to do that we need some sort of framework to write in. Can someone help with this?

Improve this page

Add a description, image, and links to the interactive 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 interactive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.