Hyder Alamgir

Results 9 comments of Hyder Alamgir

@Isurm > Hi, > > I think this issue is related to dynamic path which are used to load config files. > > `ConfigModule.load(path.resolve(__dirname, 'config', '**/!(*.d).{ts,js}')),` > Because of that,...

It's Ruby: https://github.com/textmate/rmate I just did a `gem install rmate`

No, the full command is just `rmate file.js`

The `` tag is missing from bootstrap-wysihtml5.js Add `"p": {}` under `defaultOptions['parserRules']['tags']` ``` tags: { "b": {}, "p": {}, "i": {}, "br": {}, .............. ```

For anyone still looking for this answer, bombard looks for the siege config at `$HOME/.siegerc`. So you can simply symlink the siege config file. `ln -s /home/test/.siege/siege.conf ~/.siegerc`

Did anyone manage to find a workaround to this?

By dev mode, do you mean using the sandbox url? I don't see any documentation on dev mode.

Yes, I am using it - but how would that help me? I do a strace on the process and see that it has established a connection to the sandbox...