Leo Hanisch

Results 21 comments of Leo Hanisch

I found this issue because I wanted to inject custom credentials to the data api client which I use via the [`typeorm-aurora-data-api-driver`](https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver). In my project I already migrated to the...

Hi @yesunhuang thx for opening an issue. Unfortunately I cannot reproduce your error since I do not have a windows PC. Maybe you can try to run the code via...

@Siemienik any chance to get this one in soon? I run in the same problem as described in #1751.

Hi @dmikushin I am running macOS X (10.15.6) and tried to install your banch with the following command: ```zsh pip3 install git+https://github.com/apc-llc/pygmo2.git ``` Unfortunately I ran into the following error:...

Hi @dmikushin I get another error: ```zsh Installing collected packages: pygmo Running setup.py install for pygmo ... error ERROR: Command errored out with exit status 1: command: /Users/leohanisch/_GIT/swarmlib/.venv/bin/python3 -u -c...

Again an error: ```zsh Installing collected packages: pygmo Running setup.py install for pygmo ... error ERROR: Command errored out with exit status 1: command: /Users/leohanisch/_GIT/swarmlib/.venv/bin/python3 -u -c 'import sys, setuptools,...

Slowly but steady I started working on this using [mattermost/mattermost-redux](https://github.com/mattermost/mattermost-redux#nodejs-usage). I am developing against a mattermost server running in a [docker container](https://docs.mattermost.com/install/docker-local-machine.html#one-line-docker-install). You can check out my progress at https://github.com/HaaLeo/vscode-chat/tree/feature/mattermost....

Hi @cometkim I think it would be great to have an own typescript driver. As soon as the `client4` and `websocket` clients are implemented it is good to go. Until...

@arjun27 yes, that's exactly what I meant. 👍

@rbalet There is an "alpha-ish" version on this branch https://github.com/HaaLeo/vscode-chat/tree/feature/mattermost which allows you to send and receive basic messages. I remember that I ran into some issues regarding when the...