Ihor Aleksandrov

Results 17 comments of Ihor Aleksandrov

I got the same error: `Failed to resolve directive: b-tooltip` with `bootstrap-vue-next: 0.7.3` and `nuxt: 3.2.0`

@zzstoatzz I am also interested in finding a way to create prefork worker processes for flow deployment, similarly to how celery workers deployed.

I did some testing, when sending auth in header: `res = self_.session.post(url, data=formdata, auth=auth)` returns 401 Unauthorized ``` '{ "error": "Invalid Request", "detailedmessage": "Cannot supply multiple client credentials. Use one...

Not sure that detecting all such cases can be done reliable, more customization probably better option here.

@vitalik `@decorate_view(transaction.non_atomic_requests())` does not work with ninja, this decorator adds attribute to decorated view and django expect it to have special value but instead of decorated view django gets ninja...

+1 for this feature. inline mode some times better than dropdown for usability and so on. Default html [`select` tag with `multiple` attribute](https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_multiple) is inline, will be good to have...