Skip to content
#

examples

Here are 2,309 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

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) {
yosun
yosun commented Feb 17, 2020

What is the issue?

neural engine support for PHP SDK

How can someone reproduce this issue (if applicable)?

  1. Use https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/php/example_code/polly/SynthesizeSpeech.php

change client region to 'region' => 'us-east-1'

  1. pass in this array into synthesizeSpeech ()

'Text' => 'Hello world'
'OutputFormat' => 'mp3',
'VoiceId

nev3rm0re
nev3rm0re commented Jan 21, 2019

LEMP Vagrant playbook sets up Vagrant box with default firewall vars from https://github.com/geerlingguy/ansible-role-firewall/blob/master/defaults/main.yml. Those vars allow connections to TCP ports "22", "25", "443" and "80" only, making MySQL inaccessible from outside the vagrant box.

I suggest adding a bit on configuring firewall into LEMP example's README file at https://github.com/geerlin

3442853561
3442853561 commented Jan 9, 2020

https://github.com/actix/examples/blob/master/websocket-tcp-chat/README.md
https://github.com/actix/examples/blob/master/websocket-chat/README.md

They look like most of the text is exactly the same, which is not friendly for beginners.

https://github.com/actix/actix/tree/master/examples/chat

Especially after reading this code, if you want to know what the next step is, you must read

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.