79102961

Date: 2024-10-18 16:53:11
Score: 2
Natty:
Report link

Late, but I will add that it is not a bug, it is a feature... Microsoft.TeamFoundationServer.Client Variable class constructor - Developer Community (visualstudio.com)

So the trick with Serialize/Deserialize by @Kevin works. For Variables - I've created PublicVariable class to mimic Variable class and it does the trick.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Kevin
Posted by: Leszek P

79102952

Date: 2024-10-18 16:51:11
Score: 2
Natty:
Report link

client.on('userUpdate', (oldUser, newUser) => { if (oldUser.avatar !== newUser.avatar) console.log(${newUser.username}'s avatar changed!) if (oldUser.username !== newUser.username) console.log(${oldUser.username}'s new username is ${newUser.username}!) if (oldUser.discriminator !== newUser.discriminator) console.log(${newUser.username}'s new discriminator is ${newUser.discriminator}!) }) i found it its userUpdate not guildMemberUpdate for avatar change

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Samy NightCore

79102948

Date: 2024-10-18 16:49:10
Score: 2.5
Natty:
Report link

You have to build opencv with gstreamer enabled.

https://qengineering.eu/install-opencv-on-orin-nano.html follow this one and read script there's lots of options to select(like cuda, cudnn something like this)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 오현수

79102927

Date: 2024-10-18 16:43:08
Score: 1.5
Natty:
Report link

Your JS code is pathed to JavaScript2/Variables2.js but in your PHP folder it's stored at JavaScript/Variables2.js, so the browser can't find it. Other than the fact that var isn't used much any more your code is fine.

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

79102912

Date: 2024-10-18 16:37:07
Score: 2.5
Natty:
Report link

Your local.settings.json should be similar as below

{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "dotnet" "FUNCTIONS_INPROC_NET8_ENABLED": "1" } }

Upgrade net6.0 to net8.0 and use version 4.5.0 for Microsoft.NET.Sdk.Functions

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

79102910

Date: 2024-10-18 16:37:07
Score: 2
Natty:
Report link

The issue I was having was due to passing an instance of a Session to the "con" in pandas.DataFrame.to_sql and not the issues with the data type as I previously suspected.

According to pandas' docs DataFrame.to_sql

parameter "con" should have "sqlalchemy.engine.(Engine or Connection) or sqlite3.Connection"

Thanks to @GordThompson pointing me in the right direction, I checked through the SQLAlchemy docs on the Session.connection() which it starts transaction and is used to procure a new connection on the session's bound engin, that is exactly what my df.to_sql(con=) needed.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: iGRiK

79102907

Date: 2024-10-18 16:36:06
Score: 6.5
Natty: 7
Report link

Can anyone solve this?in my facebook application comments do not appear.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can anyone solve this
  • Low reputation (1):
Posted by: QiubyZhukhi

79102906

Date: 2024-10-18 16:36:06
Score: 0.5
Natty:
Report link

Although the @stack() and @Push() did not work, I resolved the issue with a section script and @IncludeIf. The order of scripts also seems to be important. My Code is:

@section('script')
    <script src="https://checkout.sandbox.dev.clover.com/sdk.js"></script>
    <script src="{{ asset('assets/css/clover-checkout.css') }}"></script>
    <script src="{{ asset('assets/js/clover-checkout.js') }}"></script>
    @includeIf($userBe->is_checkout == 1);
@endsection
Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-2): I resolved
  • Has code block (-0.5):
  • User mentioned (1): @stack
  • User mentioned (0): @Push
  • User mentioned (0): @IncludeIf
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: coder123

79102902

Date: 2024-10-18 16:35:06
Score: 1
Natty:
Report link

I found a PowerShell module NTFSSecurity which makes this much easier.

First, install it and import it:

Install-Module -Name NTFSSecurity
Import-Module NTFSSecurity

Then:

Add-NTFSAccess -Account username -AccessRights FullControl -Path C:\MyFolder\

Then it shows up in Explorer without special permissions:

right click properties on MyFolder

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

79102901

Date: 2024-10-18 16:35:06
Score: 4
Natty: 4.5
Report link

This is only copying top level document and its subcollection. how to make it do to any depth?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: Moblize IT

79102899

Date: 2024-10-18 16:34:05
Score: 2.5
Natty:
Report link

Try ipconfig //all. It works for me using bash in Cmder.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aaron Allott

79102883

Date: 2024-10-18 16:27:03
Score: 2
Natty:
Report link

It looks like I found a solution using this kind of expression: "SELECT VALUE t FROM c.Metadata WHERE t IN ({split($prctr, ',')})". I also had to adapt the value I am reading from the file, changed it from ('P00610','P00612') into P00610,P00612. So hope this would help someone in the similar case.

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

79102878

Date: 2024-10-18 16:26:03
Score: 0.5
Natty:
Report link

Adding to the already well given answer. GroupCoordinator receives the partition assignment from the consumer group leader and all the consumers receive their partition assignments from GroupCoordinator.

So GroupCoordinator asks the GroupLeader to decide the partition assignment based upon the https://kafka.apache.org/documentation/#consumerconfigs_partition.assignment.strategy and receives the same info back. Coordinator later passes the information to the other consumers in the group (excluding leader).

And every consumer knows only about it's own partition assignment. Though group leader knows about all the partitions assigned to different consumers in group.

PS: The first consumer from the group to connect to the broker (Group Coordinator) automatically becomes the group leader.

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

79102871

Date: 2024-10-18 16:24:02
Score: 2
Natty:
Report link

class MySkype(SkypeEventLoop):

def onEvent(self, event): if isinstance(event, SkypeNewMessageEvent): msg = event.msg
chat = msg.chat chat_topic = chat.topic if hasattr(chat, 'topic') else "No topic" print(f"Group: {chat_topic}, Sender: {msg.user.name}, Message: {msg.content}")

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

79102862

Date: 2024-10-18 16:20:01
Score: 0.5
Natty:
Report link

Ahoy!

Here is a solution in Perl. Because the lines are before the match, you will have to use a buffer. I included a $bufferSize command line argument. An array named @buffer will always have the last $bufferSize lines. When you find a match, print the buffer which contains the matching line at the end. Here is the code. I ran this on a text file of Programming Perl by Larry Wall.

#!/usr/bin/perl -w

=begin
#usage perl thisFile.pl bufferSize inputFile

#print n lines before match.  Because it is BEFORE the match, you will 
need to use a buffer.  I have limited the buffer to just the given 
bufferSize, but you could store the entire file in a buffer if need be.

=end

=cut

my $bufferSize = shift;                           #grab buffer size from command line arguments
my @buffer;

while(<>){
  push(@buffer, "$_");                            #store current line in buffer to be accessed when a match is found
  if($#buffer > $bufferSize){ shift(@buffer); }   #if the buffer is bigger than $bufferSize, remove a line from the beginning of the array with shift, pop removes from the end of the array
  if(/diamond/i){                                  #match found, print buffer
    print "\n\n***Match Found: Line $.***\n";
    my $i=1;
    for(@buffer){print "$i\t: $_"; $i++;}
  }
}

Output looks like this

$ perl print.n.lines.before.match.pl 15 programming.perl.txt 


***Match Found: Line 25975***
1   : stalled on the target system. (It might need some shared libraries, though, if you
2   : didn’t link everything statically.) However, this program isn’t really any different
3   : than the regular Perl interpreter that runs your script. It’s just precompiled into
4   : a standalone executable image.
5   : The B::CC module, however, tries to do more than that. The beginning of the C
6   : source file it generates looks pretty much like what B::C produced5 but, eventu-
7   : ally, any similarity ends. In the B::C code, you have a big opcode table in C that’s
8   : manipulated just as the interpreter would do on its own, whereas the C code
9   : generated by B::CC is laid out in the order corresponding to the runtime flow of
10  : your program. It even has a C function corresponding to each function in your
11  : program. Some amount of optimization based on variable types is done; a few
12  : benchmarks can run twice as fast as in the standard interpreter. This is the most
13  : ambitious of the current code generators, the one that holds the greatest promise
14  : for the future. By no coincidence, it is also the least stable of the three.
15  : Computer science students looking for graduate thesis projects need look no fur-
16  : ther. There are plenty of diamonds in the rough waiting to be polished off here.

Here is a solution to find n lines AFTER a match from a similar question here.

print specific number of lines after matching pattern

Its almost exactly the same but doesnt require a buffer since the lines are AFTER the match.

#!/usr/bin/perl -w

#usage perl thisFile.pl bufferSize inputFile

#print n lines after match
$n = shift;
while(<>){
  if( /diamond/i ){
    print "\n\n***Match found: Line $.***\n$_"; #print header and  matching line
    #print next 81 lines
    for( 1 .. $n ){
      print "$_:\t" . <>;
    }
  }
}

Output looks like this

$ perl print.n.lines.after.match.pl 15 programming.perl.txt 


***Match found: Line 25975***
0:  ther. There are plenty of diamonds in the rough waiting to be polished off here.
1:  
2:  
3:  Code Development Tools
4:  The O module has many interesting Modi Operandi beyond feeding the exasper-
5:  atingly experimental code generators. By providing relatively painless access to
6:  the Perl compiler’s output, this module makes it easy to build other tools that
7:  need to know everything about a Perl program.
8:  The B::Lint module is named after lint(1), the C program verifier. It inspects
9:  programs for questionable constructs that often trip up beginners but don’t nor-
10: mally trigger warnings. Call the module directly:
11:     % perl –MO=Lint,all myprog
12: 
13: 
14: 
15: 

Good Luck!

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

79102861

Date: 2024-10-18 16:20:01
Score: 2
Natty:
Report link

Linked Resource Manager templates with CI/CD https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-linked-templates

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Fang Liu

79102857

Date: 2024-10-18 16:18:01
Score: 1
Natty:
Report link

For anyone facing the same problem:

<dependency>
    <groupId>de.bwaldvogel</groupId>
    <artifactId>mongo-java-server</artifactId>
    <version>1.45.0</version>
</dependency>

is not compatible yet with MongoDB hello command.

MONGODB isMaster command

since MongoDB 4.0 spring-boot-actuator 3.2.3 Deprecated since version MongoDB 4.4.2 driver-mongodb-sync 4.11.1

org.springframework.boot.actuate.data.mongo.MongoHealthIndicator

Document result = this.mongoTemplate.executeCommand("{ isMaster: 1 }");  // in doHealthCheck

totally removed in spring-boot-actuator 3.3.3

MONGODB hello command

Is now used in spring-boot-actuator >= 3.3.3 driver-mongodb-sync 5.0.1

org.springframework.boot.actuate.data.mongo.MongoHealthIndicator

Document result = this.mongoTemplate.executeCommand("{ hello: 1 }");  // in doHealthCheck

Hop this will help you.

Reasons:
  • Whitelisted phrase (-2): For anyone facing
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Wilfried

79102852

Date: 2024-10-18 16:18:01
Score: 3
Natty:
Report link

data-bs-target="#exampleModal" this attr should be in link or button calling the modal (noted "#")

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

79102848

Date: 2024-10-18 16:16:00
Score: 3
Natty:
Report link

(SOLUTION) I had to clean the solution, restart visual studio, rebuild the project. and then, finally, my drawable was found. Check in properties , specific "Build Action" says AndroidResource :)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: emmaprofemx

79102847

Date: 2024-10-18 16:15:59
Score: 5.5
Natty:
Report link

Thanks to @ChristopherJones i've been able to extract the data. This is on the oracledb library docs. https://python-oracledb.readthedocs.io/en/latest/user_guide/sql_execution.html#fetching-raw-data I had to migrate my code of cx_Oracle to oracble db.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @ChristopherJones
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SydVega

79102833

Date: 2024-10-18 16:11:58
Score: 1.5
Natty:
Report link

Headers are created but have been encrypted so they cannot be listed in UI. As long as you have provided the right value, this linked service should work well (test connection, copy, etc.)

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Fang Liu

79102830

Date: 2024-10-18 16:11:58
Score: 3
Natty:
Report link

I often had such problems with npm and after I switched to yarn I got rid of this, I suggest you consider this.

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

79102828

Date: 2024-10-18 16:10:58
Score: 1.5
Natty:
Report link

Phantom Wallet is a multichain Web3 wallet that is non-custodial and supports the Ethereum, Polygon, and Solana networks. Users can use DApps without interference from third parties when they have self-custody.

Phantom Extension seeks to give customers a safe and convenient means of managing their digital assets, interacting with DApps, and taking part in the DeFi ecosystem. Phantom gives consumers complete control over their digital assets by allowing them to store their private keys. From their wallet, users may buy or transfer ETH, MATIC, and SOL thanks to integrated MoonPay and Coinbase Pay.

Phantom Wallet Extension | Phantom Wallet Extension

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lily Genovia

79102819

Date: 2024-10-18 16:07:57
Score: 5.5
Natty: 6
Report link

For me nothing works, if I reload via the icon or a command, doesn't matter, when I do ctrl-e and open the file search command it always shows files that no longer exist. Any ideas? How can I remove files from the list that no longer exist in the workspace?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): Any ideas
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kamishiraishi

79102815

Date: 2024-10-18 16:05:56
Score: 5
Natty: 5.5
Report link

for .net 8.0.10, mudblazor v7.13.0 https://try.mudblazor.com/snippet/GuQSbEbszrIqYBUY

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

79102814

Date: 2024-10-18 16:05:56
Score: 0.5
Natty:
Report link

Sonar has no rule for JavaScript or TypeScript regarding indentation.

You can use another tool, such as prettier, for that purpose.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: lopoto

79102807

Date: 2024-10-18 16:03:55
Score: 4.5
Natty:
Report link

I solve the problem Multer fieldsenter image description here with typescript and it's work fine for me...

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shahzaib Saleem

79102803

Date: 2024-10-18 16:02:55
Score: 2.5
Natty:
Report link

New terraform CLI version (we were using .12) requires you to put the version/source block in the module that needs the provider. This apparently only need to happen for providers that are not from hashicorp.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Charlie Baum

79102795

Date: 2024-10-18 15:59:54
Score: 2.5
Natty:
Report link

Move differentCallback and AsyncListDiffer out of ViewHolder and put them in Adapter. AsyncListDiffer should belong in RecyclerView.Adapter, because it manages data at adapter level, not at ViewHolder level.

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

79102794

Date: 2024-10-18 15:59:54
Score: 1
Natty:
Report link

You need to enclose your code between ```bash and ```. Below is the answer of your case.

```bash
plantuml -tsvg activityDiagrams
```
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: beratcelik

79102781

Date: 2024-10-18 15:55:53
Score: 3
Natty:
Report link

Yeah! Just stopping the whole application and restarting the whole application did it for me...

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

79102780

Date: 2024-10-18 15:54:53
Score: 3
Natty:
Report link

You might want to consider checking out PIL(pillow module), there are ways to take photos of a window or the python output.

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

79102773

Date: 2024-10-18 15:51:52
Score: 0.5
Natty:
Report link

There are good points made by @Nicky-McCurdy, I personally have found that for Private repositories using develop as the default branch is a cleaner flow for the engineers.

Pull Requests then default to develop and engineers know to start any new code from that branch. Then master is then reserved for code that is in production.

Good branch protection rules can still be setup for master and a HotFix can be pointed there to skip bringing any develop code in.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Nicky-McCurdy
Posted by: Shadoath

79102770

Date: 2024-10-18 15:51:52
Score: 0.5
Natty:
Report link

How to pass data to your service worker without relying on the GET query string:

// Main script:

const worker = navigator.serviceWorker.register
(
  'sw.js',
  {
    scope: '/',
    type: 'module',
  }
);

worker.ready.then
(
  controller =>
  {
    // You can actually send JS data.
    controller.postMessage({greeting: 'Hello world.'});
  }
);

// sw.js

navigator.serviceWorker.addEventListener
(
  'message', message =>
  {
    console.log('Message from Main script:', message);
  }
);
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): How to
  • Low reputation (0.5):
