asyncee

Results 22 comments of asyncee

Leaving a comment to indicate demand on this feature. Currently we have to support two separate paths to deploy a project :)

I wrote following solution and it is working for me. ``` local tabline = require("tabline") tabline.setup({ enable = true, options = { -- If lualine is installed tabline will use...

I did not dig into code (it changed much from last time i touched it) but it looks like `select2attrs` constructor argument can help you out? https://github.com/asyncee/django-easy-select2/blob/master/easy_select2/widgets.py#L20

Currently the project is supported by @gauravv7 and @hartwork

@hartwork i can give your access to coveralls of you need to tune django-easy-select2 configuration.

@hartwork unfortunately i found no way to give you access to coveralls via it's UI. So I added project's token `COVERALLS_REPO_TOKEN` to repository secrets.

I double this, faced same issue with pydantic and sqlalchemy. Is there are a change for this to be fixed?