-
If we supply nil to a conversion function, it throws an `AssertionError`
```clojure
(csk/->kebab-case-keyword nil)
Execution error (AssertionError) at camel-snake-kebab.core/->kebab-case-keyword …
-
This is the principal coment:
```js
/**
*
* The web component `` displays a padlock icon with two
* status: lock (`value=false`) and unlock (`value=true`)
*
* @element gy-padlock
*
*…
-
I have a line of code in an hbs helper:
``
When I run a plop command and `name` is set to `someName`, all of the kebab and pascal casing conversions work fine, but the titleCase one does nothing…
-
Across the OGC API specifications we have various casing patterns for **schemas** (as opposed to API endpoint names/query parameters). For example, should we call a property `externalId`, `external-i…
-
Hi,
I am implementing a little REST API with Duct / Integrant, following [Duct's Guide](https://github.com/duct-framework/docs/blob/master/GUIDE.rst) and [this tutorial](https://circleci.com/blog/b…
-
Currently we use a mix of camel and kebab case we should be consistent with our naming style and given that both java (quarkus) and js/ts (backstage) people prefer camel case then I think we should al…
-
For attributes, I define in the markup `data-my-attr-name` and in the controller as `@attr myAttrName`
For targets however, I have to define the target name in both the markup and the controller us…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I would like to implement functionality that converts strings from camel case to snake ca…
-
This is a feature I would personally use, but not sure if there's any demand for it from other folks or if it's better off as its own plugin.
For instance, I want all files and directories to be ke…
-
_From @WildYorkies on February 13, 2017 21:22_
Steps to Reproduce:
1. Make a file called `test.pl6` or `test.pm6`
2. Type the following in:
```
sub print-board() # Wrong
sub thing-for-that…