Andreas Heissenberger

Results 43 comments of Andreas Heissenberger

I have the same problem: `GET http://localhost:3000 HTTP/1.1` will result in: ``` [Error - 11:28:29 AM] Failed to send request: RequestError: The connection was rejected. Either the requested service isn’t...

> > I have the same problem: > > `GET http://localhost:3000 HTTP/1.1` > > will result in: > > ``` > > [Error - 11:28:29 AM] Failed to send request:...

have a look at the console - I guess the problem is this #78

stopped working for me too - same error in local console

The problem starts when plugin gets installed (Package Manager or GIT): ``` reloading plugin Browser Refresh.BrowserRefresh Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 74, in reload_plugin m =...

after installing directly from git I reloaded as suggest #69 and it worked again

Ok - I understand the problem - you check for `DM_` and then you only add the functions before the code: ```js function DM_getPanelFile(i) { return '/XXXX/DataStationProjects/.my-projec.results'+{"0":"a73a309d-b7b7-47eb-a8b4-f56404c36be2","1":"066250cd-0972-4fad-86af-3f6bf91be317","Untitled panel #1":"066250cd-0972-4fad-86af-3f6bf91be317","Untitled panel...

You can place this functions in a library and provide the variable parts e.g. command line parameter, or ENV variable. I would write them to a temp file and provide...

I have not tried but after reading the #437 I do not understand why I should install an other library. I would suggest that the install formula for git-ftp should...

What is the current suggestion **best practice** to validate command properties? I would prefer to share validation rules for Value Objects with the front end app. Currently I define the...