Posted by: KLASANGUI

79102766

Date: 2024-10-18 15:49:51
Score: 3
Natty:
Report link

Such a call does not exist, and had better not exist. It would make the system unusable and non-recoverable.

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

79102762

Date: 2024-10-18 15:48:51
Score: 1
Natty:
Report link

To invoke and debug a SignalR-triggered function in your Azure Functions App locally, you need to configure two key aspects:

  1. Expose the local Azure Function to the Internet: To make your local Azure Function accessible from the internet, you can use a tool like Ngrok. This application allows you to create a tunnel between your local server (where your Azure Function is running) and a public URL. This way, any request sent to the public URL will be forwarded to your local environment, allowing you to test and debug your function in a near-production environment.

  2. Configure the "Upstream Endpoint" in Azure SignalR: Once your Azure Function is accessible via the tunnel, you need to configure the Upstream Endpoint in the Azure SignalR service. You can do this from the Azure portal by providing the URL of the tunnel generated by Ngrok. This configuration will allow Azure SignalR to send messages or events to your local Azure Function through the tunnel connection.

    • For Production: When connecting Azure SignalR to your production Azure Function, you need to include the API Key in the upstream endpoint. The endpoint should follow the format: https://<Function_App_URL>/runtime/webhooks/signalr?code=<API_KEY>. The <API_KEY> can be retrieved from your Azure Function keys, and the recommended key for this scenario is the one named signalr_extension. This key should be used to complete the upstream endpoint URL. You can find this API Key in the Azure portal under the Azure Function's "Function Keys" section.

    • For Local Development: While testing locally, there’s no need to include the API Key in the upstream endpoint. Instead, the upstream endpoint should be configured using the Ngrok URL like this: <Ngrok_URL>/runtime/webhooks/signalr. This allows Azure SignalR to communicate with your locally hosted Azure Function through the Ngrok tunnel without requiring the production API Key.

