Źmićer Rubinštejn
Źmićer Rubinštejn
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
I have sync falling into infinity loop somehow. it moves to ``` sys:get_state(sync_scanner). ``` returns with timeout, while ``` sys:get_state(sync_scanner, infinity). ``` hangs forever. Actually I don't know how to...
https://github.com/platanus/activeadmin_addons/blob/7908cb41efc85c37c338a872359a0449b14224fb/app/inputs/nested_select_input.rb#L69 Algorithm does not support namespaced models, probably another one attribute should be added, in order to directly specify the class. For example: ``` instance = level_data[:class_name] || instance_from_attribute_name(level_data[:attribute]) ```...
I've got account context in `myapp/lib/account` but migration in `myapp_web/priv/migrations/account_migration.exs`. I'm sure that they both should be in `myapp` application
https://github.com/jupyter/jupyter_client/blob/3515e892955a7a3efea5c60f6ebaf568320e1f5a/jupyter_client/adapter.py#L252 This line can fail with ``` KeyError: 'language' ``` While https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-info tels us: > _Changed in version 5.0_: language moved to language_info.name Which is basically not properly checked
If I want to store value globally across cluster of EVM nodes, this lib will probably not work. What do you think about implementing this functionality?
In BotConfig provider should be configured in different ways: ``` Provider {Provider, [args]} ``` Then, provider should get this args during initialization process. I'm not sure, that this is needed,...
``` %Agala.Thor.Command{ command: string, payload: Map.t } ``` If this structure comes from previous chain, it can be pushed to Thor like handler: ``` defmodule Handler use Agala.Thor @desc "my...
``` %Ueberauth.Auth.Info{ description: nil, email: nil, first_name: "Dmitry", image: nil, last_name: "Rubinshteyn", location: nil, name: "Dmitry Rubinshteyn", nickname: nil, phone: nil, urls: %{vk: "https://vk.com/id"} } ``` This is what I'm...
## Dependency Update and Installation Enhancement ### Changes - Removed mandatory dependency on `git2` in the CLI, since 99% of programmers already have Git installed as CLI. - Added optional...