Jess Archer

Results 28 comments of Jess Archer

Hey @danilopolani, thanks for raising this. I think option 3 is probably best.

Hi @arrilot and @danielbehrendt, I can definitely see how that would be useful. It's currently only possible when the array of DTOs is nested within another DTO using the functionality...

I've got the same symptom (nothing happens on MarkdownPreview, and nothing in `:mess`) When I enable the log file: > ``` > let $NVIM_MKDP_LOG_FILE = expand('~/mkdp-log.log') > let $NVIM_MKDP_LOG_LEVEL =...

I just got mine working by using the pre-built version instead of the `yarn install` approach. ```diff - Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' } + Plug...

Hey @joelbutcher, how much of an impact do you expect this to have? I don't see an issue with `npm install` running twice, as the second time it should be...

@taylorotwell indeed! I have created a draft PR at https://github.com/laravel/jetstream-docs/pull/70 to add docs for `3.x`

Yeah, I agree it's a little weird. I guess because with Vue you can use kebab-case or PascalCase, and if you chose kebab-case then the single-word components could have identical...

Hey @tcampbPPU, thanks for the PR! It looks like the code only applies to "virtual" attributes/accessors (i.e. those that don't have a matching database column behind them) but in your...

I'm confused as to how this will do anything for non-virtual attributes. The PR is only updating `getVirtualAttributes()` and not `getAttributes()` as well.

Okay, I see the misunderstanding now. When I talk about non-virtual attributes, I'm referring to attributes with the *same* name as a database column. For example, the following attribute that...