Raffael

Results 20 issues of Raffael

The documentation for the updateSetting-command is not as detailed as it should be. Sadly I didn't find all the needed information in the code so that I could provide a...

I have here a very simple code which is roughly like this: ``` object.somedata: { 'a': Lockr.get('a'), 'b': Lockr.get('b'), 'c': Lockr.get('c') } ``` At the row "c" I get now...

Based on the documentation it is not 100% clear what I already have after [the installation](https://github.com/neilime/zf2-twb-bundle/wiki/1.-Installation). Should I already see some changes in the generated HTML output, or not? What...

With python3.10 and newer asyncio the loop is not needed anymore.

Another problem with neer python versions: ``` $ sudo knxmap monitor 192.168.1.36 --group-monitor Traceback (most recent call last): File "/usr/local/bin/knxmap", line 33, in sys.exit(load_entry_point('KNXmap==0.10.0', 'console_scripts', 'knxmap')()) File "/usr/local/lib/python3.10/site-packages/KNXmap-0.10.0-py3.10.egg/knxmap/main.py", line 188,...

``` $ sudo knxmap -v scan 192.168.1.36 1.1.1-1.1.10 [selector_events.py:59 - __init__() ] Using selector: EpollSelector [main.py:235 - main() ] Scanning 1 target(s) [core.py:124 - _knx_description_worker() ] Scanning ('192.168.1.36', 3671) [core.py:127...

``` $ sudo knxmap -v -i enp0s31f6 monitor 192.168.1.36 [selector_events.py:59 - __init__() ] Using selector: EpollSelector [core.py:242 - monitor() ] Starting bus monitor [base_events.py:1707 - default_exception_handler() ] Exception in callback...

The only thing written about mailgun in the documentation at https://fider.io/docs/hosting-instance is those two lines of configuration: ``` # EMAIL_MAILGUN_API: key-yourkeygoeshere # EMAIL_MAILGUN_DOMAIN: yourdomain.com ``` Sadly this is not good...

**Description** At the moment we can only store the ssh public key in our profile. I would like to extend this and have something like a general vault similar to...

Community
Category: Core & System
Type: Feature
Status: Accepted
Priority: Normal

### Bug Report | Version(s) | 2.13.4 #### Current behavior We have here an MSSQL database were we run these statements against: ``` $select = new Select(); $select->from($this->tableGateway->getTable()); $select->columns(['Code', 'Description'])...

Bug