Tomasz Niedziela-Brach
Tomasz Niedziela-Brach
# Overview of the change This small change allows to override default behaviour of OpenSSLContextSpi in derived classes. Base OpenSSLContexSpi was partially designed to allow overriding - see virtual methods...
I've just stumbled upon a weird case, that I was able to update object's relations with sending PATCH request containing only the updated id (pointing to another object). As it's...
Hi, I tried with custom options object and the usage looks like this: ``` const slugifiedValue = slug(value, { lower: true, symbols: false }) ``` The library still convetes symbols...