Dominic Chambers

Results 17 issues of Dominic Chambers

Bring the Kubernetes executor [into line with the Docker executor](https://docs.gitlab.com/runner/executors/docker.html#the-entrypoint), which never overrides `entrypoint`, but only `cmd`. In Kubernetes [this is done using the `args` parameter instead of the `command`...

flow-ide sometimes seems to indicate the long line of code even though Flow has told it where the error is. For example, if I have a code snippet like this:...

It would be great if the documentation specified the _source_ specification for the programmatic module loader API since the [draft ES6 specification](https://people.mozilla.org/~jorendorff/es6-draft.html) you link to does not include that API,...

The 1.0.5 version of JsMockito in NPM still doesn't have the 46a3052eb9465a8 fix from two years ago, so that you get obfuscated error messages when you use JsMockito with test...

An example of standard Apollo directive that uses `repeatable` is `@tag`, which has the following definition (in Federation v1): ``` directive @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT...

help wanted

## Description We can use `--query-count-threshold`, `--query-percentage-threshold`, and `--validation-period` as a means to completely ignore operation errors, but there does not seem to be something like a `--ignore-composition-errors` switch to...

feature 🎉
triage

Apologies for a likely silly question, but I'm struggling to make sense of the pre-training time needed for Meta Llama 3. The 8B model is quoted as requiring 1.3M GPU...

This command complements the already existing `npm-recursive-install` command. The implementation could be made a lot more DRY, but this is enough to test whether it might be suitable for inclusion...

There are a couple of ways this could be achieved: 1. Fail-fast with a nice error message if `EDITOR` has not been defined. 2. Ask the developer to enter the...

enhancement
help wanted

I still find this library really useful even though it hasn't become super popular :+1: