79229745

Date: 2024-11-27 10:01:40
Score: 3
Natty:
Report link

For me it's works perfectly this: https://{org}.visualstudio.com/{project}/_workitems/mentioned/

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alvarome

79229741

Date: 2024-11-27 10:00:38
Score: 6 🚩
Natty:
Report link

enter image description here

I am still getting this issue @Deera

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Deera
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sidhant Pandey

79229736

Date: 2024-11-27 10:00:38
Score: 0.5
Natty:
Report link

To build a multiplayer Texas Hold'em Poker game using Node.js and Flutter, you can follow this approach:

1. Backend with Node.js:

Use Node.js with Express.js for setting up your server and handling APIs. Implement WebSockets (e.g., using Socket.IO) for real-time communication between players, as poker is a fast-paced, real-time game. Use a game state manager to keep track of each player's cards, chips, and the game flow (pre-flop, flop, turn, river). Implement database support (e.g., MongoDB or PostgreSQL) to store player information, game history, and stats.

2. Frontend with Flutter:

Flutter can be used to create cross-platform mobile apps for both iOS and Android. For the poker game UI, you will need to create custom widgets for the poker table, cards, chips, and betting interface. Integrate the WebSocket connection to sync real-time events and updates from the server.

3. Game Logic:

Use a robust poker engine to handle the rules of Texas Hold'em (e.g., hand evaluation, bet calculations, determining the winner). You can either develop your own or integrate a third-party poker engine like PokerStove. Deployment:

For scalable multiplayer support, use AWS or Google Cloud to deploy your backend. You can also consider Firebase for real-time database syncing and authentication.

It may happened that you can get some issues related to code or other code issue. Then you can contact to poker game development companies like Creatiosoft, Connective Games, Slavna Games etc. These companies can assist with developing and deploying your poker game efficiently, leveraging their extensive experience in the gaming industry.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kristina Smith

79229732

Date: 2024-11-27 09:58:38
Score: 2.5
Natty:
Report link

The FMX Bitmap codec does auto conversion (input and output) https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Graphics.TBitmapCodecManager

The file extension signals the codec to select filters Image.Bitmap.SaveToFile('testj.jpg'); // jpeg saved Image.Bitmap.SaveToFile('testb.bmp'); // bitmap saved

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Brent

79229726

Date: 2024-11-27 09:57:37
Score: 3.5
Natty:
Report link

pls check if this is helpful

enter link description here

what's more, pls try to turn on parallel loading of tables.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: Ryan

79229718

Date: 2024-11-27 09:55:36
Score: 1.5
Natty:
Report link

Your react native app cannot connect to your local server just like a web app or your postman app. To connect to your local server, use http://10.0.2.2:7036 instead of http://192.168.8.100:7036 for your API connection url.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: engr.ukairo

79229712

Date: 2024-11-27 09:54:36
Score: 2.5
Natty:
Report link

The library

  implementation 'me.tankery.lib:circularSeekBar:1.2.0'

is now updated to:

implementation 'me.tankery.lib:circularSeekBar:1.4.2'

Refer to the Circular Seek Bar library.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eldo Martadjaya

79229710

Date: 2024-11-27 09:54:36
Score: 4
Natty: 4
Report link

It helped in my case using xcode 16.1

https://github.com/expo/expo/issues/31142#issuecomment-2421924466

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: J-peace

79229705

Date: 2024-11-27 09:53:35
Score: 0.5
Natty:
Report link

There are many things to have to consider when you want to mock ES module.

  1. You have to pass --experimental-vm-modules parameter to Jest
  2. Use jest.unstable_mockModule instead of jest.mock function
  3. You have to use await import instead of import from
  4. Mock the module before you import it

I spent a lot of time fixing all of the issues I had around mocking ESM modules in both Javascript and Typescript. That's why I decided to create a repository to show a complete full-working example. You can have a look if you want: https://github.com/habibseifzadeh/jest-esm-mock-examples

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Habib Seifzadeh

79229704

Date: 2024-11-27 09:53:35
Score: 12
Natty: 8.5
Report link

I still have issues. Can someone help me? https://github.com/HaugaardThomas/Messe-App-Working/issues

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can someone help me
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thomas

79229703

Date: 2024-11-27 09:53:35
Score: 2.5
Natty:
Report link

this is the url for the sat map tiles: https://sat-cdn.apple-mapkit.com/tile?style=7&size=2&scale=1&z=12&x=2159&y=1325&v=9871&accessKey=

you can grab an access key from: https://duckduckgo.com/?q=maps&iaxm=maps&source=maps

regarding the original question - I think I would not go this way in a production environment. It is probably better to use the mapview logic to "intercept" the tile loading and store it, rather then rebuilding it completely.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Niczem Olaske

79229702

Date: 2024-11-27 09:53:35
Score: 0.5
Natty:
Report link

For me this was due to Source Tree added the following in my .gitConfig file

