Results 31 comments of JQ Zhu

Is there any way to specify buildpacks like `pack build ... -b bp1 -b bp2` till now?

@jromero thanks, problem solved by `order.toml`. FYI, we use this `order.toml` to build frontend image with yarn and nginx: ```toml [[order]] [[order.group]] id = "paketo-buildpacks/nodejs" version = "0.12.0" [[order.group]] id...

Just wondering is it feasible to specify `--lower_case_table_names=1` by env vars of moco-init container?

1. jsgrid.field.select2.js ```javascript import jsGrid from 'jsgrid/dist/i18n/jsgrid-zh-cn'; const SelectField = jsGrid.SelectField; function Select2Field(config) { SelectField.call(this, config); } Select2Field.prototype = new SelectField({ _createSelect() { const el = SelectField.prototype._createSelect.call(this); setTimeout(() => el.select2({placeholder:...

@vignesh-locus you can specify select options by Field.items

> TouchActions(driver).scroll(0, -100).perform(); results in: `java.lang.ClassCastException: class io.appium.java_client.windows.WindowsDriver cannot be cast to class org.openqa.selenium.interactions.HasTouchScreen (io.appium.java_client.windows.WindowsDriver and org.openqa.selenium.interactions.HasTouchScreen are in unnamed module of loader 'app')`

> @vincentbernat thanks, this works very well! May I suggest adding > > ``` > (put 'edit-indirect--left-margin 'permanent-local t) ;; don't lose this setting when another major mode is started...

> I've just confirmed that this issue still occurs with an Emacs I built from the main branch just now (up to commit 72b5b4194106d38432cd9892bc01e95d71bf75db "Don't overwrite variables set by callback...