Alies Lapatsin
Alies Lapatsin
Backport of the `Use a safe way to execute dns_get_record (v3)` #286 ___________ The idea is to create a custom error handler for dns_get_record(), call dns_get_record and then restore the...
Inspections can't detect jQuery usages if non-`$` alias is used Example of a code that can be omitted by `jquery/no-ajax` rule: ```js import jQuery from 'jquery'; jQuery .ajax({ url: url,...
Is it possible to force specify traversable types for local vars (using @var PHPDoc annotation)? I only found rules for parameters, properties and return values.
`UpdateEvent` event back-ported from SDK v4. Differences with SDKv4 events: - event from SDKv4 has `public Bot $bot`, in current PR it's `public Api $telegram;`. Reason -- there is no...
**Is your feature request related to a problem? Please describe.** If a chart requires heavy to calculate data, the whole page will be empty unless data calculate. This is how...
Nova fields have `help` text that can be specified by `->help($text)` method. Both `TextWithSlug` and `Slug` don’t render this help text.
If a field from the nested form has a help text (e.g. `Text::make('name')->help('Fullname')`), it's not displayed by package
For performance reasons it's better to have a number of parallel jobs equals to a number of CPUs, like `paratestphp/paratest` do
It's more stable now and supports more Telegram Bot API features: https://github.com/irazasyed/telegram-bot-sdk/releases