Skip to content
#

fast

Here are 1,587 public repositories matching this topic...

psigen
psigen commented Sep 6, 2021

Description of the problem / feature request:

glob throws an evaluation error when it detects an infinite recursion in a
directory traversal. However, it detects this recursion even if the specific
subpath leading to that recursion is excluded via the exclude=[] argument.

This means that recursive symlinks cannot be ignored in glob expressions,
even if they occur in subtrees that

jsumners
jsumners commented Oct 26, 2021

But they are mutually exclusive. Situation: I'm working on adding pino to a CLI tool where error logs will be written to stderr as straight messages (not ndjson), and program output will be written to stdout through a custom level (value: 100), e.g. log.output(csv).

First attempt is logging configuration like:

logger.js:

'use strict';

const path = require('path');
c

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.

  • Updated Oct 28, 2021
  • Java

Improve this page

Add a description, image, and links to the fast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."

Learn more