Steffen
Steffen
class/object member access should always use either 'me' or the class name: good: me->my_variable = i_param. cl_my_class_name=>do_nothing( ). me->do_something( ). me->obj->do_something_else( ). bad (using same variables / methods as above):...
since secure storage implementations for vscode are not planned at the moment (there are several closed tickets about this) and putting plaintext credentials in a config file (that could be...
Hi, would it be possible to respect / handle http_proxy / https_proxy environment variables? i had to add 'proxy' => 'tcp://127.0.0.1:3128' to the $options["http"] array in Slack.hooks.php (which points to...
Automatic assignment/binding of "Administrator" groups (e.g. to Wordpress Admin Group)
at the moment it's "only" possible to set portal mode and include as iframe. what are your thoughts? is some sort of wordpress integration on your list (plugin? other ideas?)?...
Do you have plans for a user-write API? (raid actions: raid signups/cancel, comments would be enough) i have plans (no idea if i ever find time to do this) to...