icosamuel
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...
@RocketChat/core Addresses part of #1824 New ability to combine different conditions for the triggers already available in the Livechat settings.  New condition type where a trigger...
## 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...