You can find documentation about configuring "Upstream endpoints" in Azure SignalR at Upstream endpoints in Azure SignalR Service and Azure Function and Azure SignalR serverless mode integration.


Additional Tip: Make sure to keep Ngrok running during the testing and debugging process, as the tunnel URL will become unavailable if Ngrok is stopped.

This way you don't need to install any emulator, you just need to perform a "forwarding" between the public URL provided by Ngrok and the local server where you host the Azure Function (localhost:port).

To see more documentation about Azure SignalR serverless mode you can see the following links:


Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Cristian Rojas

79102721

Date: 2024-10-18 15:35:47
Score: 4
Natty:
Report link

Hi Alexander from SurrealDB here, thanks for the question and opening the issue on our GitHub repo. Assuming you are on >=2.0, it's caused by an issue we are currently working on fixing.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alexander

79102694

Date: 2024-10-18 15:27:45
Score: 2.5
Natty:
Report link

Update SQL Server 2022+

You can now do this with GENERATE_SERIES in SQL Server 2022+ with the syntax GENERATE_SERIES(<start>, <stop> [, <step>]) like this:

SELECT value FROM GENERATE_SERIES(1, 24);

Output

value
-----
1
2
...
23
24

Demo in SQL Fiddle

Further Reading: My Favorite T-SQL Enhancements in SQL Server 2022

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: AB Test

