Adam Bouqdib
Adam Bouqdib
Building for windows fails due to missing return.
It would be great to have https://github.com/osteele/liquid here too. There is actually an issue on their repo but no one has picked this up: https://github.com/osteele/liquid/issues/31
Added support for transforming to MACRO_CASE and phrase. ### 1. `phrase` We have a concrete use-case for `phrase`, which is using `enumer` to generate errors: ```go //go:generate enumer -type=ErrorCode -transform=phrase...
I just updated to the latest version and LESS no longer seems to work... Before I could write `{% css app %}` and `_assets/stylesheets/app.css.less` would be loaded. Now I've tried...
Your Marshaler example is great, however it would be wonderful to have the same for an Unmarshaler.
I'm trying to set up a repo with `v1.11.0` but keep getting the following error: ```json { "level": "error", "rid": "c112o158nids72mvqcn0", "github_event_type": "issue_comment", "github_delivery_id": "1c27cb00-7db3-11eb-9400-cea1ebb29542", "error": "failed to get pull...
Hi @stormcat24, I just realised that dependencies of dependencies don't get resolved. How about checking for the existence of `protodep.toml` after cloning a repo and pulling in any dependencies within...
It's not clear to me how `auth/casbin` is meant to be used. I had a look at the test cases but it looks like that's just using hard-coded values. Are...
This PR adds the endpoints for Pipedrive, a market leading CRM software.
**Repro** ```json5 { rules: { '@typescript-eslint/member-ordering': [ 'warn', { default: { memberTypes: 'never', order: 'alphabetically' } }, ], } } ``` **Expected Result** `eslint --fix` sorts members alphabetically **Actual Result**...