Shane O'Grady

Results 15 issues of Shane O'Grady

When testing using Jest, I receive the following error when running `babel.transform`. I am using the test code defined in the README of this plugin. ```js import myImportedQuery from "./queries/productsQuery.graphql";...

It would be great to support [Ahead-of-Time](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) (AoT) compilation.

Got this message today: ``` About 0 batches of meth have gone missing... ``` I was running at 0 excess batches at the time (i.e. selling more than I was...

When using legacy auth, the env var `NPM_CONFIG__AUTH` can be used. Fixes #324

See https://github.com/kubernetes/ingress-gce/issues/33 I would like to be able to serve files from a GCS bucket.

I've just set up this with a [ConfigMap](http://kubernetes.io/docs/user-guide/configmap/) so as to be able to add more settings than permitted in the default configuration. Would you like a PR to add...

enhancement
help wanted

User namespace remapping doesn't work when you use multi-stage builds such as with the below Dockerfile. Is this possible to fix, or am I stuck with using user namespace remapping...

docker

Use [Go v1.16](https://go.dev/doc/go1.16) which has support for `Darwin/arm64`. Add `arm64` arch for release. Use `goreleaser/goreleaser-action@v2` _Reasoning:_ When running on an M1 Mac (arm64) **without** Rosetta 2 installed, the following error...

The example custom MarkdownRenderer is outdated. It still refers to Pygments, etc.

bug
documentation