k8n
k8n
Deserializer converts attribute names from "kebab-case" to camel case when fetching data; on the way back, the serializer does nothing. JSONAPI spec recommends kebab-case, I believe. So, for example, my...
Would anyone know how to make admin “see” blueprints specified via add_modal configuration option within theme’s blueprints folder? If I place ‘admin/pages/new_post.yaml’ under ‘user/blueprints’ it works. If I place it...
... to avoid clashing with Bootstrap and others (#393) * **Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines - [ ]...
Simple, but perhaps naïve change to permit `visible` control for groups same as for fields. * **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)...
[Cleave docs](https://github.com/nosir/cleave.js/blob/master/doc/public-methods.md#getrawvalue) say to use `getRawValue` to get the value suitable for backend use. As is now, the field returns the formatted value, which may be inconvenient. https://github.com/vue-generators/vue-form-generator/blob/721a4eebbde77040a1318e60aa9ef21229bbcf99/src/fields/optional/fieldCleave.vue#L64
Added these for our needs. Here is a patch: https://gist.github.com/k8n/3c9479379a313d5a72b9
DataProcessor fails to call the API with an update when a prior update operation for the item with the same ID is currently in-flight. https://github.com/webix-hub/webix/blob/2f6e35923f8d8f9886cff09ee0abc02dd886a8b5/sources/load/dataprocessor.js#L236 This is especially problematic when...
macos-arm64.tar.xz is not right, macos-universal2.tar.xz is. and yet ... https://github.com/GAM-team/GAM/blob/e233b889694cc3d76a8de5dcb3c9eeae7b64bd52/src/gam-install.sh#L157
That would be super useful. Shall I do a PR? https://github.com/gwenaelp/vfg-field-array/blob/5d0a1e3e36c442e389dff0ff9e62aea7f6b1eda6/src/components/field-array.vue#L189
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...