Results 24 issues of Daniel

Hi, After the recent update of intelephense there are a lot of issues with undefined symbols, types, failures to find the definition and so forth. There are extremely few documents...

Hi I have this rule set: ``` 'id' => 'required|integer|unique:accounts,id|min:1', 'company' => 'required|max:255', 'domains' => 'required|array', 'domains.*.domain' => 'required|regex:/\A[\w:.-]+\z/|unique:domains,domain', 'domains.*.sslify' => 'bool|default:1', 'domains.*.redirect' => 'bool|default:0', 'domains.*.redirect_code' => 'in:301,302|default:301', 'domains.*.origin' =>...

Illustrated with the following snippet: ``` snippet getter public function get${1:variable}() { return $this->`tolower(GetHolderValue(1))`; } ``` Basically whats need is the way to get to the other holders values. In...

Hard to implement
Feature request

I've cloned your repository and started awesome. When I try to use launcher I get ``` W: awesome: event_handle_key:538: error running function: /home/naquad/.config/awesome/customMenu/launcher.lua:35: attempt to index local 'file' (a nil...

Hi. Thank you for the extension. As a seasoned procrastinator, I really appreciate it :) There's one feature that would be very welcomed though. Make the impulse benign by providing...

Hi. I'm trying to upload an image to my bucket. Thats my code: require 's3' service = S3::Service.new(access_key_id: 'xxxxx', secret_access_key: 'xxxxx') service.buckets # returns me correct list of my buckets...

bug

NeoVIM, the same as VIM has quite a few completion plugins. It would be great to have nvim-cmp support or even X support. It would be awesome to get either...

enhancement

**Frequently asked questions** - [x] I have read [Frequenty Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) **Is your feature request related to a problem? Please describe.** The current Nchan version (1.24.0-1+ubuntu22.04.1+deb.sury.org+1) is out of date...

### Feature description Currently, if NvimTree is open and a split is requested the split will happen in the NvimTree window (if it is the previous window) rather than the...

enhancement