79102693

Date: 2024-10-18 15:26:44
Score: 0.5
Natty:
Report link

This is from Neo4j's graphacademy website:

To force the number to be an integer, you can use the ⇒ operator.

ie: :param number=> 10

The Browser will output the following result, with the number cast as an integer.

{ "number": 10 }

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stephen Goodrick

79102692

Date: 2024-10-18 15:26:44
Score: 12 🚩
Natty: 4.5
Report link

Did you ever get this working? I'm having similar issues with a discord provider

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this
  • RegEx Blacklisted phrase (2): working?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having similar issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Oliver Turp

79102690

Date: 2024-10-18 15:26:44
Score: 1
Natty:
Report link

In order to be able to get ride of zombies, here what does doc say:

On Unix when a process finishes but has not been joined it becomes a zombie. There should never be very many because each time a new process starts (or active_children() is called) all completed processes which have not yet been joined will be joined. Also calling a finished process’s Process.is_alive will join the process. Even so it is probably good practice to explicitly join all the processes that you start.

So in order to avoid zombies, you need to call the process join() method once you kill it.

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

79102682

Date: 2024-10-18 15:22:43
Score: 2
Natty:
Report link

I have exact issue with same error message. tried to use mongoose.connect('mongodb://127.0.0.1:27017/movieApp');

I also made sure that no existing connection blocking running the connection script using node.

I am using this from WSL2 or Gitbash but both are spitting the above error.

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

79102678

Date: 2024-10-18 15:20:42
Score: 2
Natty:
Report link

Yes,the reason is you have written the errormessage in dependency of useEffect so when you first time dispatch it, the errorMessage value is changed from null to some string so the code inside useEffect works. But now when you click it again, the errorMessage is not getting changed since it is already set to the message you have provided. So in order to make it work either you can include some random number on each dispatch or you have to apply some reset mechanism for that.

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

79102673

Date: 2024-10-18 15:19:42
Score: 2
Natty:
Report link

There is no direct way to do it. You can migrate some parts, but most of the 'infrastructural' things need to be done in different ways. There are a few quids, on how to make it less painful like Incremental ASP.NET to ASP.NET Core Migration

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

79102669

Date: 2024-10-18 15:18:42
Score: 1
Natty:
Report link

The library has a .rotationWithTwoFingers property for this specific reason. Comments on this property state flag that indicates if rotation is done with two fingers or one. when the chart is inside a scrollview, you need a two-finger rotation because a one-finger rotation eats up all touch events.

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

79102650

Date: 2024-10-18 15:12:40
Score: 9 🚩
Natty: 6.5
Report link

Could you please share the details steps for Watson Assistant Integration with Phone Using Twilio. Thanks in Advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you please share
  • RegEx Blacklisted phrase (3): Thanks in Advance
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ranjanjena12345

79102647

Date: 2024-10-18 15:11:39
Score: 3.5
Natty:
Report link

Create a custom source (extends sourceFunction) that pull the data every 24 hr

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

79102645

Date: 2024-10-18 15:11:39
Score: 1.5
Natty:
Report link

I've come across this well after it will have been helpful to you, but maybe someone else like me can benefit!

It turned out that, when the Inventory Status feature is enabled, NetSuite creates a line in the Inventory Detail 'inventoryassignment' sublist automatically (as can be seen in the UI). That line is also available when scripting, so you don't need to use insertLine(), only setSublistValue(..., line: 0) and you should be good.

Source was here (quoted from SuiteAnswer 81448): https://community.oracle.com/netsuite/english/discussion/4498970/suitescript-you-still-need-to-reconfigure-the-inventory-detail-record-after-changing-the-quantity

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

79102619

Date: 2024-10-18 15:04:38
Score: 4
Natty:
Report link

How about?

final a = SomeClass();
final b = SomeClass();

// Copy one to the other.
b.fromJson(a.toJson());

// Identical properties but not the same object.
a.toString() == b.toString();  // true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Michael

79102607

Date: 2024-10-18 15:01:36
Score: 4
Natty:
Report link

Not found any other answers and just optimized till 200mb and uploaded successfully

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Qtbdin faiz

79102606

Date: 2024-10-18 15:01:36
Score: 3.5
Natty:
Report link

Thanks everyone for your answers. I will alias the individual columns

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Robw

79102603

