79452422

Date: 2025-02-19 18:41:06
Score: 4
Natty:
Report link

Try fetching all heads but you'll need to enable it first firstteamcity.git.fetchAllHeads=true

It may also be worth checking if the remote repo is fine by using another client like tortoisegit?

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

79452412

Date: 2025-02-19 18:35:04
Score: 2
Natty:
Report link

These issues are due to H2 database engine changes in the new version. In the engine file, enable the H2 "LEGACY" mode by specifying this parameter: db.init.sql=SET MODE LEGACY

Also, the latest 3.15.13 release of SymmetricDS pays more attention to column sizes (TIMESTAMP). You can find it here: https://sourceforge.net/projects/symmetricds/files/symmetricds/symmetricds-3.15/

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

79452408

Date: 2025-02-19 18:31:03
Score: 4.5
Natty:
Report link

Good Afternoon,

Here at Futurex, we have a dedicated service offering for this exact scenario.

https://aws.amazon.com/marketplace/pp/prodview-htkrgfz6hxeyk?sr=0-5&ref_=beagle&applicationId=AWSMPContessa

If you prefer not to click links here, simply Google AWS Marketplace and Futurex, scroll to the bottom and expand on "Futurex Key Management as a Service (KMaaS) for AWS Payment Cryptography"

Can also email [email protected] and will be routed to me and we can connect for additional discussion.

Best Regards, Jason

Reasons:
  • Blacklisted phrase (0.5): Best Regards
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (1): Good Afternoon
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jason Way

79452405

Date: 2025-02-19 18:30:03
Score: 3
Natty:
Report link

React native camera is depracated. Last update was 4 years ago. You can replace it with react-native-vision-camera

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

79452400

Date: 2025-02-19 18:27:03
Score: 2.5
Natty:
Report link

I have a solution similar to what @odima26 has said. What I did was went onto the web installer that I had downloaded. It listed the software I had downloaded

This includes:

I clicked on 'reconfigure', and set the default permissions again (I didn't really change anything). I had to enter my password which succeeded (which means I had been entering it correctly)

Now that the reconfiguration was complete, it started working well for me again!

Reasons:
  • No code block (0.5):
  • User mentioned (1): @odima26
  • Low reputation (1):
Posted by: Ishan Sathe

79452399

Date: 2025-02-19 18:27:03
Score: 1
Natty:
Report link

idk if it helps or not, but i know that rnn and lstm require a fixed size input to process and move forward. we use ragged tensors bcoz it helps us to not change our data. most of the times we use embeddings along with rnn or lstm. now dk where exactly, but in one of these layers, some implicit padding is happening (i.e., even though shapes are different at the tart, but to process rnn/lstm e need same shape input and so tensor do some padding by itself, some intrnal mechanism of sorts) what i am trying to say is if you do not wish to use embeddings then you can try padding it yourself, you wouldn't need ragged tensor then, you can simply use normal tensor. or you can use embeddings. hope it was helpful to anyone, and i really hope that my explaination is correct, if it's wrong then pls lmk, i will take my answer down. thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): i am trying to
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shubham khatter

79452392

Date: 2025-02-19 18:25:02
Score: 3.5
Natty:
Report link

Use "npm install --legacy-peer-deps" in the terminal.

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

79452385

Date: 2025-02-19 18:20:01
Score: 3
Natty:
Report link

I spent several days trying to resolve this issue, only to realize that the problem was due to using the Azure URL with 'http' instead of 'https'.

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

79452384

Date: 2025-02-19 18:20:01
Score: 0.5
Natty:
Report link

Create React App command is deprecated

Alternatively, you can use Vite. Simply run npm create vite@latest in your terminal and select your desired React configuration.

E.g:

enter image description here

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

79452375

Date: 2025-02-19 18:15:00
Score: 3.5
Natty:
Report link

/storage/emulated/0/Download/takeout-20250219T031418Z-001 (1)/Takeout/Google Fotos/user-generated-memory-titles.json

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

79452371

Date: 2025-02-19 18:15:00
Score: 1.5
Natty:
Report link

ForeignKey is a function so the (...) need to be instead of the =, your line needs to be:

parent_id = mapped_column(Integer, ForeignKey("account.id"))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: globglogabgalab

79452364

Date: 2025-02-19 18:10:59
Score: 3.5
Natty:
Report link

During the local load test, the load docker container returned no response at some peaks. Memory is ok and looks like it happened because of 100% CPU utilization for some period

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

79452342

Date: 2025-02-19 18:02:57
Score: 5
Natty: 4.5
Report link

My questions are:

Distinguishing Normal Code from TVL Data: How can we design the parser to reliably differentiate between a TVL-structured segment and regular code? Handling Variable Lengths Robustly: What strategies or best practices would you recommend for dealing with scenarios where the length field might be misleading (e.g., too large or too small relative to the actual data available)? Especially when handling large datasets, what potential pitfalls should we be aware of, and how can we avoid issues with redundant or misinterpreted data?

