I have a compile-error that states: "expected private type "Pekare" defined at line 3. found an access type". this is the .ads code: package Image_Handling is
I have an email address provided and managed by OVH (French ISP) I'm trying to configure the account in Thunderbird (which I've been using with multiple account
I started learning JavaScript and I was doing some exercises. I got undefined in Mozilla console. I am just curious about whether or not I'm m
When I start Visual Studio Code with a python file I started getting the following error The environment variable 'Path' seems to have some paths containing c
I have a very simple Python application (using cx_Oracle) that is writing a BLOB to an Oracle database, but it is painfully slow when writing large files. My a
I have some struggle with the connection of my AD to Spring Boot. I use Windows Server 2012 for my Active Directory. I want to secure my API request. Per exampl
C:\Users\user>jupyter notebook Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 197, in run
I have a SearchController where I check a search term against two tables, first for exact matches (followed by a redirect table to the relevant manufacturer pag
I am currently working on a project for which I wanted to add a feature which uses the product barcode to return the product details and the plastic used for pa
I'm working on a task to build a Stone,Paper,Scissors Game. The game is supposed to run in 3 possible modes. best of 3 / best of 5 and endless games. My code wo