Date: 2024-10-18 15:00:36
Score: 4
Natty: 5
Report link

ctrl + shift + enter worked! very helpful! Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dpm

79102597

Date: 2024-10-18 14:57:35
Score: 3
Natty:
Report link

I had same problem, Not found any other answers and just optimized till 200mb and uploaded successfully

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

79102594

Date: 2024-10-18 14:56:34
Score: 0.5
Natty:
Report link

in package.json

"scripts": {
  "start": "nodemon app.js",
},

"devDependencies": {
  "nodemon": "^2.0.4"
}

and for production, I would run in terminal:

node app.js
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: yakob abada

79102578

Date: 2024-10-18 14:52:34
Score: 1.5
Natty:
Report link
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nithish

79102572

Date: 2024-10-18 14:50:33
Score: 1.5
Natty:
Report link

You need javax, not jakarta. Try adding this ->

implementation 'javax.annotation:javax.annotation-api:1.3.2'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mercurialously

79102568

Date: 2024-10-18 14:49:32
Score: 2.5
Natty:
Report link

You need to have a column as primary key in the table.

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

79102566

Date: 2024-10-18 14:48:32
Score: 1.5
Natty:
Report link

well, turns out

  return {.h = std::coroutine_handle<>::from_address(this)};

is UB, thanks @NathanOliver

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @NathanOliver
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Ralph Zhang

79102559

Date: 2024-10-18 14:46:32
Score: 3
Natty:
Report link

We have similar issue, we have implemented app logic via google federated login, the app shows available google accounts on the device, user selects one and proceeds to access the restricted area of the app, no password required,

However for this, google tester needs to access his own google account, since this account could be from anyone, its not clear how to bypass it on the server for the second step screen for a static OTP for mobile number verification.

I dont understand how to allow google testers to bypass federated login via google and skip any additional checks on the server

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have similar issue
  • Low reputation (0.5):
Posted by: Hashir Labs

79102549

Date: 2024-10-18 14:44:31
Score: 0.5
Natty:
Report link

You can access the parent window's console from within an iframe using the window.parent property.

// from within the iframe:
parent.console.log('Hello World');

This will output in the parent window's console.

You can read more here: https://developer.mozilla.org/en-US/docs/Web/API/Window/parent

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

79102541

Date: 2024-10-18 14:42:30
Score: 5
Natty:
Report link

Your implementation look like correct. Did you add NSSupportsLiveActivities key as YES to info.plist ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Okan TEL

79102539

Date: 2024-10-18 14:42:30
Score: 1.5
Natty:
Report link

I've tried any possible solution and nothing seems to work, so i just uninstall and re-installed it.

1. pip uninstall torch
2. pip install torch
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lerox

79102529

Date: 2024-10-18 14:39:29
Score: 0.5
Natty:
Report link

It sounds like you’re aiming to grow your Google Workspace for Education domain and want to see how certain features work when you have a mix of Education Fundamentals and Education Plus licenses. Let’s address two of your questions:

  1. Groups active in a mixed license area Dynamic groups can automatically add a user based on specific criteria. Education Standard or Education Plus accreditation is required to create and manage active groups.

In a domain with Fundamentals and licenses, users with Fundamentals licenses can still be part of active groups if the criteria defined in the active group query are included a Basic requirement is that the admin who manages active groups has an Education Standard or Plus license.

  1. Admin API and licensing functionality They are using the Admin API, specifically the AdminDirectory.Users. Insert and AdminDirectory.Users. Update methods. You can automatically manage user creation and updates, but licensing functions (like assigning Plus or Fundamentals) are handled by another API, the License Manager API.

So, while AdminDirectory.Users. Insert and AdminDirectory.Users. Update allows you to create and modify user attributes (e.g., name, email, organizational level), License Management is a License Manager API Isolation by Assignment This means that after you create and if you are updating a user, you can assign licenses using the licenseAssignments.insert or licenseAssignments.update methods of the License Manager API.

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

79102517

Date: 2024-10-18 14:35:28
Score: 3.5
Natty:
Report link

You can always write your sort algorithm yourself.

This is an useful start: https://en.wikipedia.org/wiki/Sorting_algorithm

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

79102514

Date: 2024-10-18 14:34:28
Score: 2.5
Natty:
Report link

Your deployment is not successful. READY is still 0/1. Please use the following command to debug the issue further and provide more details Kubectl get events

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

79102510

Date: 2024-10-18 14:33:27
Score: 1
Natty:
Report link

After 3 days of struggling, when I finally decided to look for help and write this post, I end up finding the solution the same day.

If anyone is in this situation, try to execute the following command:

$ sudo nova-manage cell_v2 map_cell_and_hosts

Ref: https://docs.openstack.org/nova/latest/cli/nova-manage.html#cell-v2-map-cell-and-hosts

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Darko P.

79102496

Date: 2024-10-18 14:29:26
Score: 4.5
Natty:
Report link

use NOCOMPRESSUPDATE on Extract

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fabrizio Liparulo

79102494

Date: 2024-10-18 14:29:26
Score: 3
Natty:
Report link

🚨error

stream.on('data', function(chunk)

..............🔺TypeError: Cannot read properties of undefined (reading 'on')

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Filler text (0.5): ..............
  • Low reputation (1):
Posted by: Giampaolo Ugolini

79102473

Date: 2024-10-18 14:23:25
Score: 2.5
Natty:
Report link

I know it's an old question, but removing package-info.java in the generated classes directory solved my problem.

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

79102467

Date: 2024-10-18 14:21:24
Score: 0.5
Natty:
Report link

Found a way to do this: will continue to test but I used the following code and it seems to work.

      }catch (e: CognitoIdentityProviderException) {
        val exceptionName = e::class.simpleName
        Log.d("Exception", exceptionName.toString() + e.message)
        setAuthenticationErrorMessage("$exceptionName: ${e.message}")
      }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RJA

79102461

Date: 2024-10-18 14:20:24
Score: 2.5
Natty:
Report link

