Description I would like to change my case format from snake to camel casing, ideally without having to extend the python generator (pretty new to the codegen!). Other languages are able to change the casing via their config options (eit...
change-case UpdatedApr 3, 2024 TypeScript maziyank/editorjs-change-case Star15 Code Issues Pull requests Change Case Inline Tool for the Editor.js. inlinechange-caseeditorjseditorjs-plugin UpdatedDec 15, 2023 JavaScript Detects the casing of the input string (camelcase, lowercase, snakecase, ke...
As a result of bumping zwave-js-server-python in core, we learned that the API outputs and inputs didn't map well to the zwave-js model. The primary change is that we've switched from camel case to snake for some of the provisioning APIs and need to account for that here. Interest...