Cameron Eldridge

Results 15 issues of Cameron Eldridge

The way the layout imports are always output as absolute paths is causing issues for me. In particular, it makes bundling with [Parcel](parceljs.org/) while using layouts not work. Parcel interprets...

enhancement
assigned

Not sure if this is really part of the OpenAPI, but it is a request anyway, hope that is ok! **Is your feature request related to a problem? Please describe.**...

Enhancement

### Is there an existing issue for this? - [X] I have searched the existing tickets ### Current Endpoint Design When I [get a listing](https://developers.etsy.com/documentation/reference/#operation/getListing), it comes with a field...

API Design
OpenAPI

### Is there an existing issue for this? - [X] I have searched the existing tickets ### Current Endpoint Design When I [get a listing](https://developers.etsy.com/documentation/reference/#operation/getListing), it comes with a field...

API Design

**Is your feature request related to a problem? Please describe.** It's a bit weird that pricing, quantity, and SKU are edited at the same time, under a single endpoint titled...

Enhancement
Resolution: Investigating

Markdown documents sometimes have YAML frontmatter at the start, which does not render nicely when piped into `paper`. In particular, the output of `gh repo view`, for example, includes this...

Plugin manager works but needs work - [ ] Detect when `cc` is unable to be used, show more meaningful errors explaining how to build a grammar file manually -...

> The problem with just adding a language to the language.toml is that there will still be no highlighting until someone makes a stylesheet I see. Is it possible to...

help wanted

Could be fun... - be able to turn spellchecking on with a CLI arg - only spell checks locations matched by queries that have `spellcheck: true` property set

## Description At least for Postgres (I have no experience with other databases) enums are ordered by definition order, but sea-orm-cli generate generates enums in alphabetical order. This is particularly...