-
Just by using the simplest example, typescript complaints about the private properties:
```import {
logger,
consoleTransport,
fileAsyncTransport,
configLoggerType,
} from 'react-native…
-
Before filing issues, please check the following points first:
- [x] Please don't open issues for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handleba…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
Hi,
I came across this library due to all the limitation NextJS has with logging and trying to use it in my TypeScript. Unfortunately, not successful.
What I have tried is to follow the example …
cklat updated
1 month ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
in deploy TypeScript-Lambda function
function build AWS SAM
SAM
Build Fai…
-
### Expected Behavior
System fields **should not be replaced by values from additional parameters**.
If duplicate fields occur, a prefix should be added for fields from additional objects.
For ex…
-
I am running v8Runtime in Nodejs mode. I have several callback functions defined in java class annotated with @V8Function which only take some String parameters, no V8Value anywhere. I am not working …
ggecy updated
3 minutes ago
-
### Expected Behavior
`logger.info` or any logger calls should not be using excessive memory usage with
`Max Memory Used: 3339 MB`
This is opposed to straight `console.log`, where we get
…
-
It seems that using this transport prevents me from changing the pino default log level.
For example:
```
import pino from 'pino';
const logger = pino({
transport: {
targets: [
…
-
Hi @nspragg,
Have type error in our current logger when try to use the `console` for logger https://github.com/bbc/flashheart/blob/master/src/core/clientParams.ts#L20
```typescript
interface L…