Newest Questions
24,158,489 questions
Tooling
0
votes
0
replies
2
views
Protobuf compiler that injects deprecation warnings for `[deprecated = true]` fields
Are there any protobuf compilers out there that make use of the `[deprecated = true]` tag to automatically build deprecation warnings into the compiler Python source code? The current approach I'm ...
Advice
0
votes
1
replies
12
views
como enviar una notificacion con distintos formatos y colores, quiza usando adaptiveCards, a un webhook de Microsoft teams desde una aplicacion en c#
como enviar una notificacion con distintos formatos y colores, quiza usando adaptiveCards, a un webhook de Microsoft teams desde una aplicacion en c#?
Seguramente la adaptive card se envia dentro de ...
0
votes
0
answers
9
views
Disabling bottom menu item
How do I disable the default backlighting in the bottom navigation? I installed a custom backlight, but I can't remove the default one.
I want to remove the pink highlighting
enter image description ...
Advice
0
votes
4
replies
32
views
What is best, React or Flutter?
Good afternoon, everyone!
I'm currently working in a mobile app project, and in the interview, they told me that they use React instead of Flutter. I want your advice: what is best, keeping it in ...
0
votes
1
answer
13
views
Visual Studio Code - PHP intelephense doesn't recognize root of the project any more
Im using the extension PHP intelephense for Visual Studio Code
$root = $_SERVER['DOCUMENT_ROOT'];
include($root . '/sqlcon.php');
$gettextquery = mysqli_query($con, "SELECT * FROM `pics` WHERE ...
Advice
0
votes
0
replies
11
views
What is the best way for a django application to query a remote noise meter and update the live data in a users browser?
As the title implies, I am attempting to write a Django application to query noise meters remotely and display the real time information in a web page. Currently I am able to display live data in the ...
0
votes
1
answer
18
views
Late binding in Racket Scheme can't be found in a let-environment
I am starting to learn the Scheme programming Language with Racket. I have a function in which another function is called, however this inner-function is not defined until after the definition of the ...
0
votes
2
answers
36
views
Can one "unhide" hidden methods?
I am working on an Android application which is recording and playing audio. To create more friendly log-messages I would like to use this method from class android.media.AudioFormat`:
/** @hide */
...
Advice
2
votes
10
replies
29
views
However, I don't know how to restrict restaurants outside the platform
First of all, I apologize for my English. We are currently developing a SaaS platform for restaurants that allows customers to place orders directly from their tables using their mobile devices.
One ...
1
vote
0
answers
27
views
How to transfer installed packages from an older version of R in the newest one
I have the version R 4.5.2 and I am now installing the newest one R 4.6.0
How can I transfer the installed packages from my old version to the new one. Here is my try
I obtain and save the installed ...
Best practices
0
votes
2
replies
24
views
How should an OIDC client application determine if a user can access UI components?
I'm on a team designing a web application that's going to leverage OIDC for authentication.
Guidance on tokens provided by OAuth2 and OIDC I find make a pretty firm statement that a client application ...
Advice
0
votes
0
replies
20
views
How to publish a mobile app (iOS/Android) on the Autodesk App Store?
I'm looking to publish a native mobile app on the https://apps.autodesk.com. The app integrates with Autodesk Construction Cloud via REST APIs (OAuth 2.0, Projects, Forms, RFIs) and is distributed ...
Best practices
0
votes
0
replies
11
views
(Cass 2.2.5) Is it safe to copy the entire cassandra/ dir to a new VM and run it?
As long as I drain and then stop the node, can I copy the entire cassandra directory over to a new VM and run an identical setup?
1
vote
0
answers
29
views
executeScript: Error: Cannot access contents of url "chrome-extension://.../main.html".Extension manifest must request permission to access this host
The below minimal web-extension works for Firefox but fails for Chrome.
Basically, I am testing loading a local JS file using chrome.scripting.executeScript() into the current tab. I need the current ...
Advice
0
votes
2
replies
21
views
MediaPlayer and PictureBox control .NET
Is there a way to use a MediaPlayer object to play video in a specific PictureBox control in .NET?