Reasons:
  • Blacklisted phrase (1): How can we
  • Blacklisted phrase (1): how can we
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Utkarsh Srivastava

79452339

Date: 2025-02-19 18:00:56
Score: 1.5
Natty:
Report link

You are trying to install syft 0.2.9 in Python 3.8 through pip. According to the Pypi page of syft 0.2.9, you should:

  1. Follow the pre-installation steps:
    conda create -n pysyft python=3.7
    conda activate pysyft
    conda install jupyter notebook==5.7.8 tornado==4.5.3
    
  2. Not use syft 0.2.9 with Python 3.8, as they don't seem compatible:

    Note: Use Python 3.6-3.7. Tensorflow does not support Python 3.8 hence it might lead to installation errors.

If after those two fixes it still doesn't work, you can add more details to your question

Reasons:
  • RegEx Blacklisted phrase (2): it still doesn't work
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: globglogabgalab

79452337

Date: 2025-02-19 18:00:56
Score: 4.5
Natty:
Report link

Not sure why this has solved the problem, but I deleted the code lines to clear the ComboBoxes within the sub UserForm SelPost before unloading the userForm and the issue disappeared.

If anyone can explain why this worked, please share.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Chely Jackson

79452336

Date: 2025-02-19 17:59:56
Score: 0.5
Natty:
Report link

The solution for me after months of searching was to not install dev packages in production.

Remove your vendor directory and install only the non-dev packages:

rm -rf vendor

composer install --prefer-dist --no-dev -o

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

79452324

Date: 2025-02-19 17:56:55
Score: 0.5
Natty:
Report link

After months of tangling with this error on and off, it was because I was setting NODE_ENV=production all along. I removed that and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: chrispytoes

79452316

Date: 2025-02-19 17:51:54
Score: 4.5
Natty: 5
Report link

Thank you! This was driving me crazy!

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

79452312

Date: 2025-02-19 17:50:53
Score: 2
Natty:
Report link

You can do this with a new function: fixest_data(x, sample = "estimation")

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

79452310

Date: 2025-02-19 17:49:53
Score: 2
Natty:
Report link

/testlink/lib/functions/common.phpna linha 1925

$grants[$r] = ($argsObj->user->hasRight($dbHandler,$r) == 'yes') ? 1 : 0; Esta correção resolve esse erro.

Essa resposta foi a que corrigiu o erro abaixo:

Fatal error: Uncaught Error: Call to a member function hasRight() on null in C:\xampp\htdocs\testlink\lib\functions\common.php:1925 Stack trace: #0 C:\xampp\htdocs\testlink\lib\functions\common.php(1643): getGrantSetWithExit(Object(database), Object(stdClass), Object(testproject), Array) #1 C:\xampp\htdocs\testlink\lib\usermanagement\userInfo.php(22): initUserEnv(Object(database), Object(stdClass)) #2 {main} thrown in C:\xampp\htdocs\testlink\lib\functions\common.php on line 1925

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lirian

79452309

Date: 2025-02-19 17:49:53
Score: 1.5
Natty:
Report link

It looks like you're trying to visualize hierarchical data dynamically based on the most common terms, but you're running into Vega's lack of looping/recursion support. Your idea of using a doughnut chart with nested sections or a Sankey/tree-like structure makes sense, but Kibana and Vega's built-in tools may not handle this adaptively.

A couple of suggestions:

It’d be great to hear if others have found a way to handle this within Kibana/Vega itself.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bilal Shah

79452299

Date: 2025-02-19 17:47:53
Score: 3
Natty:
Report link

В теме:

 <WidgetStyle name="Fold" styleID="0" fgColor="FF6400" bgColor="000000" fontStyle="0" fontSize=""></WidgetStyle>

Меняйте "fgColor"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Константин Постоянный

79452298

Date: 2025-02-19 17:47:53
Score: 2.5
Natty:
Report link

I'm also searching through the OpenSSL source code. I believe this is a list of all OpenSSL error types.

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

79452293

Date: 2025-02-19 17:43:52
Score: 3.5
Natty:
Report link

suvidha.js, type-safe simple to use.

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

79452286

Date: 2025-02-19 17:41:51
Score: 2
Natty:
Report link

Microsoft released a tool/feature called "wrap for Power Apps", which does exactly that.
As the question was posed quite some time ago, I believe it is worth sharing the info.

Link to Microsoft's announcement, 2021 Link to Microsoft Learn page

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

79452269

Date: 2025-02-19 17:35:49
Score: 0.5
Natty:
Report link

It looks like you're creating the message via json.dumps. This doesn't appear to work how the crypto.com docs indicate you should build it.

