matthias

Results 18 comments of matthias
trafficstars

Breathe works with the Mouse. Cycle insteadd does not. Hope this helps to clarify.

I missed to mention that this is python2 code. I would expect that unparenthesized tuples make it harder for your tokenizer to recognize operator precedence. I am also not sure...

- First install of plugin on `VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct 13 2020 15:49:09)` - command entered: `:CtrlSF test` - Same Error - After Hitting...

@pinggit I agree that it is annoying for example I reuse my vimrc on different machines. Some of which are non-developing machines or minimal installations. The message originates here: https://github.com/xolox/vim-easytags/blob/72a8753b5d0a951e547c51b13633f680a95b5483/plugin/easytags.vim#L72-L80...

No need to do a reboot after enabling the service. ``` sudo systemctl start ds4drv.service sudo systemctl status ds4drv.service ``` I would prefer the above configuration with the an additional...

Confirmed. Adding some info to this. ![image](https://user-images.githubusercontent.com/16167358/233866759-034d24c9-b30e-4269-b8b4-e8cf8cadef89.png) ```python >>> import urllib.parse >>> s =urllib.parse.unquote('http://127.0.0.1/library/gba/edit/Pok%C3%A9mon%20Pinball') >>> s 'http://127.0.0.1/library/gba/edit/Pokémon Pinball' >>> s.encode('iso-8859-1') b'http://127.0.0.1/library/gba/edit/Pok\xe9mon Pinball' ``` YAML file content should be encoded in...

also experiencing issues with new repositories: While [old](https://dockerbuildbadges.quelltext.eu/status.svg?organization=ukos&repository=iputils) repositories work, [newly created](https://dockerbuildbadges.quelltext.eu/status.svg?organization=ukos&repository=sphinx) repositories give an error message: ```python Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/bottle.py", line 862, in _handle return...

I would be in favor of adding at least a description field to the device. Similar like the format [specification of the electrodes](https://github.com/NeurodataWithoutBorders/pynwb/blob/a081b39803f0ffb535b2198a2fdd81007ffa442e/src/pynwb/data/nwb.icephys.yaml#L199-L203) in icephys: ```yaml datasets: - name: description...