Ivan Danyliuk
Ivan Danyliuk
Installed gonvim on MacOS X Sierra via: ```go get -u github.com/dzhou121/gonvim/cmd/gonvim``` launched and got panic: ``` $ gonvim panic: unbuffered done channel goroutine 7 [running, locked to thread]: github.com/neovim/go-client/msgpack/rpc.(*Endpoint).Go(0xc42007b790, 0x44bdc4d,...
Hey, that's great idea to have all golang artwork in one place, but there a few obvious problems with including graphics directly into this repo, including licensing issues and syncing...
Hi, I installed scikit-kinematics on my MacOS X system via pip3 (`pip3 install scikit-kinematics`), installation went smoothly, but when I try to import library it throws an error: ``` $...
Hi, I'm trying to create a project with this generator and getting this error: ``` > node-gyp rebuild SOLINK_MODULE(target) Release/nothing.node CXX(target) Release/obj.target/napi-test-native/src/napi_test.o In file included from ../src/napi_test.cc:1: In file included...
Hi, I'm trying to make card use card-side layout on sm: breakpoint, but be a normal (vertical) card on larger (md:). I'm trying to do ```html ``` but it doesn't...
Hi, I’m trying to implement the following scenario with GetX navigation: a) on mobile, all navigation is happening inside root navigator (i.e. each screen is just a fullscreen page) b)...
Hey! Thanks for the **amazing** plugin. Sometimes it's useful to have Trouble window on the right, but sometimes I need to see long lines. I would love to be able...
Currently SBAdmin2 page shows sidebar by default when opened on the mobile device. It takes a good share of scarce screen width, and for my use case I would love...
Hi, I'm not sure I can quickly create reproducible example, but here is the case. I have an endpoint defined: ```registrations: { url: `/api/registrations`, crud: true, transformer: transformers.array },``` In...
Hi, I'm trying to implement straightforward thing - catch "Unauthorized" error and redirect user to the "/login" page. How do I do that with redux-api? I assume the way to...