Roman

Results 273 issues of Roman

https://github.com/npm/cli/issues/3637 NPM > v7.20.2 does not work with workspaces. You cannot install deps from your monorepo, within your monorepo. NPM CLI will always try to install from the NPM registry...

stale

https://nodejs.org/api/os.html#os_os_cpus Can get the value this way: ``` node -r os -e 'process.stdout.write(os.cpus().length.toString())' ``` Then include into a step before, and then reference the output in the next step.

Refactor turbo config into a class with helper methods https://github.com/moltar/projen-turborepo/blob/38086573fa3e929f721f3a8b47b49fca78c7a04f/src/index.ts#L217 E.g. ``` project.turbo.addPipeline('build', { dependsOn: ['^build'], outputs, } ) ```

Hi, I checked the code and it seems there is no way to update job status. How can we let Laravel know that the job has been completed?

Not sure if the text has room for supporting evidence in the form of articles, but I like this article as a reference to how vegetables looked in the past...

### Use case Using RDS Aurora PostgreSQL as a vector database. ### Solution/User Experience I'd like to use Aurora PostgreSQL w/ `pg_vector` for storage. This is also a supported storage...

enhancement
triage
new-middleware

Once I passed the namespace issue #3, I ran into another one. Trying to create the following via `updateOrCreate` is throwing an error too: ``` { apiVersion: 'v1', kind: 'ServiceAccount',...

Can't seem to get the auth to work. Keep getting `statusCode: 401` error. Here's my config: ```js { apiVersion: 'v1', clusters: [ { cluster: { 'certificate-authority-data': 'xxx', server: 'https://127.0.0.1:57857', 'insecure-skip-tls-verify':...

bug

I'm opening a new issue in regards to this so that we don't pollute the #1 issue. But basically, `updateOrCreate` method assumes have a namespace already, and thus cannot handle...