-
Make it a dependency, and check in the release script that no deprecated methods are left behind in a release. [deprecation](https://deprecation.readthedocs.io/en/latest/) allows marking the moment so…
-
After updating fedora to version 32 I had to install py_sg again.
Now it works again but there is this warning in console:
$ wdpassport-utils.py -u
/usr/local/bin/wdpassport-utils.py:131: Depreca…
-
For years our code-base (like presumably many others) had an existing `mb_trim()` polyfill of our own and as it pre-dates even php 7, it had a slight quirk in that it accepted a `null` as the first ar…
pilif updated
3 weeks ago
-
`CoroutineDispatcher.invoke`, a function used as such:
```kotlin
Dispatchers.IO {
stuff
}
```
is a shorter version of `withContext` that only works with dispatchers.
Does this function need…
-
```
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
```
I fear this plugin will stop working in th…
-
Hey there, I am part of the Lonely Planet Android development team, we are currently using your helpful integrated rating, one small issue is its availability on Maven Central.
Is there any chance…
-
Going through our filter documentation and saw the deprecation warning boxes.
If those are still available we need to add an issue on php-src to remove them in PHP 9, if not update the docs.
Fro…
-
We just noticed v9.5.0 flagged as deprecated, given we use this tool quite heavily internally - would you be able to explain why it was deprecated, so we can decide if to move or fork as appropriate?
-
(node:42480) [DEP0128] DeprecationWarning: Invalid 'main' field in '/usr/local/lib/node_modules/bulk-mail-cli/node_modules/simplesmtp/package.json' of './lib/smtp'. Please either fix that or report it…
-
In jQuery 3.0 was removed the selector property. It was the only way to determine the block if the node has few block-level classes. See example:
```html
```
`$('.block-b').…