https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html#digital-signature

From here, it says you should create the message like this:

Next, do the following: method + id + api_key + parameter string + nonce

Your code probably won't produce this exact order. I'm guessing the confusion came from the instructions about the parameter string, which does have you simply alphabetically order the parameters. That can work for the parameter string but not the message which does define a specific order.

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

79452260

Date: 2025-02-19 17:32:48
Score: 4.5
Natty:
Report link

I found this article. Maybe it will help you:

https://christianhelle.com/2025/01/scalar-azure-authentication.html

Example: https://github.com/christianhelle/ScalarAzureAuthentication

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: bgz

79452259

Date: 2025-02-19 17:30:48
Score: 6.5 🚩
Natty: 5
Report link

your answer works for the wheelPicker but it needs SectionsWheelPicker. I have the same problem, I can't change the baground color.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Xecozz

79452258

Date: 2025-02-19 17:30:47
Score: 4
Natty:
Report link

Try changing http to https in action.

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

79452256

Date: 2025-02-19 17:29:47
Score: 0.5
Natty:
Report link

Those are the expectations of the standard library, not of somebodies code outside of that scope. It should be expected though that any library code that could be used outside of itself conforms to these requirements in order to make it easier on those using it. Internally however this is less important (though, something to strive for)

So, unless you are writing a library that passes this back to a user, a programmer, this isn't an issue.

You should however look into other possibilities, ensure it's not possible to implement a .now() function, if none found document that .now() is not implemented along with an explanation as to why, and if possible make sure a good error is presented if it's use is attempted.

To answer more concisely it depends on context. If it's internal, maintainable, and easily explainable then it's fine. If it can become external, isn't explainable, isn't maintainable, then no. Find a different way.

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

79452254

Date: 2025-02-19 17:28:46
Score: 4.5
Natty:
Report link

SELECT EXTRACT(DOW FROM NOW());

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yesenia Emilia Montero Garcia

79452253

Date: 2025-02-19 17:28:46
Score: 3.5
Natty:
Report link

Is this topic still active? I need help with media projection. I don't know where I'm going wrong, in the logs I get media projection permission missing!

class MediaProjectionPermissionActivity : Activity() {

companion object {
    private const val REQUEST_MEDIA_PROJECTION = 1001
}

private lateinit var mediaProjectionManager: MediaProjectionManager
private var hasInitService = false

override fun onCreate(savedInstanceState: Bundle?) {
    super.onCreate(savedInstanceState)

    mediaProjectionManager = getSystemService(Context.MEDIA_PROJECTION_SERVICE) as MediaProjectionManager

    // Pokreni zahtev za dozvolu
    val permissionIntent = mediaProjectionManager.createScreenCaptureIntent()
    startActivityForResult(permissionIntent, REQUEST_MEDIA_PROJECTION)
}

override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
    super.onActivityResult(requestCode, resultCode, data)

    Log.d("MediaProjectionPermission", "ResultCode: $resultCode, Data: $data")

    if (requestCode == REQUEST_MEDIA_PROJECTION) {
        if (resultCode == Activity.RESULT_OK && data != null) {
            Toast.makeText(this, "MediaProjection dozvoljen!", Toast.LENGTH_SHORT).show()

            // Inicijalizuj servis samo ako već nije inicijalizovan
            if (!hasInitService) {
                initService(resultCode, data)
                hasInitService = true
            }

        } else {
            Toast.makeText(this, "MediaProjection odbijen!", Toast.LENGTH_SHORT).show()
        }
    }

    finish() // Zatvori aktivnost nakon što je rezultat vraćen
}

private fun initService(resultCode: Int, data: Intent) {
    val screenshotServiceIntent = Intent(this, ScreenshotService::class.java).apply {
        putExtra("resultCode", resultCode)
        putExtra("data", data)
    }

    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
        // Ako je verzija Androida 12 (API 31) ili novija, koristimo foreground servis tip
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
            screenshotServiceIntent.putExtra(
                "foregroundServiceType",
                1 // 1 je tip za "Media Projection"
            )
        }
        startForegroundService(screenshotServiceIntent)
    } else {
        startService(screenshotServiceIntent)
    }
}

}

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is this to
  • Low reputation (1):
Posted by: Maki Wien

79452251

Date: 2025-02-19 17:28:46
Score: 5
Natty:
Report link

The answer, as suggested by @caldazar was to define a provider in the scope, in this case adding the region, that was missing. Follow Getting error as "The scope is not valid., field: SCOPE_VALUE, parameter: CLOUDFRONT", in terraform to get more details about the solution

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @caldazar
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Carabes

79452246

Date: 2025-02-19 17:25:45
Score: 2
Natty:
Report link

It seems that there is a bug in aspnet-codegenerator. See this issue on .NET's issue tracker.

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

79452245

