ctrl-alt-h
alt-b
. |
I hereby claim:
To claim this, I am signing this object:
test | |
> jupyter notebook | |
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/widgetsnbextension/__init__.py:30: UserWarning: To use the jupyter-js-widgets nbextension, you'll need to update | |
the Jupyter notebook to version 4.2 or later. | |
the Jupyter notebook to version 4.2 or later.""") | |
[I 16:30:58.810 NotebookApp] Serving notebooks from local directory: /Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/gophergala2016/gophernotes | |
[I 16:30:58.810 NotebookApp] 0 active kernels | |
[I 16:30:58.810 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/ | |
[I 16:30:58.810 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). |
~/dev | |
โป go-gender-stats | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal 0xb code=0x1 addr=0x8 pc=0x119236] | |
goroutine 1 [running]: | |
github.com/jbrukh/bayesian.(*Classifier).ProbScores(0x0, 0xc820063d28, 0x1, 0x1, 0x0, 0x0, 0x0, 0x123cb, 0x7e16c) | |
/Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/jbrukh/bayesian/bayesian.go:307 +0x46 | |
github.com/hstove/gender/classifier.Classify(0x0, 0xc82053fe70, 0x5, 0x0, 0x0, 0x1) | |
/Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/hstove/gender/classifier/classifier.go:37 +0xd1 |
channels are slow, do not use it for synchronizing access
don't use channels as a queue
channels provide guarantees in your software for orchestration
channels: don't use for performance, use them for continuity: to keep things going
the channels are not the buffer. Goroutines can be the buffer.
Focus options on providers: | |
TCE | |
With focus: | |
GINKGO_FOCUS='Basic' BSL_BUCKET=c-aws-velero-bucket CREDS_FILE=/Users/carlisiac/creds/credentials-velero-aws CLOUD_PROVIDER=aws make e2e-test | |
----- | |
Exemple for filtering a test: | |
set GINKGO_FOCUS [APIGroup] |
# Serving community contacts | |
# | |
# Begin metadata | |
#@ title: Serving | |
#@ slack: #serving-questions | |
#@ slacklink: https://knative.slack.com/archives/C0186KU7STW | |
2021-09-27T01:00:00Z | dprotaso | |
2021-10-04T01:00:00Z | carlisia | |
2021-10-11T01:00:00Z | markusthoemmes |
# Eventing community contacts | |
# | |
# Begin metadata | |
#@ title: Eventing | |
#@ slack: #eventing-questions | |
#@ slacklink: https://knative.slack.com/archives/C017X0PFC0P | |
2021-01-04T01:00:00Z | n3wscott | |
2021-01-11T01:00:00Z | vaikas |
@carlisia | Release | Releasability | Nightly |
---|---|---|---|
knative.dev/serving |