manvydasu
manvydasu
#158
Next step would be to replace deprecated UNSAFE_componentWillReceiveProps with something else (#85).
It's currently hard to implement following behavior with pino-http: 1. Log request **with headers, url, request params and other required info.** 2. Process request and call `log` multiple times during...
### What happened? ## Steps to Reproduce Follow steps in the readme example, but have the port already in use: ``` const { PrometheusExporter } = require('@opentelemetry/exporter-prometheus'); const { MeterProvider...
### Describe the feature request It's a bit unclear to understand reason for `getFeatureToggleDefinitions` - it returns all the feature flags, but it is not user specific (context can not...
## Bug report ### Required System information - Node.js version: N/A - NPM version: N/A - Strapi version: 4.4.3 (Latest) - Database: N/a - Operating system: N/A ### Describe the...
Imagine someone is building a table, which supports infinite scroll and the amount of total rows is not known (hence the Infinite scroll example in examples folder would not work...
### Goal I'd like to write MDX file, which contains code examples for multiple languages. In order to reduce amount of space taken by code examples, it would be nice...
As per https://github.com/mailcheck/mailcheck/issues/187 - mailcheck is not maintained, pulls a lot of unnecessary stuff in and has couple of bugs. It should be replaced with `email-spell-checker` as it's better and...
Hello, ## Context Currently, its impossible to add an absolute url link, which would redirect user from stoplight elements page, to a differente page , which is located outside of...