Date: 2025-02-19 17:25:45
Score: 2
Natty:
Report link

I know this is old, but since I just ran into this, and in case anyone else runs across this, the answer is because the storageType.DeviceID is set to VIRTUAL_STORAGE_TYPE_DEVICE_VHD.

Per https://learn.microsoft.com/en-us/windows/win32/api/virtdisk/ns-virtdisk-virtual_storage_type:

add: public const int VIRTUAL_STORAGE_TYPE_DEVICE_ISO = 1;

change to: storageType.DeviceID = VIRTUAL_STORAGE_TYPE_DEVICE_ISO;

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

79452244

Date: 2025-02-19 17:25:45
Score: 1
Natty:
Report link

You have to update the library first. Because the previous library does not exist.

Before

implementation 'com.github.smarteist:autoimageslider:1.4.0'

After

implementation 'com.github.smarteist:Android-Image-Slider:1.4.0'

After replacing this it will work smoothly.

♥ Happy Coding ♥

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

79452243

Date: 2025-02-19 17:22:44
Score: 1
Natty:
Report link

Instead of -P12, use -P8, like this:

import music21
p = music21.pitch.Pitch('D-4')
print(p.transpose(-8))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Starship

79452239

Date: 2025-02-19 17:21:44
Score: 5
Natty: 7
Report link

Lograste realizar la integración de jitzy utilizando expo?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Erick Figueroa Castillo

79452232

Date: 2025-02-19 17:17:43
Score: 1
Natty:
Report link

Look at this here https://github.com/flutter/flutter/issues/39814#issuecomment-528775495. It says you should:

  1. Upgrading Gradle to version.
  2. Upgrading Gradle plugin version.
  3. Run the command ./gradlew dependencies in project's android directory which downloaded missing path_provider dependencies.
  4. Run flutter clean then flutter run.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SillyGoose

79452224

Date: 2025-02-19 17:14:42
Score: 1
Natty:
Report link

For me the issue was that I had created the user via IAM, instead of using the button under SMTP Settings called "Create SMTP Credentials". If you're stuck and not sure what to try, you might try creating a new user using this method just to be sure. Adjust your region to be the same one as your sending domain. https://us-east-2.console.aws.amazon.com/ses

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jameson Saunders

79452217

Date: 2025-02-19 17:12:42
Score: 1
Natty:
Report link

Preflight OPTIONS Request

findAllCandidat() { return this.http.get<any[]>(${BASIC_URL}api/cvs/recrutement, { withCredentials: true }); }

Fixed CorsConfig

Update your CorsConfig class to explicitly allow allowedHeaders and allowedMethods:

@Configuration public class CorsConfig {

@Bean
public WebMvcConfigurer corsConfigurer() {
    return new WebMvcConfigurer() {
        @Override
        public void addCorsMappings(CorsRegistry registry) {
            registry.addMapping("/**")
                    .allowedOrigins("http://localhost:4200")
                    .allowedMethods("GET", "POST", "PUT", "DELETE", "OPTIONS")
                    .allowedHeaders("*");
        }
    };
}

}

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

79452215

Date: 2025-02-19 17:12:42
Score: 2
Natty:
Report link

The added mass can actually be computed using boundary element method. I have written a script to compute the full 6 x 6 matrix.https://github.com/mady181997/Added-Mass-BEM-/tree/main. See the repository you will need to first download stl and mesh properly in gmsh software export as stl and select the stl file after running the main file.

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

79452198

Date: 2025-02-19 17:07:40
Score: 0.5
Natty:
Report link

So you have cloned a repo and made some changes to build config, and want to test it without merging it into the main codebase,

you can run your project after changing the build config,

local changes in the code wont get updated in the online code repository, if you are using version control tools like github,

your code repo from which you cloned the project will only get updated if you push your changes to it via git.

I tried running the actual build command on the actual local codebase which prompts a question saying 'is this "project_name" project?'.

and to this,normally prompts wont pop when you are building a next/react project just make sure you are running the build command i.e

npm run build

or

yarn build

in a cmd terminal

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Adwaith

79452197

Date: 2025-02-19 17:07:40
Score: 4
Natty:
Report link

Try clearing your chrome cache

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

79452195

Date: 2025-02-19 17:06:40
Score: 1
Natty:
Report link

The best way is to set FlagStatus=1 (tick mark against the email) and save it. Use the below code to flag the email Mark complete.

message.FlagStatus = 1
message.save()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vidya Sagar H J

79452190

Date: 2025-02-19 17:04:39
Score: 3.5
Natty:
Report link

Use : https://jsonxmlformatter.com/ Add it to you fav. it convers Json , XMl and do the merge and comparesion also.

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

79452175

Date: 2025-02-19 16:58:37
Score: 7.5 🚩
Natty: 4.5
Report link

