The Devick

Results 8 issues of The Devick

# Context Have an Array: ```php [ "id" => 1, "name" => "Official Author", "description" => "Author Description" ] ``` And have to ***Assert if Array Has the Keys***: `id`,...

type/enhancement
feature/assertion

1. Add The Color Customization In VSC Configurations: ```json "editor.tokenColorCustomizations": { "variables": { "foreground": "#bf72e6", } }, ``` 2. Create This Simple Class: ```php

Hey! I noticed that the current documentation [here](https://github.com/asdf-community/asdf-php#note) suggests using the `echo {message} > {file}` command to add new extensions to PHP. There's a potential risk associated with it. Using...

I encountered an issue with PSALM's, related to the return types of methods in my classes. PSALM is flagging errors regarding the specificity of return types, despite the code being...

Hi. I'm planning to create an Lib, like yours, but in PHP, that consumes the WEB API from Growatt. I was searching by a Growatt API documentation, and find a...

# Idea: Create a `checkFileIsValid` and `checkContentIsValid` function ## Why? Sometimes, I Have to parse an PDF just to check if its valid, and it consumes memory, cpu, etc. ##...

needs more info
feature request
help wanted

Following exactly like documentation, it's giving the error: `Segmentation fault (core dumped)` ```bash ~/Coding/Playground ❯ sudo apt install tcl tk Reading package lists... Done Building dependency tree... Done Reading state...