Andžej Maciusovič
Andžej Maciusovič
Hi, I could work on gocode autocomplete support for go 1.11. 1. [gbimporter](https://github.com/sourcegraph/go-langserver/blob/master/langserver/internal/gocode/gocode.go#L45) can probably to be removed since it was used to support gb based projects. 2. `golang.org/x/tools/go/packages` needs...
Before working on this issue we should probably implement https://github.com/sourcegraph/go-langserver/issues/320.
@Contextualist Hi, I could help you to work on integrating mdempsky/gocode. My plans was to copy only needed mdempsky/gocode into go-langserver and use global go-langserver cache for better performance. I...
@OneOfOne Hi, I'm working on https://github.com/sourcegraph/go-langserver/pull/305. I was on vocation for few weeks, but now I'm continue on this.
I suggest to look at https://github.com/dgraph-io/ristretto which is used by dgraph database for caching.
Hi @electric-ladyland, added new input something like `itemMapFn` could potentially work. ```ts itemMapFn(item: NgOption): boolean { item.disabled = true; return item; } ``` But this will not work if you...
If somebody is interested in help you need to copy: 1. Copy https://github.com/ng-select/ng-select/blob/master/src/themes/default.theme.scss 2. Name it bootstrap4.theme.scss 3. Do changes according to bootstrap
We could probably try using css transitions for animation.
Hi, somebody test PR https://github.com/ng-select/ng-select/pull/1379 with a fix to this issue. I remember I changed from click to mousedown event on purpose since it coused over issues.
You can have a value something like -1 etc for such case and will will work just fine. If we add this change it could break a lot of functionality...