Yes, they stopped supporting unencrypted ftp on August 31, 2024.

Yes, their customer support is terrible and can do nothing, customer since 2007. Now I'm looking elsewhere, fed up with them over the years.

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

79102455

Date: 2024-10-18 14:19:24
Score: 0.5
Natty:
Report link

I had this error after I enabled the minify in my project, after two days of researching I finally found the solution,

first setup your file provider according to this documentation

and then if you enabled the proguard in your project, add these codes to your proguard rules:

-keep class **.model.** { *; }
-keep class **.models.** { *; }
Reasons:
  • Blacklisted phrase (1): this document
  • Has code block (-0.5):
Posted by: Mahdi Zareei

79102450

Date: 2024-10-18 14:18:23
Score: 1
Natty:
Report link

Possible duplicate of: How to Create Dataframe from AWS Athena using Boto3 get_query_results method

AWS Glue doesn't have a native way of reading a view from data catalog. I'd suggest the same solution as the most upvoted answer.

import awswrangler as wr  
df = wr.athena.read_sql_query(sql="SELECT * FROM <table_name_in_Athena>", database="<database_name>")

Note that it will load the view as a pandas dataframe. Be careful if its too large.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Diego Lottermann

79102449

Date: 2024-10-18 14:18:23
Score: 1
Natty:
Report link

I had this error after I enabled the minify in my project, after two days of researching I finally found the solution,

first setup your file provider according to this documentation

and then add these codes to your proguard rules:

-keep class **.model.** { *; }
-keep class **.models.** { *; }
Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Mahdi Zareei

79102428

Date: 2024-10-18 14:12:21
Score: 2
Natty:
Report link

Colmap expects the descriptor value to be between 0 and 255. For the SIFT feature descriptor, colmap has a logic to convert the small float value into uint8 value. https://github.com/colmap/colmap/blob/7180b62380e35fea330dde9a325d0c61f0d5111c/src/feature/utils.cc#L65

For the SURF, you should do a similar conversion.

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

79102427

Date: 2024-10-18 14:12:21
Score: 0.5
Natty:
Report link

I changed the database storage location (datadir in my.ini), and after that, the server stopped starting successfully. It turned out that the permissions on the new folder were set incorrectly - https://stackoverflow.com/a/52540174.

However, I wanted to synchronize the database between two PCs through a shared folder on a drive. So on the second PC, I had to copy the permissions from the original folder (MySQL Server 8.0) to the folder located on the cloud drive. So I also encountered this problem there Just in case, I'll share the response from GPT, as it might be useful to someone:

Export permissions from the source folder:

icacls "C:\path\to\source\folder" /save "C:\path\to\permissions_file.txt" /t /c /q

This command saves the access permissions of all files and folders to the specified text file.

Apply the permissions to the target folder:

icacls "C:\path\to\target\folder" /restore "C:\path\to\permissions_file.txt"

This command will apply the saved permissions to the target folder and its contents.

Explanation of the flags:

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GtGt

79102421

Date: 2024-10-18 14:10:21
Score: 1
Natty:
Report link

Using the following

def op_logo_thumb_url 
  Rails.application.routes.url_helpers.rails_blob_url(op_logo.variant(:thumb))
end

Initially, i was getting errors

