Skip to content

merge upstream - #17

Draft
spinute wants to merge 260 commits into
spinute:masterfrom
mmcgrana:master
Draft

merge upstream#17
spinute wants to merge 260 commits into
spinute:masterfrom
mmcgrana:master

Conversation

@spinute

@spinute spinute commented May 5, 2022

Copy link
Copy Markdown
Owner

No description provided.

hyangah and others added 30 commits February 19, 2021 13:29
Now that we have a go.mod, we can properly upgrade to blackfriday/v2

The output remains the same, but this PR brings back italic links with '_',
placing them into the link since this seems to be the more proper way.

Fixes #182
Use Chroma for syntax highlighting and remove vendor'd Pygments
* Add myself to footer

* Add myself to the example template as well, and rebuild
This is in line with the Go support policy of current version + previous version
* Remove use of deprecated ioutil functions from examples

* Remove usage of ioutil from gobyexample's own scripts

+ regenerate output
* Clarify comment for the goroutines sample.

The current comment may be interpreted to say that the output must be
interleaved, when in fact it doesn't have to be (it depends on the order
the goroutines are run). Make the comment more permissive to avoid the
confusion.

Fixes #365

* Fix phrasing in comment
gobyexample doesn't use pygments anymore, so the generate program doesn't
spawn anything.
With thanks to @LaryBattle for the discussion in #46 and
@kilaka for the discussion in #344.

Fixes #46
Closes #344
It works using a test bucket
The script sets up the -region and -bucket flags to point to the right S3
location. AWS_* env vars should still be set manually.

The old Ruby uploading code is moved to upload-ruby-old for now (will be
deleted later)
More than one example in it now
The new Go-based code works fine and has successfully uploaded the site
several times now. This removes a dependency on a non-Go flow which
should make development easier.
See #394 for details.

This closes #288 by providing a lighter-weight approach.
eliben and others added 30 commits November 10, 2025 06:25
* Add tcp echo server example

* delete previously generated file

* Fix: simplify comments and remove redudancy as per review
The link appears to be dead
* Update stateful-goroutines.go

Replace the digit  '1' with the word one for 'one goroutine'

* Update stateful-goroutines 

Change stateful-goroutines under public/ to reflect real changes

* Update Go Playground link

Update go playground link with proper example
Now that we have wider lines in measure.go
Bumps [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) from 1.4.14 to 1.7.8.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.14...service/m2/v1.7.8)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
  dependency-version: 1.7.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.40.2 to 1.97.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.40.2...service/s3/v1.97.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.97.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: check unmanaged errors

Add checking to the errors returned by json.Unmarshal(),
*Encoder.Encode(), *Decoder.Decode().

Leave the ignored(_) errors as is, I suppose they are being managed.

* fix: ignore errors, add clarification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.