Serhii Khoma

Results 139 issues of Serhii Khoma

`user_signed_in?` always show `false` in the [`_debug.slim`](https://github.com/BjornMelgaard/todoapp/blob/master/app%2Fviews%2Flayouts%2F_debug.slim#L4), even when I authorized using `devise_token_auth` ``` slim p "user.signedIn" from "ng-token-auth" = {{ user.signedIn ? "true" : "false" }} p "user_signed_in?" from...

what if I want to add zlib to this project as a dependency? how the best to do that? `mkdir deps && cd deps && git clone zlib`?

Expected behavior: ``` git cz -m "somemessage" ``` expected: results in prefilled `somemessage` actual: results in prefilled `Write a short, imperative tense description of the change:`

https://stripe.com/docs/api/external_accounts what else is not implemented?

### How to reproduce with ``` remote: https://github.com/activeadmin/activeadmin.git revision: 9303e131839a1b1f56b66a3d224081d8dc9cd33a ``` on ``` bundle exec rake assets:precompile ``` ### Expected behavior should not try to connect to postgres ### Actual...

**Is your feature request related to a problem? Please describe.** Like presence function in ruby: https://apidock.com/rails/Object/presence **Describe the solution you'd like** ```js const presence = when(isEmpty, stubNull) ``` **Describe alternatives...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Function maps object properties into array. **Describe the solution you'd like** ```js // mapObjIndexedToArray: ((v, k, {k: v}) → v')...

help wanted
feature
Hacktoberfest

i have installed `@nuxtjs/toast` (nuxt version - 1.0.0-alpha.5) and i have exception, but only in terminal, on in browser, because ... [full code here](https://github.com/BjornMelgaard/vue-todolist/blob/master/client/pages/index.vue) ``` export default { data ()...

enhancement