Apokalypt
Apokalypt
Hi, I was searching a better way to control my user input in my API. So I try to compare some libraries to select the faster that match with my...
### Context My team and I are trying to improve the way we work with logs so that we can be more efficient when we encounter bugs in our APIs....
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
### Is your feature request related to a problem? Please describe. I've just seen the new Tracer in the experiments (`SugaredTracer`). However, I'd like to avoid duplicating the function `onException`...
### Node.js Version v18.17.1 ### NPM Version 9.6.7 ### Operating System 23.2.0 Darwin ### Subsystem fs ### Description I would like to watch changes on a file storing JSON stringified...
### Version v20.11.0 ### Platform 23.2.0 Darwin ### Subsystem node:fs ### What steps will reproduce the bug? ```Javascript const fs = require('fs'); const path = require('path'); const filePath = path.join(__dirname,...
[FEATURE] At startup, send all locally stored traces instead of waiting the first batch + some time
## Context ### Explication Right now, when a NodeJS application crashes, the library gives the possibility to call the [\.flush](https://github.com/microsoft/ApplicationInsights-node.js/blob/2b686622a04cc554ba72f9ec2a393afb1c6dd7c5/Library/TelemetryClient.ts#L148) method with the ``isAppCrashing`` option set to ``true``. This can...
### Please avoid duplicates - [X] I checked [all open feature requests](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) and none of them matched my request. ### Context In the company where I work, we have a...
### Description All JSON Params when calling the route [Modify a channel](https://discord.com/developers/docs/resources/channel#modify-channel) seems optional based on testing and what I see on the developer tools when using Discord Client. However,...
### Which package is this bug report for? discord.js ### Issue description When someone create a post on a server and put a very bad title like ``question``, our bot...