Harmen Janssen

Results 16 comments of Harmen Janssen

Note that it's still nice to have a tab-stop for the `@return` tag. Replacing `function.tpl` with the following makes sure you can at least add the return type yourself: ```...

I agree it shouldn't search **just** by name, it should definitely also search contents. Right now, though, long notes totally take over the search results list. In the OP's example...

Can confirm that this is still a problem. I've tried looking into this, but my Vue / Laravel Nova knowledge is not sufficient. I feel like the field's rules aren't...

> ... although I'd prefer to make this a bit more user friendly if we're going forward with this. Any thoughts? I would accept `additional_urls` and `additional_files` as arrays, that...

That would be really useful, actually! Would you be willing to submit a PR for that? I would say we can default to making the config leading. The keys specified...

Hmm, first of all: I think it's fine to pass along the old value to the callback, that shouldn't be a problem and can be handy. But secondly, your example...

I can reproduce this with the following minimal vimrc: ``` set nocompatible filetype off set runtimepath+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'prettier/vim-prettier' call vundle#end() filetype plugin indent on syntax on ``` I...

I encountered this problem as well, what's the recommended solution to this problem? I can't install geeknote right now.

Yes, that works, kind of. Unfortunately it fails on the python@2 dependency that's no longer available.