staticdev
staticdev
@chrisjsewell could you please take a look at https://github.com/executablebooks/myst-vs-code/pull/37 ?
@olsh Thanks for the info. That infomation is not clear from what is in the README of this project. Maybe it's worth adding that.
Yes @PureKrome but that is not what I want. I want to ge the already defined variables, not define new ones. Sentry official library does this by default.
After trying [many combinations](https://github.com/staticdev/django-pagination-bootstrap/pull/283) of pip, virtualenv, poetry and nox-poetry the combination that worked best for me with latest versions is: ``` pip==20.3.3 nox==2020.12.31 nox-poetry==0.7.0 poetry==1.0.10 virtualenv==20.3.1 ``` Basically, new...
Update from my last comment. Now using all latest versions, everything seems to be working together perfectly: ``` pip==20.3.3 nox==2020.12.31 nox-poetry==0.7.1 poetry==1.1.4 virtualenv==20.4.0 ``` @cjolowicz any chance we get a...
@matan1008 thanks for your issue. There was not a plan, but I don't see a reason not to support. Are you interested in sending a PR? Or maybe detailing the...
Thanks for your answer @zhan9san! Actually I always had the dependency for my role on `meta/main.yml`, I also tried adding in addition to there, also on `dependency.yml` and configure both...
> @staticdev > > There must be some misunderstand on https://github.com/ansible/molecule/pull/3956/files. > > It is said the `role-path` and `collection-path` would be removed and they should be configured in ansible.cfg,...
Didn't find that in the docs. But I found a Go tutorial explaining 0000 as no permissions https://schadokar.dev/to-the-point/how-to-read-and-write-a-file-in-golang/ Does this make sense? How do I give equivalent to chmod 0000...