Posts by Darcy • 1 point
4 posts
-
0
votes1
answer48
viewsQ: Scroll (scroll bar) with the same look in multiple browsers
I have the scrollbar in this style in the browser google Chrome, but in mozila and on the internet explore the visual ends up not picking up. It is possible to mount the scroll bar without using…
-
-1
votes1
answer66
viewsQ: Python - Pytest Typeerror
I am assembling the pytest of the function calculate from the class Sum of a calculator, but as the function calculate receives an "object" as argument, it is giving error. Follows the codes.…
-
2
votes1
answer64
viewsQ: When can I use . NET Framework 4.x and . NET Core on Windows, Linux and Macos?
Application using NET Framework 4.x can be run on Windows, Linux and macos? And application using . NET Core can run on Windows, Linux and macos?
-
1
votes0
answers81
viewsQ: Python - Dictionary within list
I have a dictionary inside the list: A dictionary can be used to provide a "dependency table". For example, dependencies of disciplines in college. To do Calculus 3, I first need to do Calculus 2…