Bruce Weirdan

Results 36 issues of Bruce Weirdan

Currently kind groups (like functions, variables, etc) are collapsible for unscoped tags, but scoped kind groups (like class member variables or methods) cannot be collapsed. Good example is PHP: using...

feature
pr-welcome

**Describe the bug** Preferences UI fails to open. **Expected behavior** Preferences UI opens. **Screenshots** ![image](https://user-images.githubusercontent.com/57403/132997592-056dc3d3-3f76-4453-ab4c-53513b4db122.png) Details: The settings of extension material-shell@papyelgringo had an error: ``` Error: No property margin_left on...

Version: 1.24.1 ### Steps to reproduce Connect via a socket (with a non-default path), e.g. ```console $ MYSQL_PWD="$(gcloud auth print-access-token)" mycli -u "username" -S ~/.local/run/cloud-sql/connection-name ``` ### Expected `mycli` can...

Assume we have the following class hierarchy: ```php class A { public function m(): void {} } class B extends A {} class C extends A {} ``` When `A::m()`...

enhancement
question

When I tried to use NUnit I encountered the following error: ``` ❯ ~/src/Phalanger/Deployment/Release/phpc.exe /pure+ /target:dll /lang:clr /out:obj/Debug/tests/XDebug.Protocol.test.dll test/Unit/Xdebug.Protocol.test.php $(pkg-config --libs nunit| sed s%-r:%/r:%g) Phalanger - the PHP Language Compiler...

In Phalanger (1d64ededa2eaa) func_get_args() returns use()'d variables in addition to real arguments, while php and hhvm only return closure's arguments: ``` $ cat qq.php

bug

This allows to build Phalanger on mono (at least mono/xbuild on Debian/sid) with Release configuration. Building with Debug doesn't seem to be possible, as it includes some VS specific assemblies...

https://github.com/doctrine/collections/blob/a4504c79efd8847cc77d10b70209ef838b10338f/lib/Doctrine/Common/Collections/Collection.php#L118-L136 The above specifies that those method return `T[]`. However, `ArrayCollection` actually returns `list` (see [documentation on list type](https://psalm.dev/docs/annotating_code/type_syntax/array_types/#lists)). Is it unintentional, or are implementations actually allowed to return sparse...

Currently Ansible Galaxy lists two packages for this role: savagegus.consul and savagegus.ansible-consul, both referring to this repo. savagegus.consul is the one many people use (3768 downloads), but it hasn't had...

By default, PHPCS [assumes file encoding to be encoded in ISO-8859-1](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-default-encoding). Nowadays people generally use UTF-8, but some may use other multibyte charsets as well. Not specifying encoding when running...

blocked