3ynm

Results 17 issues of 3ynm

Configures tree-sitter, phpactor as LSP server and xdebug/vscode-php-debug as DAP server.

For some reason `PDF::Reader#text` does not return all the text on a PDF file I'm scanning. Albeit I'm able to get the text by looking at the runs directly. Here...

I did this very basic function for getting text at certain coordinates: ```ruby def text_at(page, x1, y1, x2, y2) text = String.new page.runs.each do |r| next unless r.x >= x1...

Qué licencia tiene este paquete?

For some reason the CLI is giving me no output at all. ``` $ ./vendor/bin/openapi --help $ echo $? 1 $ ./vendor/zircote/swagger-php/bin/openapi --help $ echo $? 1 ``` Apparently it...

enhancement

**Description**** Fixes a bug that doesn't allow to send lists in JSON format in `FeatureTestTrait#post` or `#call('POST',...`. This because it expected params to always be an associative array. **Checklist:** -...

bug

In my project, migration files include date prefixes, causing them not to exactly match the class names. This triggers a warning: `Class name should probably be....` I do not intend...