The Wayback Machine - https://web.archive.org/web/20200609235729/https://github.com/topics/examples
Skip to content
#

examples

Here are 2,517 public repositories matching this topic...

tldr
dbrgn
dbrgn commented Feb 28, 2020

The spec says:

If a client has access to environment variables, several standard ones exist to specify the language in which a client should operate. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting navigator.languages in a browser, etc.).

Windows systems do have environment variables, but the

mandrews4
mandrews4 commented May 1, 2020

I'm using vagrant 2.2.6 in a WSL (Windows Services for Linux) Ubuntu environment installed on Windows 10.

Please update the book example of the Vagrantfile on page 241 of the pdf to reflect github:

4 Vagrant.configure(2) do |config|
5 config.vm.box = "geerlingguy/ubuntu1804"
6 config.ssh.insert_key = false

and append a line which is common to your other Vagrantfiles to the Vagrant.

abelsromero
abelsromero commented Nov 30, 2019

I am struggling to test a verticle isolated and all documentation and examples found only show how to test rest endpoints.

Something as simple as this, always fails with timeout

    @Rule
    public RunTestOnContext rule = new RunTestOnContext();

    @Rule
    public Timeout timeout = Timeout.seconds(5L);

    @Test
    public void should_run_verticle(TestContext context) {
bstarynk
bstarynk commented Sep 15, 2019

A suggestion to improve your README.md top file:

Please describe every single example there with one or two (maybe three) English sentences, interesting to software developers ; explain what each example is demonstrating.

I am a 60 years old guy, living in France, with a PhD in artificial intelligence (1990); I am professionally doing Bismon

Improve this page

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

Learn more

You can’t perform that action at this time.