[safe]
bareRepository = explicit

removing this from .gitConfig solved the problem.

To open .gitConfig run the following command on your terminal

open ~/.gitconfig
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karan Bhatia

79229688

Date: 2024-11-27 09:48:33
Score: 4
Natty: 4.5
Report link

.Net 9.0 is supported starting with Visual Studio 17.12

https://dotnet.microsoft.com/en-us/download/dotnet/9.0

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vlijia stefan

79229670

Date: 2024-11-27 09:41:31
Score: 4.5
Natty:
Report link

I found the payload format here in this link

https://github.com/Azure-Samples/azure-communication-services-calling-event-grid/blob/main/add-calling-push-notifications-event-grid/ACSCallingNativeRegistrarLite/Utilities/Utilities.cs

We ended up not using notification hub and implemented push delivery logic in our own server. After including the data required in the payload incoming calls were successfully being received.

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Fahim Jubayer

79229668

Date: 2024-11-27 09:40:31
Score: 1.5
Natty:
Report link

It seems that the problem is that the env is not saved inside the flash, it's loaded in the U-Boot at RAM and then once the kernel is booted this is lost.

Inside U-Boot if you

saveenv

and then boot, it will fix the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Humusk

79229666

Date: 2024-11-27 09:39:30
Score: 1.5
Natty:
Report link

