Alasdair Collinson

Results 5 issues of Alasdair Collinson

Most Java projects nowerdays are not built using `javac` directly; rather, they use a build tool such as Maven or Gradle. Examples of how to build a Jigsaw project (with...

enhancement

Expectation: Running the tests with `npm test` works. Actual: The test file `highlighted.directive.spec.ts` currently looks like this on master: ```typescript import { HighlightedDirective } from './highlighted.directive'; describe('HighlightedDirective', () => {...

As is mentioned in [this reply to issue 403](https://github.com/CleverCloud/clever-tools/issues/403#issuecomment-647354149), when fetching logs with `--after` / `--since` only 1000 lines are printed. This is especially annoying, since there doesn't seem to...

I just created a new organisation, set up a credit card and tried to deploy an application there. It failed because I had forgotten to set up monthly invoicing; however...

In some commands (e.g. `clever logs --deployment-id DEPLOYMENT_ID`), you are supposed to pass a deployment ID. However, I couldn't find any way of retrieving that via the clever tools; in...