How can I remove this part of vs code
enter image description hereI want to remove this part of vscode as it hinders with the code i want to see. any ideas how to remove it?I tried to remove the file navigation bar but it didnt work. any...
View ArticleContent Observer onChange takes 10 sec to detect change
I have built to simple Applications:Application 1 provides and modifies a Content Provider to share a boolean flag via an uri.Application 2 observers this flag provided by App 1 using a ContentObserver...
View ArticleValue passed to parameter 'indices' has DataType float32 not in list of...
I am trying to build an CTC Layer for loss calculation for my Hand written text recognition model, but encountering these errorsTypeError: Exception encountered when calling CTC_Layer.call().Value...
View ArticleHow to create a multiple form application in Delphi Firemonkey?
In Delphi 10.2. using Firemonkey for a Windows 10/11 desktop application, I want to create some sort of image manipulation application.The main form of the application has a TImage that displays the...
View ArticleC++ standard (non-)phrasing about non odr-use of *this in compound-statement...
I am a bit confused by a sentence in the standard (I am watching draft n4849 for C++20, §7.5.5.2 - 11, i.e., [expr.prim.lambda.capture.6], or also https://eel.is/c++draft/expr.prim.lambda.capture),...
View ArticlePicture missing in link preview since update by WebpageBot for Telegram
Since I have updated a link preview according to those answers, the picture is missing (which is still part of the linked blog article). Any further attempts using the buttons "Update preview again" or...
View Articlecan extract image from URL in R studio
I am trying to download images from a url list that was downloaded from the kobotoolbox server. When i am trying to run the below script, it is showing me "Error in curl::curl_fetch_memory(url, handle...
View ArticleThe wampmysqld64 service on Local Computer started and then stopped
[The wampmysqld64 service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.Can anyone resolve this issue?...
View ArticleNode TS: JWT token sign to verify authentication between client and backend...
Is it safe to generate a JWT token on server-side and to pass it in a sign-up request within the response JSON back to the client?Currently I'm generating a JWT in the following way:import express from...
View Articlethe Springdoc OpenAPI annotation @ParameterObject dosen't work when has...
the Springdoc OpenAPI's @ParameterObject annotation dosen't work when the Controller has @RequestPart annotationthe dependency version:SpringBoot version is 3.2.4Springdoc OpenAPI version is 2.5.0My...
View ArticleServer-side SVG to PNG (or some other image format) in python
Currently I'm using rsvg to load the svg (from a string, not from a file) and drawing to cairo. Anyone know a better way? I use PIL elsewhere in my application, but I don't know of a way to do this...
View ArticleJava array convention: String[] args vs. String args[]
I am currently teaching students as a tutor programming conventions. I've told them that they can find most conventions in the Oracle Code Conventions. In my last tutorial a student asked if:public...
View Articlehow to use awk command to cut field?
there is a file ,which you can get by command ps aux in linux. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.0 2280 732 ? Ss 08:20 0:00 init [2] root 327 0.0 0.1 2916 1456 ? Ss...
View ArticleHow can I acquire a semaphore and release it from another task in FreeRTOS in...
I have enabled TIM1 and have created 3 tasks where the highest priority task will acquire the semaphore and will sleep for 10 seconds after that the normal priority task will sleep for 10 secnds and...
View ArticleAndroid - can i add EditText value to the android:text row of a TextView in...
<EditText android:id="@+id/et_name" android:layout_width="match_parent" android:layout_height="48dp" android:layout_margin="20dp" android:hint="@string/str_name" /><TextView...
View ArticleRunning an application installed with msix via command line
Is there a way to use the command line to launch an application installed via an msix file?An answer referred to https://www.advancedinstaller.com/msix-environment-variables.html which uses an...
View ArticleMoving from Spock 1.3 to 2.x Spy no longer work for constructors requiring args
In Spockframework 1.3 the following works for spyinstance = (MyClass) Spy( MyClass, constructorArgs: [env, steps])Class stores env and steps as this.env, this.steps. It does not define getEnv() or...
View ArticleAngular - Routes aren't working - Error: NG04002: Cannot match any routes....
Sorry for my bad english :/I'm trying to build a simple online shop app with Angular, but so far when I try to access the two routes (home and 'carrinho' [portuguese for cart]) it gives me the error...
View ArticleHow to left blank/fill up a column with zeros depending on a string value of...
I am manipulating an excel file with three different sheets:Ideally, the Dummy column has to be filled up with zeros by default, except for when the student's name is either 'Roberto' or 'Leonardo', in...
View ArticleTypeError: rt.toLowerCase is not a function nextjs
uncaughtException: TypeError: rt.toLowerCase is not a functionat C:\Users\Mohamed\Desktop\next_projects\ecommerce\ecommerce-app\node_modules\next\dist\compiled\webpack\bundle5.js:30:274042rm -rf...
View Article