LoadError (Could not open library 'vips.42': dlopen(vips.42, 0x0005): tried: 'vips.42' (no such file)

So Installed the missing dependency

brew install vips

All working now.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gourav

79102417

Date: 2024-10-18 14:09:21
Score: 1.5
Natty:
Report link

This issue was caused by an older Application Insights SDK on the API sending in the messages.

As the model of the in-process functions is different than the isolated functions. Digging way deeper down in the logs, showed that whenever the parent id started with "|" the operation link turned out to be set to 00000... Table view of the log entries

So whenever there was a "|" in the parent id, the function completely jacked up the operational link.

Updating to the latest SDK on the API solves this issue.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Julian Hüppauff

79102411

Date: 2024-10-18 14:08:21
Score: 2.5
Natty:
Report link

Okey after some trail and error I found something, When i use toRefs(testValue).houseNumber it seems to work.

But still I have no idea why this is working, how this is working underwater and if this hits the performance.

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

79102406

Date: 2024-10-18 14:06:20
Score: 2
Natty:
Report link

CodeRower is dedicated to UI/UX strategy, design, and development services, targeting interfaces that provide exceptional user experiences. Whether it's for emerging startups or established enterprises,

Catering to small startups or established enterprises, our team functions as an extended UX unit, offering a holistic outlook covering business, design, and technical dimensions. Armed with profound industry comprehension, we craft advanced products in harmony with your company's objectives.

Our prime emphasis lies in delivering an exceptional client experience that not just meets but surpasses expectations.

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

79102405

Date: 2024-10-18 14:06:20
Score: 0.5
Natty:
Report link

Adding some additional information gleaned from trial and error and from a formal Google support ticket...

(1) When trying to build Workbench Instances (not Managed or User Managed Notebooks) from Docker images, you are subject to the limitations of Google's Container-Optimized OS, which does not include package managers or the like (no pip or gsutil, for example).

(2) Unlike the User Managed Notebooks, when building a Workbench Instance, the default python environment is stored on the data disk (Instances are two-disk systems, with a boot disk and a data disk). Because of this, installations into the environment only need to happen once, and not on every stop-start cycle.

(3) Per @gogasca's answer, the post-startup script flags work fine. Here is a template for a two part script. The primary script is executed by the default 'root' user. It moves a file from a GCS bucket to the Instance, and also uses EOF to dynamically create a secondary script that is executed by the 'jupyter' user. This secondary script installs GDAL (which can be finicky) and python modules onto the data disk, and into the default 'base' python (conda) environment.

#!/bin/bash

# Creating log file with proper ownership, so that you can easily identify
# points of failure in the post-startup script(s).
if [ ! -d /home/jupyter/logs ]; then
  mkdir /home/jupyter/logs
  sudo chown jupyter /home/jupyter/logs
fi
touch /home/jupyter/logs/log.txt
sudo chown jupyter /home/jupyter/logs/log.txt

# Load some files onto Instance's data disk
if [ ! -e /home/jupyter/someSubDirectory/someFile.sh ]; then
  # Transfer files from GCS bucket
  gsutil cp gs://someBucket/someFile.sh /home/jupyter/someSubDirectory/someFile.sh &>> /home/jupyter/logs/log.txt
  # Give jupyter user ownership and updated permissions
  chown jupyter /home/jupyter/someSubDirectory/someFile.sh &>> /home/jupyter/logs/log.txt
  chmod a+x /home/jupyter/someSubDirectory/someFile.sh &>> /home/jupyter/logs/log.txt
else
  echo -e "Some message here.\n" &>> /home/jupyter/logs/log.txt
fi

# Create an EOF script to execute from within the Instance
cat << EOF > /home/jupyter/createEnvScript.sh
#!/bin/bash
# Install GDAL bindings and python module. The conda installation goes into
# the default conda environment, which is 'base'.
sudo apt-get update -y &>> /home/jupyter/logs/log.txt
sudo add-apt-repository ppa:ubuntugis/ppa -y &>> /home/jupyter/logs/log.txt
sudo apt-get install gdal-bin -y &>> /home/jupyter/logs/log.txt
sudo apt-get install libgdal-dev -y &>> /home/jupyter/logs/log.txt
export CPLUS_INCLUDE_PATH=/usr/include/gdal &>> /home/jupyter/logs/log.txt
export C_INCLUDE_PATH=/usr/include/gdal &>> /home/jupyter/logs/log.txt
conda install -c conda-forge gdal -y &>> /home/jupyter/logs/log.txt
#--------------
# Install various other modules, sending them into the default 'base' environment, per <https://docs.astral.sh/uv/configuration/environment/>
sudo pip install uv &>> /home/jupyter/logs/log.txt
sudo uv pip install earthengine-jupyter>=0.0.7 --link-mode=copy --python /opt/conda &>> /home/jupyter/logs/log.txt
sudo uv pip install earthengine-api>=0.1.418 --link-mode=copy --python /opt/conda &>> /home/jupyter/logs/log.txt
# ...other installations here...
EOF

# Execute EOF script
echo -e "Script created. Changing ownership and permissions\n" &>> /home/jupyter/logs/log.txt
chown jupyter:jupyter /home/jupyter/createEnvScript.sh &>> /home/jupyter/logs/log.txt
chmod a+x /home/jupyter/createEnvScript.sh &>> /home/jupyter/logs/log.txt
echo -e "Executing EOF script.\n" &>> /home/jupyter/logs/log.txt
# The user executing the primary post-startup script is 'root' (whoami  &>> /home/jupyter/logs/log.txt).
# The user that should execute the EOF script is 'jupyter'.
su - jupyter -c 'bash /home/jupyter/createEnvScript.sh' &>> /home/jupyter/logs/log.txt
echo -e "EOF script complete.\n" &>> /home/jupyter/logs/log.txt

After loading it into a GCS bucket (gs://someBucket/postStartupScript.sh in the template code that follows), a script like that above, can be baked into the Instance creation using the following structure:

gcloud workbench instances create someNotebookName \
--project=someProjectId \
--location=someLocation-abc \
--service-account-email=serviceAccountEmailAddress \
--network=projects/someProjectId/global/networks/primaryNetworkName \
--subnet=projects/someProjectId/regions/someLocation/subnetworks/subNetworkName \
--disable-public-ip \
--boot-disk-size=150 \
--boot-disk-type=PD_STANDARD \
--machine-type=n1-standard-4 \
--labels=env=uat \
--metadata=serial-port-enable=TRUE,use-collaborative=TRUE,env=someMetadataLabel1,group=someMetadataLabel2,host=someNotebookName,enable-guest-attributes=TRUE,report-system-health=TRUE,report-notebook-metrics=TRUE,post-startup-script=gs://someBucket/postStartupScript.sh,post-startup-script-behavior=run_once

(4) When building an Instance, selecting (a) the default settings, (i.e., do not specify use of a custom Docker container, but instead "Use the latest version", per Console workflow), is not the same as selecting (b), to use the latest Workbench-specific Docker container (gcr.io/deeplearning-platform-release/workbench-container:latest). With (a), you are using the latest version of a host image (JupyterLab on a host system), which runs on Debian 11. With (b), you are running JupyterLab out of a container, but the end user does not currently have the option to select the latest version of the Container-Optimized OS image that serves as the host in (a).

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @gogasca's
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user6135514

79102401

Date: 2024-10-18 14:05:20
Score: 1.5
Natty:
Report link

Yes, by making RetVal a BindableProperty and setting up the appropriate bindings, you can bind it to the ViewModel's property and set it properly before the popup is closed.

Note: Make sure that your ViewModel implements INotifyPropertyChanged to support data binding, and that the RetVal property has get and set accessors with proper notification.

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

79102398

Date: 2024-10-18 14:04:19
Score: 11 🚩
Natty: 5.5
Report link

I have the same issue with Android: in DEBUG mode works perfectly but when I switch to RELEASE it crash just after the splash screen. @Victor can you explain more your solution? I'm new in this amazing world.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (2.5): can you explain
  • RegEx Blacklisted phrase (1.5): I'm new
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @Victor
  • Low reputation (1):
Posted by: DDM88

79102392

Date: 2024-10-18 14:02:18
Score: 0.5
Natty:
Report link

In my case deleting this callback function fixed this issue.

    intensity.value = withTiming(100, {
            duration: animationDuration
        }, () => {
            setIsBlurred(false);
        });
//to
    intensity.value = withTiming(100, {
        duration: animationDuration
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Atakan Otur

79102389

Date: 2024-10-18 14:02:18
Score: 3.5
Natty:
Report link

I am experiencing the same behavior and I am unable to determine which resource created the vpce that I cannot delete.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SEJ

79102388

Date: 2024-10-18 14:02:18
Score: 3.5
Natty:
Report link

...Getting back to you, also searching...

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

79102377

Date: 2024-10-18 13:59:17
Score: 0.5
Natty:
Report link

The reason why the callback is not called is that the Server Hello itself had an issue and the openSSL has not calculated any secrets so far.

And the reason for failure is that the client hello sent valid session_id whereas server hello had carried session_id=0 due which the Illegal parameter error was thrown by the client.

As per section 4.1.3 in RFC 8446, If the client hello had session_id, then the server hello must echo back the session_id.

legacy_session_id_echo:  The contents of the client's
      legacy_session_id field.  Note that this field is echoed even if
      the client's value corresponded to a cached pre-TLS 1.3 session
      which the server has chosen not to resume.  A client which
      receives a legacy_session_id_echo field that does not match what
      it sent in the ClientHello MUST abort the handshake with an
      "illegal_parameter" alert.

Thanks, Prakash

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Prakash GiBBs

79102364

Date: 2024-10-18 13:54:15
Score: 2
Natty:
Report link

Try adding different version of jdk. Right click on packages and go to Properties then, go to Java Build Path. Select Libraries and then below select Module Package and click Add Library, then select JRE system library and then go on to the Execution environment and click different are model. Then click finish and apply. This worked for some as far as I have heard.

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

79102316

Date: 2024-10-18 13:40:13
Score: 1
Natty:
Report link
const bigJSON = '{"gross_gdp": 12345678901234567890}';
const bigObj = JSON.parse(bigJSON, (key, value, context) => {
  if (key === "gross_gdp") {
    // Ignore the value because it has already lost precision
    return BigInt(context.source);
  }
  return value;
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: meepo

79102314

Date: 2024-10-18 13:39:12
Score: 2.5
Natty:
Report link

Don't forget to remove the link globally npm unlink package-name -g

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Seddik Ben Amor

79102309

Date: 2024-10-18 13:39:12
Score: 4.5
Natty: 4.5
Report link

Somebody has created fake account with my name I want to know number or email of that account naxuu_3113 this is that snapchat account

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rather Ishtayaq

79102302

Date: 2024-10-18 13:38:11
Score: 3.5
Natty:
Report link

I highly recommend paying attention to @n1kk answer if you have this problem. You should always import from packages as described in "package.json → exports". Direct imports can cause issues.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @n1kkif
  • Single line (0.5):
  • Low reputation (1):
Posted by: y0u

79102299

Date: 2024-10-18 13:37:11
Score: 2
Natty:
Report link

See this answered question:

What database should I use to save live-streams?

Bulk data is not meant to be stored in a database. Typically in your database, you would store a path reference to the file instead of the actual file, then use that reference to retrieve it later.

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

79102295

Date: 2024-10-18 13:36:11
Score: 3.5
Natty:
Report link

Have you got the solution to adding company pages

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

79102292

Date: 2024-10-18 13:35:10
Score: 2
Natty:
Report link

I found a workaround for displaying validation error messages in my custom Livewire component. Here's how I approached it:

I created a custom component like this:

<div class="flex flex-col">
    <div class={{ $attributes->get('class') }}>
        {{-- Here I have my component --}}
        {{-- ... --}}
    </div>
    {{-- Here the errors --}}
    @foreach ($attributes as $key => $value)
        @if (str_starts_with($key, 'wire:model'))
            @error($value)
                <div class="text-red-500 text-sm mt-1 flex gap-2 items-center">
                    {{ $message }}
                </div>
            @enderror
        @endif
    @endforeach
</div>

When using the component, it looks like this:

<x-new-components.upload-button class="w-full" label="Driver's License" wire:model.defer="docs.drivers_license" />

The default structure of the $attributes array in the component has the following format:

#attributes: array:3 [
    "class" => "w-full",
    "label" => "Driver's License",
    "wire:model.defer" => "docs.drivers_license"
]

Essentially, I looped through the attributes to find the wire:model, allowing me to display the correct error message associated with it.

I know this may not be the best way to handle it, but it was the solution I found to avoid passing the error directly through the component. While this post is a bit dated, I hope this solution can help others facing a similar issue.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Low reputation (1):
Posted by: guiFerranti

79102269

Date: 2024-10-18 13:28:09
Score: 2
Natty:
Report link

I had the error Undefined symbol: nominal type descriptor for CoreGraphics.CGFloat.

React Native: 63.3 Xcode: v 16 MacOC: 15.0.1 (24A348).

The solution was for me: in the target in Build Phases->Link Binary With Libraries, add libswiftCoreGraphics.tbd.

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

79102264

Date: 2024-10-18 13:27:08
Score: 1.5
Natty:
Report link

although SuiteCRM is free, it's a mess.

I would recommend looking at other solutions before SuiteCRM although@mrbarletta's solution would work, it would also mean you lose date related functionality using those other field types. it would be harder for you to check if one date or time is greater or less than another as it would be treated as text, not a datetime

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Web Wizard

79102259

Date: 2024-10-18 13:26:08
Score: 1.5
Natty:
Report link
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salvadore

79102257

Date: 2024-10-18 13:25:07
Score: 8.5 🚩
Natty: 4.5
Report link

I got the same problem. can you help me to solve this

State 'brightness' is in reported states but not in queried states; enter image description here

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (1): I got the same problem
  • RegEx Blacklisted phrase (3): can you help me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hari Prasad Reddy Kudamala

79102256

Date: 2024-10-18 13:25:07
Score: 3.5
Natty:
Report link

Here in maridb repo https://github.com/MariaDB/server/blob/a812dba6dc881a8a7fbd9bcc1451d2e54c92575c/sql/sql_lex.h#L45

You can find string #define SELECT_NESTING_MAP_SIZE 64

So maximum nesting is 64. You can incrase this value and rebuild mariadb.

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