Matthew Rider
Matthew Rider
hey @infornite shouldn't your return type be an array of `Idiom` like `[Idiom]`?? I think then you would get an array of type `Idiom`, not a single record
First, thank you @excid3 for this great gem! and your screencast. I watched it a while ago and was looking for an excuse to add it to a project. Now,...
don't know who will work on this next, but in case I don't get a chance to talk with them, I made some pretty big changes in the course of...
Also, I spent a good amount of time on `close search results dropdown onEnter`... and it seems like it would be straightforward, but it's not really. Or I'm missing something....
here are some screen shots of the functionality      @Tirokk the...
related to https://github.com/Human-Connection/Human-Connection/issues/782 I think there is a sense that this would be important for some users/the network, so I'd say lets leave this open and discuss it more
Actually, I noticed that on `Author.vue`, it still leads to `/profile`, so I will change that as well.
I am definitely keen to write more tests!! I wrote a simple test for that small PR I put in, and interested in suggestions on writing more/helping write unit tests...
hey @Mastercuber feel free to reuse what I have, and I can write more such tests for components; although, they it's just a simple should render test. I have run...
I have tried those commands above and now I am getting this output in the frontend server ``` WARNING: Async Request leaks detected. Add a breakpoint here and set `store.generateStackTracesForTrackedRequests...