Adam B.
Adam B.
Argue better
I'm not an Australian citizen, and so don't have a dog in the fight, but was made aware of the site by a colleague. I read the first paragraph and...
What's the reason for `func Dashboard(w io.Writer, p DashboardParams) error` instead of `func (p DashboardParams) Execute(w io.Writer) error`? Being able to do ```go error := html.DashboardParams{ Title: "Dashboard", Message: "Hello...
I'm not sure if some of the nomenclature is confusing, or if someone's autocorrect went haywire while writing, but "Mondo" shows up a lot.
Refers to an archive in the repo root which doesn't exist, fixing that spews unhandled promise rejections (`TypeError: gl.createBuffer is not a function. (In 'gl.createBuffer()', 'gl.createBuffer' is undefined)]`), and attempting...
Now how can I palm off my vast wealth from my good friend, the Prince of Nigeria?
CCBV (rightfully) holds a place near the start of my bookmarks bar, but without a favicon, it has to have a title, making it about 3x wider than it needs...
https://github.com/expo/expo/issues/1765 > Size limit for a value is 2048 bytes. An attempt to store larger values may fail. Currently, we print a warning when the limit is reached, but we...
Suppose my tests are in a well-marked file such as `test_queue.py`. It doesn't make sense to name tests in the form `test_queue_starts_empty()`, `test_queue_size_increases_after_push()`, and so forth, because I know they're...
Suppose I have a `Dockerfile` with many layers, then the following ```Dockerfile RUN apk add --virtual .build-deps some package names RUN pip install some python package names RUN apk del...