Please check this link. (https://github.com/chiragkumar8/input-date-masking) I think it will be helpful for you.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: thecreation

79452169

Date: 2025-02-19 16:57:36
Score: 1.5
Natty:
Report link

From the documentation you can only access the default firestore database in storage rules.

Warning: Storage Rules can only access documents from the default Cloud Firestore database when multiple databases are active.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mark Munene

79452160

Date: 2025-02-19 16:54:36
Score: 2.5
Natty:
Report link

Enhance your website's branding with our Ace Remove Website Powered by Odoo module for Odoo 18. This easy-to-use tool lets you quickly remove the "Powered by Odoo" footer, giving your site a cleaner, more professional look. Check it out on the Odoo Apps Store: https://apps.odoo.com/apps/modules/18.0/ace_remove_website_powered_by_odoo

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user5187596

79452155

Date: 2025-02-19 16:53:35
Score: 3.5
Natty:
Report link

Most NOAA's models including GFS are available for free with the GribStream API.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alejandro Martínez

79452145

Date: 2025-02-19 16:50:34
Score: 6 🚩
Natty: 4
Report link

"Hi, For me this wasn't the solution, after recreating the table (same statement) the copy activity worked." This solution did not work for me, anyone please suggest any other workaround.

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (2.5): please suggest
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alex

79452141

Date: 2025-02-19 16:49:33
Score: 4.5
Natty: 6
Report link

AWS has this article to use defender metrics https://aws.amazon.com/blogs/iot/how-to-get-started-with-the-new-disconnected-duration-metric-in-aws-iot-device-defender/

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Charles

79452128

Date: 2025-02-19 16:45:32
Score: 0.5
Natty:
Report link

I had the same problem. Following Bruno's reply, I tried several different launchers. While the Microsoft one seemed to solve the problem, none of the others did. Then I found a suggestion that the manifest file should be manifest.webmanifest and not manifest.json. I tried it and (touch wood) that has solved the problem for me.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: TrapezeArtist

79452126

Date: 2025-02-19 16:43:32
Score: 4
Natty:
Report link

I posted before rebooting. It works again. I'll have to play around and see what works and what doesn't. Sorry for the noise.

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

79452122

Date: 2025-02-19 16:40:31
Score: 3.5
Natty:
Report link

netsh wlan show interfaces | findstr SSID

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

79452118

Date: 2025-02-19 16:39:31
Score: 3.5
Natty:
Report link

This seemed to work for me: first you need to call sanctum but before calling sanctum add this line on your axios file axios.defaults.withCredentials = true; then call sanctum eg // axios .get( "http://localhost:9000/sanctum/csrf-cookie" ) .then((res) => toast.success("sanctum loaded successfully")); then now you can create a custom object export const axiosInstance = axios.create({ baseURL: "http://localhost:9000/api/", timeout: 100000, withXSRFToken: true, timeoutErrorMessage: "Server timeout", }); then use the instance to make other api calls eg register

Reasons:
  • Blacklisted phrase (1): thX
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Tim

79452117

Date: 2025-02-19 16:39:31
Score: 0.5
Natty:
Report link

jmap creates the heap dump file in the file system of the original container, found at /proc/1/root.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Carl Patenaude Poulin

79452115

Date: 2025-02-19 16:37:30
Score: 0.5
Natty:
Report link

The current way I have gotten around this is by using coerce. This allows for transformation pre validation. Then when the invalid content is encountered it can be transformed into the correct one. You need to use create instead of assert though. The example is

const Struct = type({
  parent: record(
            string(),
            coerce(type({ body: number() }), number(), (value) => ({ body: value })))
})

Unfortunately this still does not answer how to validate a partially dynamic type like this but still provides a work around at least

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

79452110

Date: 2025-02-19 16:35:30
Score: 2
Natty:
Report link

You could try creating database on terminal like this:

  1. Activate your virtual enviroment
  2. Go to odoo-bin directory and execute

./odoo-bin --db_user=your_user --db_password=your_password --db_host=your_host --db_port=your_port -d new_database_name --init=base --stop-after-init

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

79452108

Date: 2025-02-19 16:34:29
Score: 4.5
Natty: 4
Report link

the babies in the bus go round

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29714456

79452101

Date: 2025-02-19 16:33:29
Score: 1
Natty:
Report link

I did this in Python where you would read the file into a dataframe and then add whatever column you want. However, when you save new parquet file, the size of the file changed (much less) and then I was not able to read the new file with new columns in AWS Glue. It seems that new file gets compressed even if you specify no compression. Another way I found this can be done is to save files as csv - size was slightly bigger than parequet since you added more column(s). Then read csv's in Glue. Another way is to resave as JSON however this type of file if not compressed ended up being 4x (column names in each row) or 2x (first row column names only) larger than parquet due to the nature of the JSON. I wish there was a better way to deal with parquet files rather then simply saying you just read these types of files and that's it.

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

79452099

Date: 2025-02-19 16:32:28
Score: 2.5
Natty:
Report link

For those having the same issue despite setting up the Apple Pay certificate in the Stripe dashboard, you need to ensure that your StripeProvider has stripeAccountId set. You can find this in your account settings. I initially had this missing, which caused this error to occur.

<StripeProvider
  // -- THIS WAS MISSING! --
  stripeAccountId={...}
  // --
  publishableKey={...}
  merchantIdentifier={...}
  urlScheme={...}
>
  ...
</StripeProvider>
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (0.5):
Posted by: Samueljh1

79452095

Date: 2025-02-19 16:30:28
Score: 2
Natty:
Report link

I also had this problem, and what ended up getting me on the right path is N.Chipper's answer, but I want to add a caveat.

His NGINX example would not work because the retries there do not repeat 10 times for example. What they do is they pass it forward to the next server. There are hacky ways to get around that by making an infinite loop reffering to nginx from inside nginx, and then limiting that, but it's not great, and you have less control over timeouts.

In Traefik it also does not work. This is what they say in the docs: As soon as the server answers, the middleware stops retrying, regardless of the response status.

So if a server responds with 502, it passes it forward.

The only solution that worked was the Caddy example provided there.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tymscar

79452087

Date: 2025-02-19 16:29:28
Score: 3
Natty:
Report link

Use : https://jsonxmlformatter.com/ Add it to you fav. it convers Json , XMl and do the merge and comparesion also.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Waref Heni

79452083

Date: 2025-02-19 16:27:27
Score: 2
Natty:
Report link

by default nginx image is running on port 80 not 8080

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

79452082

Date: 2025-02-19 16:26:27
Score: 2
Natty:
Report link

Resolved!

I was facing a "400 Bad Request" error while trying to place market orders using the Binance Testnet API. After double-checking my API keys, request parameters, and signature generation, I finally discovered the issue: the system time on my Windows machine was not accurate.

Binance requires an exact timestamp when sending requests, as it's used for validating the HMAC SHA256 signature. If the system clock is even a few seconds off, the generated signature becomes invalid, leading to a 400 Bad Request error.

ptbtime1.ptb.de

This is one of the Physikalisch-Technische Bundesanstalt (PTB) time servers, known for its high precision.

Thanks!!

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

79452068

Date: 2025-02-19 16:23:26
Score: 2
Natty:
Report link

For me the solution was to change two entries in the file: "C:\Users\Username\.android\avd\emulatorname.avd\config.ini"

hw.gpu.enabled = no

hw.gpu.mode = off

because I don't have a graphics card.

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

79452062

Date: 2025-02-19 16:21:26
Score: 2
Natty:
Report link

You can just use: background-image: none !important;

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

79452050

Date: 2025-02-19 16:15:25
Score: 1
Natty:
Report link
import { persistor } from './store'

const handleLogout = () => {
  dispatch({ type: 'LOGOUT' })
  persistor.purge();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shrikantbishoye

79452048

Date: 2025-02-19 16:14:25
Score: 3.5
Natty:
Report link

I ended up just deleting the lines where it wanted to import the analyzers in the csproj

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

79452045

Date: 2025-02-19 16:13:24
Score: 3
Natty:
Report link

I have no answer. I often use Printscreen to illustrate a problem. In the past Microsoft changes the Printscreen folder whenever they wish. Now there is no folder. Now I have to clip the area and save it by hand. Microsoft help was more then useless and wasted my time.

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

79452041

Date: 2025-02-19 16:13:24
Score: 1
Natty:
Report link
import { persistor } from './store'

const handleLogout = () => {
  dispatch({ type: 'LOGOUT' })
  persistor.purge();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shrikantbishoye

79452040

Date: 2025-02-19 16:12:24
Score: 3
Natty:
Report link

To quickly create a thread that doesn't require access to program components I use BeginThread, and to work with updating components, I use TThread.

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

79452032

Date: 2025-02-19 16:11:24
Score: 3.5
Natty:
Report link

As of 2025, for Windows DBeaver 24.1.5, the Word Wrap toggle is in the top pan button "Window" > "Editor" > "Toggle Word Wrap":

link to image screenshot, but it looks like the answer by Codistan from Apr 27, 2023

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

79452030

Date: 2025-02-19 16:10:23
Score: 1
Natty:
Report link

MB it`s a bit late, but now you can use "Bouncer" or/and "token.abilities" to control which data and actions should be available to active/inactive users.

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

79452018

Date: 2025-02-19 16:08:23
Score: 2
Natty:
Report link
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: JTO Informatique

79452016

Date: 2025-02-19 16:07:22
Score: 6 🚩
Natty:
Report link

Me too, can't find a solution.😫

Reasons:
  • RegEx Blacklisted phrase (2): can't find a solution
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kiwi 2333

79452015

Date: 2025-02-19 16:06:21
Score: 1
Natty:
Report link

Can you create a code sandbox to showcase your issue? I assume that the problem is coming from the way you modify formData, I used to get some similar problem when changing property of an object. Maybe try to move the initialState out of the component and console.log registered.name to see it has the data you need? For now, I don't have much info from your code so I'm not sure if you accidentally modified/re-assigned it incorrectly. Also, a suggestion for the Input component I think that you should keep key stable, key={props.id + errors.length} using this may cause your component to have some unnecessary re-rendering.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: An Tran

79452004

Date: 2025-02-19 16:05:20
Score: 3.5
Natty:
Report link

In my case I have problems trying to use a version of ruby. I do all the steps described but when I check ruby ​​-v I get the version that is installed by the repositories.

The thing is that when I try to run bundle install

This is what it returns:

Your Ruby version is 3.0.2, but your Gemfile specified >= 3.1.0, < 3.4.0

However when I run this command rbenv versions

this is what it returns:

system

Anyway, I really can't find a solution to my problem. Thank you very much for your attention.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2): can't find a solution
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Frank Trujillo Contreras

79452000

Date: 2025-02-19 16:04:20
Score: 3.5
Natty:
Report link

You could use history.nvim for a more VSCode like experience similar to Control+Tab.

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

79451991

Date: 2025-02-19 16:02:20
Score: 1
Natty:
Report link

You need to wrap the button inside an tag to make it a clickable link. Also, your CSS has an incorrect @import inside the background-image property—remove that part. Here’s the corrected code:

<html>
  <head>
    <title>Button Link</title>
    <style>
      .butn {
        background-image: url("https://static1.squarespace.com/static/54da7941e4b0e25dc3648a4f/t/59640885b3db2b282c21c56e/1499728005971/zero_state%40300x-8.png");
        width: 555px;
        height: 170px;
        display: block;
      }

      .butn:active {
        background-image: url('https://static1.squarespace.com/static/54da7941e4b0e25dc3648a4f/t/5964090b6b8f5bf77b28504f/1499728139538/hover_state%40300x-8.png');
      }
    </style>
  </head>
  <body>
    <a href="https://example.com">
      <div class="butn"></div>
    </a>
  </body>
</html>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @import
  • Low reputation (1):
Posted by: Saad

79451990

Date: 2025-02-19 15:59:19
Score: 0.5
Natty:
Report link

@DynamoDBTypeConvertedEnum was used in the AWS SDK for Java v1 with the DynamoDB Object Mapper. However, in AWS SDK for Java v2, this annotation is no longer needed because DynamoDB Enhanced Client provides built-in support for enums.

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

79451986

Date: 2025-02-19 15:58:19
Score: 0.5
Natty:
Report link

The latest version uses log4j2 2.17.2. Moving to the latest Rundeck version solves that issue and many others.

Here you can see all CVE reported.

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

79451979

Date: 2025-02-19 15:54:18
Score: 1
Natty:
Report link

Try edit tsconfig.json:

"compilerOptions": {
    "paths": {
      "react": ["./node_modules/@types/react"]
    }
  }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jan

79451976

Date: 2025-02-19 15:53:18
Score: 0.5
Natty:
Report link

The most elegant way for Windows desktop apps (.NET 9), to set the initial app size and position (1/3-2/3) based on the users screen size, goes like this. Be sure to edit the App.xaml.cs in the base map, not the file in the platforms maps. Edit the code there like this:

    protected override Window CreateWindow(IActivationState? activationState)
    {
        // App start-window size derived from screen properties
        double screenWidth = DeviceDisplay.MainDisplayInfo.Width;                               // the user screen
        double screenHeight = DeviceDisplay.MainDisplayInfo.Height;

        double  appWidth = screenWidth / 2.35d;                                                 // the app screen
        double  appHeight = screenHeight / 2.35d;

        return new Window(new AppShell())
        {
            Width = appWidth,
            Height = appHeight,
            X = (screenWidth - appWidth) / 2.0d,                                                // center horizontal
            Y = (screenHeight - appHeight) / 3.0d,                                              // 1/3 vertical
        };
    }

Do not forget to comment out the existing CreateWindow(...).

Reasons:
  • Blacklisted phrase (1): to comment
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank Zwarthoed

79451973

Date: 2025-02-19 15:52:18
Score: 1
Natty:
Report link
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "5.14.5",

If you encounter the issue of Uncaught TypeError: defaultShouldForwardProp is not a function, please try using the versions mentioned above

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

79451969

Date: 2025-02-19 15:52:18
Score: 3.5
Natty:
Report link

The answer posted by @engineersmnky is the correct solution.

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

79451968

Date: 2025-02-19 15:52:18
Score: 1
Natty:
Report link

You could use already existing functions to achieve the same, here are my preferred ones:

from math import gcd
from functools import reduce
import numpy as np

lst = [14, 21, 28]

print(reduce(gcd, lst))     # prints "7"

print(np.gcd.reduce(lst))   # prints "7"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thomas Rasser

79451963

Date: 2025-02-19 15:50:17
Score: 2
Natty:
Report link

No package needed and dealing with the fact that you have a vector of such strings:

v=c("ABC_EFG_HIG_ADF_AKF","ADF_AKF_MNB_RRR")
sapply(strsplit(v,"_"),"[",3)
# [1] "HIG" "MNB"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29713841

79451954

Date: 2025-02-19 15:46:16
Score: 5.5
Natty: 7
Report link

thank you very much, thats help me.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Smart gamers City

79451951

Date: 2025-02-19 15:45:16
Score: 2
Natty:
Report link

In my case import of some @storybook v8 produces 400+ errors in declaration:true mode. Removed storybook-related files from compilation - errors gone.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @storybook
  • Single line (0.5):
  • High reputation (-1):
Posted by: Pavel

79451948

Date: 2025-02-19 15:44:15
Score: 2.5
Natty:
Report link

A variable only begins with letters and underscore rather than digits since 4m means 4 multiplied by m in Math. Variables don't conflict with mathematical expressions. We use 3e16 to mean 30,000,000,000,000,000.

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

79451947

Date: 2025-02-19 15:44:15
Score: 1
Natty:
Report link

The black lines show up because you use geom_col(color = "black") you can make them the same color as your fill using geom_col(aes(color = comp)). This way they are still there, but not visible. An alternative would be geom_col(color = NA) which would make the borders invisible.

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

79451944

Date: 2025-02-19 15:42:15
Score: 1
Natty:
Report link

I'm still not sure exactly why, but this has fixed itself. I'm pretty sure I was running the exact same command, with the exact same .dll when it didn't work as when it earlier did, but other changes seem to have resolved it.

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

79451941

Date: 2025-02-19 15:41:14
Score: 8.5 🚩
Natty: 6
Report link

Have you found a solution for this? I currently have the same problem :D

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution for this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jonas

79451936

Date: 2025-02-19 15:41:14
Score: 1
Natty:
Report link

Just in case; Mainly for ones who ends up in this article without reading other docs:

You need to put IRB.conf[:USE_PAGER] = false into your .irbrc.

Also, it is now documented here https://github.com/ruby/irb/blob/master/doc/Configurations.md#hash-irbconf.

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Artur INTECH

79451935

Date: 2025-02-19 15:41:13
Score: 4.5
Natty:
Report link

I tride do chang to different action from this link https://github.com/marketplace/actions/publish-github-release-artifacts there no siple way to publish a release HTML files from proccesed folder?

name: Release HTML Files

on:
  push:
    tags:
      - "v*"


jobs:
  build:
    name: Build Presets
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        name: checkout GITHUB code
      - name: Pobranie numeru wersji z taga
        id: get_version
        run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
      - run: scripts/process_presets.sh .
        name: process HTML
      - run: ls tmp/
        name: List Files
      - name: Upload ARMADA to Release
        uses: SierraSoftworks/[email protected]
        with:
          token: ${{ github.token }}
          overwrite: 'true'
          files: "tmp/*.html"
Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: utek

79451927

Date: 2025-02-19 15:38:13
Score: 2
Natty:
Report link

restart metro with clear cache helped

react-native start --clear-cache
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anna Danilova

79451925

Date: 2025-02-19 15:37:12
Score: 0.5
Natty:
Report link

This works:

        $validation = \Config\Services::validation();

        $validation->setRules([
            'field1'           => 'required|max_length[20]',
            'array1'           => 'required',
            'array1.*'         => 'required|numeric',
            'array1_keys.*'    => 'required|numeric',
            'array1_count'     => 'required|numeric|greater_than_equal_to[1]|less_than_equal_to[50]'
        ]);

        $to_validate                 = $this->request->getPost();
        $to_validate["array1_keys"]  = array_keys($to_validate['array1'] ?? []);
        $to_validate["array1_count"] = count($to_validate["array1_keys"]);

        if (! $validation->run($to_validate)) {
            return $this->failValidationErrors($validation->getErrors());
        }

That said it is hardly elegant so I will happily upvote a more concise alternative.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ChrisG

79451922

Date: 2025-02-19 15:37:12
Score: 3
Natty:
Report link

I'm still new to Typescript but this is what I found -

You can see the types in the GitHub here: https://github.com/TanStack/table/blob/main/packages/table-core/src/types.ts

And how they are use for a table here: https://github.com/TanStack/table/blob/main/packages/table-core/src/core/table.ts#L63

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