Abdur Rehman answer is correct but instead of removing it (because removing it will throw warning in console telling you to add it 'though can be ignored) just set it to false and it disables the back button so the user will have to either watch the entire ad or wait until they are allowed to exit after certain time has passed. This works as of 11/27/24

from: android:enableOnBackInvokedCallback="true"

to: android:enableOnBackInvokedCallback="false"

android -> app -> src -> main -> AndroidManifest.xml and this line should be under <application

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: mtricktrick

79229660

Date: 2024-11-27 09:39:30
Score: 1
Natty:
Report link

When variables are used from Variable Groups, it is not easy to use template expressions or even macro expressions.

You can try the bellow:

  1. Define a job variable and escape characters \ and "
  2. Use the variable in your task
-job:MyJob
 variables:
    myEscapedSecret: $[replace(replace(variables['STORAGEACCOUNTKEYDBASEBK'], '\', '\\'), '"', '\"')]

 steps:
   -task: xxxxxx
     --storage-key "$(myEscapedSecret)"
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: AarJey

79229652

Date: 2024-11-27 09:36:29
Score: 0.5
Natty:
Report link

As you pointed out, there are, at the time of writing, no timezones that have a Universal Time offset greater than 24 hours. This would occur when a governmental body declares it. Support for +/- 167 hours was likely added in Version 3 to handle that possibility. Consider that these offsets are specified by governmental decree, so the authors of this standard/code probably imagined that a bureaucrat may want to shift their timezone by nearly 1 week since 167 hours = 6 days and 23 hours. This is basically referring to both the UT Offset listed in the ttinfo entries, and to the POSIX.1-2017-style TZ string (), as explained in the man pages.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Andrew

79229647

Date: 2024-11-27 09:34:29
Score: 1.5
Natty:
Report link

If you google a bit, you might find out the projects where the USRP boards are being or have been used. You can contact with the website of the project if available of talk to the project participants. If such projects are open source, you might be able to find one of such files in git or wherever they are hosting their project.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Naveed Ahmed

79229643

Date: 2024-11-27 09:34:28
Score: 14
Natty: 8
Report link

I am facing the same problem. Were you able to fix this?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mitesh P

79229640

Date: 2024-11-27 09:33:27
Score: 1
Natty:
Report link

thank you for your response. In the meanwhile I could solve my problems and you are right, the time in my emulator was not set correctly. But this was not the main reason for the refresh issue.

  1. I addded "requestOfflineAccess" to the AuthorizationRequest to get a "serverAuthCode"
val authorizationRequest = AuthorizationRequest.Builder()
    .requestOfflineAccess(getString(R.string.default_web_client_id), true)
    .setRequestedScopes(requestedScopes)
    .build()
  1. With the "serverAuthCode" I requested an access/refresh Token. Here I needed to setup a "clientSecret" in the Google Cloud console to get it working.
val tokenResponse = GoogleAuthorizationCodeTokenRequest(
    GoogleNetHttpTransport.newTrustedTransport(),
    GsonFactory.getDefaultInstance(),
    "https://oauth2.googleapis.com/token",
    getString(R.string.default_web_client_id),
    getString(R.string.clientSecret),
    authorizationResult.serverAuthCode,
    getString(R.string.redirectUri)
).execute()
tokenResponse?.let {
    val accessToken = AccessToken(it.accessToken, Date(System.currentTimeMillis() + it.expiresInSeconds * 1000))
    val refreshToken = it.refreshToken

}
  1. Now I was able the use the "UserCredential" Class that supports token refresh different to "OAuth2Credentials", that does not support refreshing.
var userCredentials = UserCredentials.newBuilder()
    .setClientId(getString(R.string.default_web_client_id))
    .setClientSecret(getString(R.string.clientSecret))
    .setAccessToken(accessToken)
    .setRefreshToken(refreshToken)
    .build()
userCredentials?.let {
    driveService = Drive.Builder(
        GoogleNetHttpTransport.newTrustedTransport(),
        GsonFactory.getDefaultInstance(),
        HttpCredentialsAdapter(it)
    )
        .setApplicationName(getString(R.string.applicationName))
        .build()
}
  1. before usind the driveService, I always call:
userCredentials?.refreshIfExpired()

The documentation from Google is very poor. Especially I am still not 100% sure, if the driveService object takes into account the token changes of the userCrediatials object after its creation and if the object needs be rebuilt or not. More precise, I wonder if the HttpCredentialsAdapter(userCredentials) is called by reference or by value.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: spiderbaby

79229635

Date: 2024-11-27 09:32:27
Score: 1.5
Natty:
Report link

For now, downgrading react to 18.2.0 managed to fix this problem temporarily.

"react": "18.2.0",
"react-dom": "18.2.0"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PafaPufuTries

79229628

Date: 2024-11-27 09:30:27
Score: 0.5
Natty:
Report link

Using static classes (or perhaps 'hardcoded' config access) is a generally bad idea. Thats why we invented "instances" - same code, but different data (e.g. different connection string).

It is possible to use different versions of a packages using the Aliases="Alias1" parameter (perhaps even using the same version???). However if there is a hardcoded access to some config-file/settings - you still will read the same config. So you should have same DbContext instances that receives different config-values and will provide access to different DBs.

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: BerndK

79229621

Date: 2024-11-27 09:28:26
Score: 2
Natty:
Report link

try to run this:

print(JSON.stringify(db.collection.find().toArray()))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ramez Ghaly

79229619

Date: 2024-11-27 09:28:26
Score: 2.5
Natty:
Report link

I would put it as a controller since it is only instantiated within a controller or a view but not actually writing anything to the doc just preparing a document for view i.e. replacing handle bars or traversing it as a dom document and inserting HTML views which themselves can be templated.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christopher McIntosh

79229611

Date: 2024-11-27 09:26:25
Score: 0.5
Natty:
Report link

As you pointed out, there are, at the time of writing, no timezones that have a Universal Time offset greater than 24 hours. This would occur when a governmental body declares it. Support for +/- 167 hours was likely added in Version 3 to handle that possibility. Consider that these offsets are specified by governmental decree, so the authors of this standard/code probably imagined that a bureaucrat may want to shift their timezone by nearly 1 week since 167 hours = 6 days and 23 hours. This is referring to both the UT Offset listed in the ttinfo entries, and to the POSIX.1-2017-style TZ string ().

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Andrew

79229603

Date: 2024-11-27 09:22:24
Score: 3
Natty:
Report link

yo anyone got runnable .bat and .SH scripts? my terminal c”mmed and it now is hungry so pls ty :D

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: hhsjjrf ghd5tff

79229600

Date: 2024-11-27 09:21:24
Score: 2.5
Natty:
Report link

The command is now npx expo prebuild to get the native directories.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Katharina Reimer

79229598

Date: 2024-11-27 09:21:24
Score: 1.5
Natty:
Report link

In PowerShell, I was able to run the following line: Get-ChildItem -Path $logPath |? {!$.PSIsContainer -and $.Extension -eq ".log"} | Foreach{$_.Refresh()}

Before the line I wanted to use the LastWriteTime in: Get-ChildItem -Path $logPath | ? {!$.PSIsContainer -and $.Extension -eq ".log" -and $_.LastWriteTime -gt (Get-Date).AddSeconds(-35)} | Sort-Object -Property Name -Descending | Select-Object -First 1

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Chris Chalmers

79229596

Date: 2024-11-27 09:20:23
Score: 2.5
Natty:
Report link

you could use this query:

SELECT State, SUM(State_Customers) AS Total_Customers, COUNT(*) over() FROM Customer_t Group By State Order by State_Customers desc;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mahsa Einabadi

79229591

Date: 2024-11-27 09:19:23
Score: 3
Natty:
Report link

Best solution for me was changing owner of working folders to current user

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aliq Qim

79229588

Date: 2024-11-27 09:18:22
Score: 7.5 🚩
Natty:
Report link

It seems the problem is coming again since this tuesday 26 november but this time with no specific error: enter image description here

Someone found a way to fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alex Ad

79229585

Date: 2024-11-27 09:17:21
Score: 4.5
Natty:
Report link

I just found out how to solve this problem. Edit the system environment variable ComSpec and remove the semicolon at the end of the value.

Reasons:
  • Blacklisted phrase (1): how to solve
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manfred

79229576

Date: 2024-11-27 09:14:20
Score: 3
Natty:
Report link

I had this issue, was giving me the same 403 error, tried idtoken and access token both in test, then I just deployed the API with this authoriser and tried access token first for the deployed API (this did not work), and then I tried idToken(and it gave me 200 response) , and then when I tried idToken for testing it gave me back proper response with 200 code.

Reasons:
  • Blacklisted phrase (1): did not work
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NAZRUL HASSAN

79229567

Date: 2024-11-27 09:12:20
Score: 1
Natty:
Report link

You don't need to only hope echo is builtin. You can enforce it:

$ builtin echo "$PW" | the-command-that-reads-pw-from-stdin
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ville Oikarinen

79229566

Date: 2024-11-27 09:11:19
Score: 3
Natty:
Report link

I believe you can use the following cron:

0 4 25-31 * */7

Based on this article: https://blog.healthchecks.io/2022/09/schedule-cron-job-the-funky-way/

Reasons:
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: KazM

79229563

Date: 2024-11-27 09:11:19
Score: 0.5
Natty:
Report link
<ListBox ItemsSource="{Binding Files}" ScrollViewer.HorizontalScrollBarVisibility="Disabled">
    <ListBox.ItemsPanel>
        <ItemsPanelTemplate>
            <WrapPanel />
        </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
</ListBox>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Elyas Nategh

79229556

Date: 2024-11-27 09:09:19
Score: 1.5
Natty:
Report link

To do what you're looking for, there is no group_by as such, in your place I'd make a list with all the unique combinations of your 2 address fields, For each group, filter the corresponding commands and use update() to assign the specified instance of Bill

You can find more information in the documentation, particularly in the sections on values() and distinct() https://docs.djangoproject.com/en/5.1/ref/models/querysets/

I hope my answer helps solve your problem

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Victor Hubert

79229548

Date: 2024-11-27 09:08:18
Score: 1.5
Natty:
Report link
    public static Utilities 
{
    public static int Sum(int number1, int number2) {
        return number1 + number2;
    }
}

int three = Utilities.Sum(3, 5);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankit Pandey

79229544

Date: 2024-11-27 09:08:18
Score: 3
Natty:
Report link

The Provided Version of Smartgit doesn't work. Install the latest version for compatibility.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akhil_QCOM

79229541

Date: 2024-11-27 09:07:18
Score: 1
Natty:
Report link

To automatically move data from the next row to the top after clearing a row, you can use a formula or a script, depending on your platform. In Excel, you can utilize VBA to shift the rows upward after clearing the content. Alternatively, Google Sheets provides Apps Script for a similar automation process.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fitmovers uae

79229540

Date: 2024-11-27 09:07:18
Score: 3.5
Natty:
Report link

I had to go back to PostgreSQL version 16.6 for now.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Joshua Iluma

79229528

Date: 2024-11-27 09:03:16
Score: 2
Natty:
Report link

"To display the Error List, choose View > Error List, or press Ctrl++E." This is from https://learn.microsoft.com/en-us/visualstudio/ide/reference/error-list-window?view=vs-2022 . In my view the "View -> Error List" would be the best solution, because in "View" menu one can see also other windows and view options which would be interesting for a VS user.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: modern_stonetime_programmer

79229522

Date: 2024-11-27 09:02:16
Score: 0.5
Natty:
Report link

Based on the solution provided by @Mj_wales in vanila JS

Get X, Y onClick chart coordinates in ChartJS

here is the react approach

event.offsetY should be event.native.offsetY event.offsetX should be event.native.offsetX

          onHover: function (event) {

            var yTop = event.chart.chartArea.top;
            var yBottom = event.chart.chartArea.bottom;

            var yMin = event.chart.scales['y'].min;
            var yMax = event.chart.scales['y'].max;

            var newY = 0, newY1 = 0;

            if (event.native.offsetY <= yBottom && event.native.offsetY >= yTop) {
              newY = Math.abs((event.native.offsetY - yTop) / (yBottom - yTop));
              newY = (newY - 1) * -1;
              newY = newY * (Math.abs(yMax - yMin)) + yMin;
            };

            var xTop = event.chart.chartArea.left;
            var xBottom = event.chart.chartArea.right;
            var xMin = event.chart.scales['x'].min;
            var xMax = event.chart.scales['x'].max;
            var newX = 0;

            if (event.native.offsetX <= xBottom && event.native.offsetX >= xTop) {
              newX = Math.abs((event.native.offsetX - xTop) / (xBottom - xTop));
              newX = newX * (Math.abs(xMax - xMin)) + xMin;
            };
            console.log(newX, newY);
          },

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Mj_wales
  • Low reputation (1):
Posted by: kehinde salaudeen

79229517

Date: 2024-11-27 08:59:15
Score: 0.5
Natty:
Report link

You can use this extension: https://marketplace.visualstudio.com/items?itemName=colch.quick-open-prefill-selection

Under Preferences -> Keyboard Shortcuts, you can bind extension.quickOpen.withPrefill to Ctrl+P when: editorHasSelection && editorTextFocus && !editorHasMultipleSelections

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CyBot

79229516

Date: 2024-11-27 08:59:15
Score: 3.5
Natty:
Report link

kubectl delete KongPlugins [plugin name] -n [namespace]

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user1572677

79229515

Date: 2024-11-27 08:59:15
Score: 1.5
Natty:
Report link

In seaborn 0.13.2 property fig is depricated. Use g.figure:

g = sns.pairplot(df)
g.figure.suptitle("Your plot title")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zhb.hodas

79229513

Date: 2024-11-27 08:58:15
Score: 1
Natty:
Report link

These are compile time flags, you have to rebuild jemalloc with these flags. One way is to add in deps/Makefile

JEMALLOC_CONFIGURE_OPTS += --with-malloc-conf=narenas:40
jemalloc: .make-prerequisites

Also, make sure you clean prev build, with make distclean

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zvi schneider

79229512

Date: 2024-11-27 08:57:15
Score: 2
Natty:
Report link

org.hibernate.orm:hibernate-jpamodelgen:6.6.2.Final (linked by org.springframework.boot:spring-boot-dependencies:3.4.0) with OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) don't produce the problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yury Shafran

79229508

Date: 2024-11-27 08:55:14
Score: 9.5
Natty: 7.5
Report link

Is there a solution for this in VBA ?

Reasons:
  • Blacklisted phrase (3): Is there a solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a solution for this in
  • Low reputation (1):
Posted by: Jesper Martin Schumacher

79229498

Date: 2024-11-27 08:50:12
Score: 0.5
Natty:
Report link

Additionally to Aaron Belchamber's answer, as applied to VS 2022 situation (particularly, after spending hours trying to install PyVizgraph via pip):

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Stanislav Koncebovski

79229480

Date: 2024-11-27 08:43:11
Score: 0.5
Natty:
Report link

ok, I succeed! By using this:

https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html

I think the key was, instead of this:

extension=php_xdebug-3.4.0beta1-8.2-vs16-x86_64.dll

I must use this:

zend_extension=php_xdebug-3.4.0beta1-8.2-vs16-x86_64.dll

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: John Smith

79229478

Date: 2024-11-27 08:43:11
Score: 0.5
Natty:
Report link

WhatsApp bulk message sending is a game-changer for businesses, and WaBM takes it to the next level. Here’s how WaBM makes WhatsApp bulk messaging a powerful tool for the future:

  1. Cost-Effective Outreach With WaBM, businesses can send bulk messages for as little as 1 rupee per conversation, helping them maximize their marketing budget without compromising reach.

  2. Direct Customer Engagement WaBM enables businesses to connect directly with their audience through personalized messages, ensuring higher open rates and meaningful interactions compared to traditional methods.

  3. Manage Campaigns Effortlessly WaBM’s user-friendly panel allows businesses to create, schedule, and manage bulk campaigns efficiently, saving time and effort.

  4. Scale Your Business Whether announcing sales, sharing updates, or sending offers, WaBM lets you scale your outreach to thousands of customers instantly, driving sales and engagement.

  5. No Hidden Fees With no additional service charges, WaBM makes WhatsApp marketing more accessible, ensuring businesses can focus on growth without worrying about extra costs.

WaBM isn’t just a bulk messaging tool; it’s a comprehensive marketing solution that helps businesses grow by leveraging the power of WhatsApp.

For more visit - www.wabm.in

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ashwini

79229471

Date: 2024-11-27 08:40:10
Score: 1
Natty:
Report link

You need to set Prerender of pages of In your App.razor Add in your section :

<HeadOutlet @rendermode="new InteractiveServerRenderMode(prerender: false)" />

And in your section add:

<Routes @rendermode="new InteractiveServerRenderMode(prerender: false)" />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: T.mod

79229461

Date: 2024-11-27 08:36:09
Score: 1
Natty:
Report link

THIS WORKS!!

Suggested by Simon, I finally fix it

buildSrc/build.gradle

plugins {
    id 'groovy' // Groovy or Kotlin can also be used
}

And a groovy file like this

buildSrc/src/main/groovy/MyTask3.groovy

import org.gradle.api.DefaultTask
import org.gradle.api.tasks.TaskAction
import org.gradle.api.tasks.Input


class MyTask3 extends DefaultTask {
    @Input String name

    @TaskAction
    void taskAction(){
        //Something

Then in other build file I use the task

subproject/build.gradle

task myTaskThree(type: MyTask3) {
    dependsOn(clean)
    name = "Jonh Doe"
}
compileJava.dependsOn myTaskThree

Thanks !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Oscar Besga Panel

79229460

Date: 2024-11-27 08:36:09
Score: 0.5
Natty:
Report link

The formula is

=MAX(SCAN(1,DROP(UNIQUE(A:A),1),LAMBDA(aa,b,COUNTIF(A:A,b)+aa-1)))-1

Do not place it in column A, since it is the dynamic range of the data. (circular reference)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Black cat

79229447

Date: 2024-11-27 08:30:07
Score: 2.5
Natty:
Report link

The problem was a routes names conflict: enter image description here

Don't forget to use the php artisan optimize utility, it can be very useful in such cases.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Vlodko

79229444

Date: 2024-11-27 08:29:07
Score: 1.5
Natty:
Report link

Resolved, the solution was to turn off the property disallowAdditionalPropertiesIfNotPresent:

configOptions = [
    openApiNullable: "false",
    disallowAdditionalPropertiesIfNotPresent: "false"
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alessandro Carraro

79229443

Date: 2024-11-27 08:29:07
Score: 3.5
Natty:
Report link

Just add a '/' at the end. This will work

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nishanth

79229436

Date: 2024-11-27 08:26:06
Score: 1.5
Natty:
Report link

You can check the trigger on the output of the trigger action, just open the run instance from your flow's main page. If it is not helping, you can modify your flow to add a 'Terminate' action right after the trigger action, so it will not take up resources despite the continuously starting state.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Farkas János

79229435

Date: 2024-11-27 08:26:06
Score: 2
Natty:
Report link

To exit a process programmatically in Node.js, use process.exit();

To exit normally, use process.exit(0);. The code 0 indicates a successful termination. To exit with an error (abnormally), use process.exit(1);. The code 1 indicates an error occurred.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: jayasuriya s

79229434

Date: 2024-11-27 08:25:06
Score: 2.5
Natty:
Report link

yes, update VS 2022 will fix Exception of type 'System.Exception' was thrown problem. I have update VS 2022 to 17.12.2 and problem didn't come back when I opened solution from local workspace.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Data Pro MZ

79229422

Date: 2024-11-27 08:21:05
Score: 2
Natty:
Report link

Remove underline when typing to word in EditText or removing undine on editText

programatically yourEditText.setOnFocusChangeListener { view, hasFocus -> onFocusChange(view,hasFocus) yourEditText.inputType=InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD }

or xml

android:inputType="textVisiblePassword" android:background="@null"

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28509005

79229421

Date: 2024-11-27 08:20:04
Score: 0.5
Natty:
Report link

There are various solutions. Choose the one you like the most:

In all these cases you can repeat the string to repeat the character as many times as you like. Hope this helps 😉.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28509002

79229419

Date: 2024-11-27 08:20:04
Score: 2
Natty:
Report link

In the following line in main.cpp, you passed <&a> as an argument for the function. But you did not declare variable before. I think the nullptr error caused by this fault.

QObject::connect(&engine, &QQmlApplicationEngine::objectCreated, &a, [url](QObject *obj, const QUrl &objUrl)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mehdi shemshadi

79229414

Date: 2024-11-27 08:18:04
Score: 2
Natty:
Report link

One system for all environments:

Example: The productive environment uses an os package with version 1.0 and the test environment uses version 1.2

Then it must be possible to install both versions on the same system.

Using different VMs doesn't have this problem.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GiveAway

79229396

Date: 2024-11-27 08:10:02
Score: 1.5
Natty:
Report link

Here's a github repo that explains how to start an app after boot up in Kotlin.

You may encounter issues on some recent Android versions and devices because of how OEM is managing battery optimization.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: 2IIZ

79229395

Date: 2024-11-27 08:09:01
Score: 1
Natty:
Report link

Made with 2D Canvas and horizontal layout, where we have a basic visual preset block of pictures. Lines - this can be a linerender, because your linerender essentially creates a mesh grid, and you can use any material. Understanding a little ShaderGraph, you can easily repeat any effect from your example.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lvov Roman Ygorevich

79229386

Date: 2024-11-27 08:06:01
Score: 5
Natty:
Report link

https://www.nuget.org/packages/ISO8583dotnet/#supportedframeworks-body-tab is a well maintained, light and easy to use library for ISO 8583 message parsing and packing, it works for .Net 8 above

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a we
  • Low reputation (1):
Posted by: gxgTech

79229382

Date: 2024-11-27 08:05:00
Score: 3.5
Natty:
Report link

TilesBrush is the easier option, guys. Needs 10 seconds and one line of code.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Starts with a question (0.5): is the
  • Low reputation (1):
Posted by: Hans Voralberg

79229375

Date: 2024-11-27 08:02:59
Score: 0.5
Natty:
Report link

In my case it was due to webview(or window) height update. When updating webview height it triggers swiper update also.

You should set updateOnWindowResize to false

https://swiperjs.com/swiper-api#param-updateOnWindowResize

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: JillAndMe

79229368

Date: 2024-11-27 07:59:59
Score: 1
Natty:
Report link

There is a third parameter for options in cpSync(source,destination, options?), which does have a recursive property. Set it to true and you should get a copy of your source directory including all files at target.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Seb

79229363

Date: 2024-11-27 07:56:57
Score: 8 🚩
Natty: 4.5
Report link

Do you solve the problem? I met the smae

Reasons:
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • RegEx Blacklisted phrase (2.5): Do you solve the
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28020954

79229361

Date: 2024-11-27 07:56:57
Score: 1
Natty:
Report link

save the audio but make sure before saving remove the special character sapce use this regexp String sanitizeFileName(String fileName) { // Remove special characters and replace spaces with underscores return fileName .replaceAll(RegExp(r'[^\w\s.]'), '') // Remove special characters .replaceAll(RegExp(r'\s+'), '_') // Replace spaces with underscores .replaceAll(RegExp(r'.+'), '.') // Ensure only single dots .toLowerCase(); // Convert to lowercase }

use command like this '-i "$outputPath" -i "$audioPath" -map 0:v -map 1:a -c:v copy -c:a aac "$finalOutputPath"';

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Newbs play 45

79229357

Date: 2024-11-27 07:54:56
Score: 2.5
Natty:
Report link

try removing the DEFAULT_DDL_COLLATION from account level by setting it to a blank string ('') and confirm if this resolves the issue. (E.g. alter ACCOUNT set DEFAULT_DDL_COLLATION = '';)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lalo lalic

79229353

Date: 2024-11-27 07:52:55
Score: 1.5
Natty:
Report link

This one work easily.

{% unless product.available %}
              <span class="product-sold-out">Sold Out</span>
            {% endunless %}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashish Chaubey

79229352

Date: 2024-11-27 07:52:55
Score: 2
Natty:
Report link

Instead of trying to store it in a database, I used GitHub artifacts to store and retrieve the reports, and it worked well for me!! DO let me know if there is a way to store it in a DB, you could also share resources for the same.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vaibhav Mishra

79229348

Date: 2024-11-27 07:50:54
Score: 3
Natty:
Report link

Check your outgoing TCP port. If you are trying to make some connections in short time interval from the same outgoing port - server will not answer.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Дмитрий Н

79229343

Date: 2024-11-27 07:49:54
Score: 2
Natty:
Report link

I have a related question; I made a cool site what collects all the data from my clients and than it programatically (javascript) put everything into a hidden CF7 from BUT when I programatically start the CF7 submission (something like "wpcf7.submit()") than none of the other Listeners are triggered. I am not able to catch a "wpcf7submit" or a "wpcf7mailsent" event .. . they just remain silent. But they do alert when I "physically" press the submit button on the CF7 form. What shall I do in order to catch any of those events! I desperately need to know that the Form has been submitted and I also want to navigate to an other subpage than.

Reasons:
  • Blacklisted phrase (1): I am not able to
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ádám Kruzics

79229341

Date: 2024-11-27 07:49:54
Score: 0.5
Natty:
Report link

I also got this issue and after researching, I found a solution for it.

INSERT INTO table_name (id, json_data)
VALUES (1, JSON '{"id":"stop-id-1","type":"STOP"}');

just wrap the json string with "JSON " keyword.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anh Bui

79229331

Date: 2024-11-27 07:45:53
Score: 2.5
Natty:
Report link

found out that the sdk for .net c# does not have the function to send the video to amazon rekognition API. only react, ios, and android SDK have it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: khalil

79229317

Date: 2024-11-27 07:39:52
Score: 2.5
Natty:
Report link

This question looks dated and the feature for creating http API GW v2 via OpenAPI specs (as replacement for API GW V1 REST API) is now supported.

See: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_api#body-1

There is an interesting module here that has such functionality to get started with. : https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: stanley_manley

79229304

Date: 2024-11-27 07:33:50
Score: 2
Natty:
Report link

On October 30, 2024, Amazon announced support for HTTPS, SSHFP, SVCB, and TLSA DNS resource records

https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-route-53-https-sshfp-svcb-tlsa-dns-support/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: khakiout

79229294

Date: 2024-11-27 07:31:49
Score: 8.5 🚩
Natty: 4.5
Report link

do you have a solution now?please

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: H Z

79229282

Date: 2024-11-27 07:25:47
Score: 4.5
Natty:
Report link

which payment provider you are using

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): which
  • Low reputation (1):
Posted by: iamyathz

79229277

Date: 2024-11-27 07:22:46
Score: 0.5
Natty:
Report link

Further to answer mentioned by @Alexey, this is how I worked it out to embed Aspose libraries as a resource in a .NET Core Web application.

  1. Added a folder named Resources under the Solution > Project > Properties folder. screenshot of Resources folder

  2. Edited the .proj file to add below code:

<!-- Aspose Licence embedded resource include -->
<ItemGroup>
    <EmbeddedResource Include="Properties\Resources\Aspose.Total.NET.lic" />
</ItemGroup>

  1. Added registering of the licence in the Program.cs file (that uses top-level statements)

var AsposeLicenceFileName = "Aspose.Total.NET.lic";
var asposeWordsLicence = new Aspose.Words.License();
asposeWordsLicence.SetLicense(AsposeLicenceFileName);

worked out well for the past many months. good luck.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Alexey
  • Low reputation (0.5):
Posted by: foxfuzz

79229271

Date: 2024-11-27 07:20:45
Score: 7 🚩
Natty: 4.5
Report link

Have you been able to resolve this problem? I am facing it now.

Reasons:
  • Blacklisted phrase (1.5): Have you been able to
  • RegEx Blacklisted phrase (1.5): resolve this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gianluca Melis

79229267

Date: 2024-11-27 07:17:44
Score: 2.5
Natty:
Report link

The field exist but the field/number is not reshresing when i select a new product-size from the dropdown select menu

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Marcel Kraan

79229260

Date: 2024-11-27 07:12:43
Score: 4
Natty:
Report link

@react-native/gradle-plugin Adding it as a devDependency first then try to run your app.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Avijit

79229254

Date: 2024-11-27 07:10:42
Score: 0.5
Natty:
Report link

enter image description here

Formula in A3:

=TOCOL(REGEXEXTRACT(A1,"\b([^_|]+)(_(?1)+\b)(?:\|\1(?2))*",1))
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • High reputation (-2):
Posted by: JvdV

79229239

Date: 2024-11-27 07:06:40
Score: 4.5
Natty: 5.5
Report link

Since OpenIso8583.Net is no longer supported, here https://www.nuget.org/packages/ISO8583dotnet/#supportedframeworks-body-tab is another amazing library that is light and easy to work with to parse and pack iso message.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gxgTech

79229237

Date: 2024-11-27 07:05:39
Score: 1
Natty:
Report link

Check on both laptops if you have the metered connection turned off. This sometimes restrict the Wireless Display instalation. You can see it in:

Settings > Network & Internet > Wi-Fi > select the Wi-Fi network you’re connected to

Turn off the metered connection to remove the data usage limit and Restart your computer .

If the metered connection is already turned off or this solution did not solve the problem you should try to clear the System Cache because it can be corrupted. Do it on both laptops.
To do this you have to run command prompt as administrator:


I hope this solves the problem.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lewis

79229235

Date: 2024-11-27 07:04:39
Score: 2
Natty:
Report link

Yes, it is safe to make a Swift package bundle public using an extension like this, as long as the content of the package doesn’t expose sensitive information or proprietary assets unintentionally.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mohammad Irfan

79229231

Date: 2024-11-27 07:03:39
Score: 4.5
Natty: 5
Report link

Add this file to the root of your site:

https://subdomain.domain.com/apple-app-site-association

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nik.206

79229226

Date: 2024-11-27 06:59:38
Score: 1
Natty:
Report link

In the email setting of outlook I found that the SMTP host is smtp-mail.outlook.com so I set my configuration like this.

const transporter = nodemailer.createTransport({ 
 host: "smtp-mail.outlook.com",
 port: 587,
 auth: {
   user: // email,
   pass: // app password
 }
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mishal P

79229223

Date: 2024-11-27 06:58:37
Score: 1
Natty:
Report link

The logic is fine and works, the bug was due to checkBtn and clearBtn variable not being initialized, and to do so just add these at the top of your script.js:

const checkBtn = document.getElementById('check-btn')
const clearBtn = document.getElementById('clear-btn')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: arc ward

79229220

Date: 2024-11-27 06:56:37
Score: 5.5
Natty:
Report link

coding all above, but still not working for me,

chatgpt give me this:

const gl = renderer.getContext();
gl.clearColor(0.0, 0.0, 0.0, 0.0); // RGBA for transparency
gl.clear(gl.COLOR_BUFFER_BIT);

and i put in 1st line of AnimationLoop, and it works.

Reasons:
  • Blacklisted phrase (2): still not working
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eric

79229218

Date: 2024-11-27 06:55:36
Score: 1.5
Natty:
Report link
::ng-deep .mdc-radio__background::before {
      background-color: transparent;
    }
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alok Agase

79229217

Date: 2024-11-27 06:55:36
Score: 2
Natty:
Report link

To add for anyone reading this in 2024. This answer is outdated:

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Stanislav Stankov

79229202

Date: 2024-11-27 06:50:35
Score: 1.5
Natty:
Report link

To me, I needed to initialize the ExpoRoot of expo-router in index.js, like that:

import { registerRootComponent } from "expo";
import { ExpoRoot } from "expo-router";

function App() {
  const ctx = require.context("./app");
  return <ExpoRoot context={ctx} />;
}

registerRootComponent(App);
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fabio Mariano