massadm

Results 8 issues of massadm

[Turn off warning message](https://stackoverflow.com/questions/57665508/)

### 🐞 Bug Report Critical #### Required Information | ? | ! | --- | --- | Operating system | Linux 5.11.6-1-MANJARO | PHP Telegram Bot version | 0.71.0 |...

bug

Ask user interactively to `pacman-mirrors -g` && `pacman -Syyuu` as a fallback method in case we need to backout. IMO.

```php namespace Swaggest\JsonSchema; interface RemoteRefProvider { public function getSchemaData($url); } ``` Is it possible in `getSchemaData` to get an JSON object, which contains a member named `$ref`? ```json [...] {...

SoundEx.process('`[foo]`') ``` natural/lib/natural/phonetics/soundex.js:72 transformed = transformed.replace(new RegExp("^" + transform(token.charAt(0))), ''); ^ SyntaxError: Invalid regular expression: /^[/: Unterminated character class ```

From here: https://github.com/fireproofsocks/jenerator/issues/2 ``` Error: The regular expression "^[\p{L}\p{Mn} \-',.()0-9/]*$" is not valid` ``` These are Unicode property shortcuts (\p{L} for Unicode letters, \p{N} for Unicode digits, etc.). They are...

https://github.com/yooper/php-text-analysis/blob/9b96d252f334f8ee35e067a0c7a40c24dc87a01d/src/Analysis/FreqDist.php#L119-L124 Perhaps there is a mistake. `array_walk`: _If the optional third parameter is supplied, it will be passed as the third parameter to the callback funcname._ So, `$weightPerToken` inside callback...

Hello @vearutop and all contributors! I have a question. https://github.com/swaggest/json-diff/releases/tag/v3.10.4 https://github.com/swaggest/php-json-schema/releases/tag/v0.12.41 PHP 5.6.33 JSON Schema: ```json { "$schema": "https://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "allOf":...