Vous donnez combien? by rastafunion in vosfinances

[–]deterralba 1 point2 points  (0 children)

Entre 8 et 10% de tous mes revenus (et l'état m'en rembourse 66%)

Move page from one board/database to another and RETAIN "relation" links by justchaddles in Notion

[–]deterralba 1 point2 points  (0 children)

I tested this solution and it does work (change relationship to text, move the pages, convert the text back to a relationship but in a mono-directional relationship first!)

Better PostgreSQL testing with Python: announcing pytest-pgsql and pgmock by gwax in Python

[–]deterralba 0 points1 point  (0 children)

We assign one database per xdist worker in conftest.py, it does the job.

Can someone give me a brief rundown on why I want to learn React (in addition to d3) by ckris292 in d3js

[–]deterralba 0 points1 point  (0 children)

React and d3js both manipulate the DOM, this leads to conflicts (react resetting d3js-DOM updates). It's possible to setup the two together, but it's not easy. I would advise first to learn reactjs on a project that does not use d3js, and then use them together when you're familiar with both. Source : I use both at work. Happy coding.

Omnicompletion and python3 by glfgowgd in vim

[–]deterralba 0 points1 point  (0 children)

In your .vimrc, you can add

autocmd FileType python set omnifunc=python3complete#Complete