icosamuel

Results 4 issues of icosamuel

Following the trend of [this issue](https://github.com/alextselegidis/easyappointments/issues/72), it would be very useful to be able to allow for a quantity of the same service to be selected for an appointment. Heres...

enhancement

@RocketChat/core Addresses part of #1824 New ability to combine different conditions for the triggers already available in the Livechat settings. ![screenshot from 2017-11-07 13-16-23](https://user-images.githubusercontent.com/5400332/32510322-34a83f50-c3be-11e7-89d9-df0684df3248.png) New condition type where a trigger...

feat: livechat
stat: conflict
communityPR

## my specific usage ## ```html let schema = { schema: "json valid" }; const editor = ace.edit('editor'); editor.setValue(JSON.stringify(schema, null, 2), 1); editor.on('input', () => { try { schema =...

### What happened? In a Dockerfile, I need to be able to install mods in a description fashion. The TUI and CLI options aren't the same. I can't for example...