Frank Polasek Dugan III
Frank Polasek Dugan III
## Creating a bug report/issue: #### Required Information: - DietPi version | 6.16 - Distro version | stretch - Kernel version | `Linux DietPi 3.16.57+ #1 SMP PREEMPT Sun Aug...
As far as I can tell, the goal is only read from config files. That would limit goal-setting to the project level. It would be really useful if the wordcount...
The motivation for this is that some tools (like GitHub releases) will not parse the message content of git tags as Markdown. GitHub releases does however support Markdown in the...
- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md) ## Feature request Code recently released a [feature to...
I'm not sure if this is supposed to run on RPI1/Zero or not. I tried, and the app seems stuck in a restart cycle and never displays anything on the...
**Is your feature request related to a problem? Please describe.** It is currently not possible to do a `first` aggregate on another aggregate. **Describe the solution you'd like** I would...
Given the table: ```sql CREATE TABLE hsm_public.gage_calibration_record ( id uuid PRIMARY KEY DEFAULT uuid_generate_v1mc(), -- ... gage_id uuid NOT NULL REFERENCES hsm_public.gage(id) ON DELETE RESTRICT, standard_id uuid REFERENCES hsm_public.gage(id) ON...
**Is your feature request related to a problem? Please describe.** Relay support #25 will add `page_info` to the relay version of the GraphQL schema. It would be ideal to have...
**Describe the solution you'd like** GraphQL spec allows for extension by adding fields outside of `data` in the results. We can leverage this to add something like `metadata` to add...
ESDoc has a pretty cool Documentation Coverage report: https://doc.esdoc.org/github.com/esdoc/esdoc/source.html I find the report very helpful, but ESDoc just doesn't have the rich tag support or project maturity I need. Is...