79202408

Date: 2024-11-19 07:20:03
Score: 4.5
Natty:
Report link

关闭自动检测文件内容,即可默认使用空格,设置里面的 Editor: Detect Indentation

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: linyu

79202402

Date: 2024-11-19 07:18:03
Score: 2.5
Natty:
Report link

The Syntax For Dynamic Template Reference Variable #[{{v}}] is not yet Supported By Angular in any of the versions:

This Approach can be refactored using different techniques either by assigning a dynamic value to a id , class or even use QueryList from @ViewChildren

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @ViewChildren
  • Low reputation (0.5):
Posted by: melenchenkov

79202382

Date: 2024-11-19 07:10:01
Score: 0.5
Natty:
Report link

Figured out the solution. For anyone else with this situation:

# main.py
import sys
import os

# Path to project/
path1 = os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))

# Path to project/public_app
path2 = os.path.abspath(os.path.join(os.path.dirname(__file__), '../', 'public_app'))

# Add both to path
for path in [path1,path2]:
    sys.path.append(path)

from public_app.dir.subdir.functions import *
from public_app.dir.subdir.utils import *
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Adam

79202370

Date: 2024-11-19 07:06:00
Score: 4
Natty:
Report link

Try this Parallax Scrolling, this is example for using Example

Reasons:
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AzPsu

79202366

Date: 2024-11-19 07:03:58
Score: 6 🚩
Natty:
Report link

This is a nice solution, but I have still 1 Question. Is there a way that I can create my second HTML Site like the first? Because it shows all my Content also that in the Head like:

<?!= HtmlService.createHtmlOutputFromFile('calculatorJS').getContent(); ?>
<?!= HtmlService.createHtmlOutputFromFile('calculatorCSS').getContent(); ?>

But I wound show it because it is linking thing if you know, but he thinks it's content ans i don't want that. Do you have a Solution for that?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Lukas Holzmann

79202356

Date: 2024-11-19 06:59:57
Score: 1.5
Natty:
Report link

Find this

{
    "settingsSync.ignoredExtensions": [
        
    ]
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kostas Nitaf

79202351

Date: 2024-11-19 06:57:57
Score: 3
Natty:
Report link

Just in case someone like me is trying to understand where that "not throttling" is: click me

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

79202349

Date: 2024-11-19 06:56:56
Score: 0.5
Natty:
Report link

This happened to me because I changed my PATH order, putting Java 17 above Java 8, which my workspace uses. I fixed it by moving Java 8 back to the top in the System Variables PATH.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aaronjondale

79202344

Date: 2024-11-19 06:55:56
Score: 3
Natty:
Report link

easy way is to run iisreset from (elevated) command prompt

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

79202332

Date: 2024-11-19 06:50:55
Score: 3
Natty:
Report link

i think sql query is started with sql and it was feeded to sql engine, work with removing the sql part at first.

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

79202329

Date: 2024-11-19 06:48:54
Score: 2.5
Natty:
Report link

there is a similar issue posted on stack overflow hope this helps you link:

Fatal: password authentication failed for user "postgres" macos

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sujay_ks

79202325

Date: 2024-11-19 06:47:54
Score: 3.5
Natty:
Report link

I had same issue and tried a lot of things but it was not fixed except this. Try to download and install the latest certificate from this link: https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer

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

79202324

Date: 2024-11-19 06:47:54
Score: 1.5
Natty:
Report link

To see the stored procedure fields in the crystal report, follow the below steps:

  1. Right click in the report, and from the vertical tab select (Field Explorer) enter image description here

  2. Right click in the stored procedure that you selected before, and from the vertical tab select (Verify Database)

enter image description here

  1. You will see page that show the default value as null as showing in the below image enter image description here
  2. Uncheck the (Set to Null) checkbox and enter the correct values that once you enter it; It will retrieve data using your stored procedure.
  3. In my case, I should put the data for both parameters as shown in the below image: enter image description here
  4. Then click ok button, you will see dialog message as shown in the below image: enter image description here
  5. Click (Ok) button and another dialog message will be shown to you (The database is now up to date.); Click (Ok) button for this dialog also. enter image description here
  6. Now, you should see the full selected columns as shown in the below image: enter image description here
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ali

79202322

Date: 2024-11-19 06:46:54
Score: 2.5
Natty:
Report link

The reason the 1 query is working fine is due to the reason that the whole query is written within the inverted comma which is the correct format to execute Mysql query in python .

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

79202311

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

I used certbot to create a free SSL certificate and automatically redirect every request to HTTPS

here is a more detailed guide https://certbot.eff.org/instructions?ws=nginx&os=pip I believe you can change the port from the NGINX configuration, I used community versions and usually made changes from /etc/nginx/sites-enabled/mysite.com and it is what I'm familiar with. Here is a guide on running SSL on a non-standard port:

https://serverfault.com/questions/828130/how-to-run-nginx-ssl-on-non-standard-port

I hope you will fix the issue

Note: If you want you can also run NGINX on a custom IP or a Local one from this configuration

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

79202309

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

Update: Python 3.13

This feature has finally been added and recursive globs can be used in the full_match() method.

from pathlib import Path

Path("w/x/y/z").full_match("w/**/z")
# True
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: see

79202308

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

Append new Date to a string

Since your today variable is already a string because of Utilities.formatDate() (see image below) you can just easily append it to a string(your subject) using the following ways:

Using + symbol

const subject = "New machine "+today

or

Using String literals

const subject = `New Machine ${today}`

Data type of today variable

enter image description here

Sample Output

output

Reference: Utilities.formatDate

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 4thAnd1

79202302

Date: 2024-11-19 06:38:52
Score: 4
Natty:
Report link

You can turn on pagination in the HTTP action settings and set the limit as shown below: enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Prasad-MSFT

79202292

Date: 2024-11-19 06:35:51
Score: 4
Natty:
Report link

Right click on the line you want to run, and "jump to cursor".

https://stackoverflow.com/a/59528379

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: wei

79202287

Date: 2024-11-19 06:33:50
Score: 3
Natty:
Report link

I just add "/"

Alias /images/ "D:/images/" <Directory "D:/images/"> AllowOverride all Require all granted

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: K.Sathaporn S.

79202282

Date: 2024-11-19 06:31:50
Score: 3
Natty:
Report link

Just add it to the public folder.

"/public/humans.txt"

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

79202280

Date: 2024-11-19 06:30:49
Score: 1.5
Natty:
Report link

i got No overload matches this call. Overload 1 of 4, '(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions | undefined): CipherGCM', gave the following error. Argument of type '"aes-128-cbc"' is not assignable to parameter of type 'CipherGCMTypes'. Overload 2 of 4, '(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: TransformOptions | undefined): Cipher', gave the following error. Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike | null'. Type 'Buffer' is not assignable to type 'Uint8Array | DataView'. Type 'Buffer' is not assignable to type 'Uint8Array'. The types of 'slice(...).buffer' are incompatible between these types. Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'. Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLengthts(2769)No overload matches this call. Overload 1 of 4, '(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions | undefined): CipherGCM', gave the following error. Argument of type '"aes-128-cbc"' is not assignable to parameter of type 'CipherGCMTypes'. Overload 2 of 4, '(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: TransformOptions | undefined): Cipher', gave the following error. Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike | null'. Type 'Buffer' is not assignable to type 'Uint8Array | DataView'. Type 'Buffer' is not assignable to type 'Uint8Array'. The types of 'slice(...).buffer' are incompatible between these types. Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'. Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLengthts(2769)

in

var cipher = crypto.createCipheriv('aes-128-cbc', aesKey, iv);

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

79202278

Date: 2024-11-19 06:30:49
Score: 3
Natty:
Report link

Thank you, Dr. Andrew

My web is good at importing .wassm, .data files. 404 doesn't show up. CDN is not available because the web is a closed network.

I bring the .wassm, .data file well, but the console window displays an error and the chart is not displayed. What you should know here is that if you divide the ports into nginx and distribute it, it works normally. But I don't want to use multiple ports, so if I divide them into nginx alias and distribute them to the same port, there will be a problem. Of course, if you distribute the chart as root on the same port, it works fine.

For example, there was no error in project deployment using 50080 and 50081 ports, but errors occur when distributing 50080 ports divided by path.

an existing thing 127.0.0.1:50080 127.0.0.1:50081

What I want 127.0.0.1:50080/ 127.0.0.1:50080/indexViewer

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: hangyul jumg

79202275

Date: 2024-11-19 06:29:49
Score: 1.5
Natty:
Report link

Try to set git configuration to handle large files or shallow clone to reduce data transfer:

git config --global http.postBuffer 524288000
git config --global core.compression 0

or

git pull --depth 1

Thx

Reasons:
  • Blacklisted phrase (1): Thx
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven

79202274

Date: 2024-11-19 06:28:49
Score: 3.5
Natty:
Report link

In the SOURCE CONTROL section, you can access the new GITLENS section at the bottom. From there, click on the "more actions" icon, and you'll be able to detach whatever you need.

SOURCE CONTROL

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

79202255

Date: 2024-11-19 06:19:46
Score: 0.5
Natty:
Report link

Hugo no longer displaying page

The issue stems from a breaking change introduced in Hugo 0.123.0 that introduced stricter rules on how the Hugo interpreter handles raw (those without frontmatter/templates) HTML files in the content directory. Previously, Hugo would serve raw HTML files directly, but now it requires proper Hugo structure and templates.

Here's some related reading from the Hugo repo going over the changes and their motivations:

There are (at least) 2 solutions:

1. Use Hugo 0.122.0

Modify your .github/workflows/hugo.yaml:

jobs:
  build:
    runs-on: ubuntu-latest
    env:
      HUGO_VERSION: 0.122.0

This will render sunset.html as you previously had it (I tested it by forking your repo).

It's not the best option long-term because:

But hey, these are problems for later down the road, solution 1 will work for now. However if you want to fix the problem permanently, well then I recommend solution 2:

2. Create proper Hugo structure

  1. Create a layout template for a single page at layouts/_default/single.html
{{ .Content }}

This page variable will mean that the all the Content of the content page (the content page in this case is sunset.html) is rendered, Hugo knows that the content page is of type HTML so it will parse the HTML correctly (instead of just having the raw HTML be displayed, <'s and all).

  1. Add Frontmatter to sunset.html

Frontmatter allows more control over your Hugo site, both by you and by Hugo. Though not strictly required for this use-case (sunset.html will render without it), it would be good practice to add some to the file.

(As an aside, if you use the Hugo CLI that comes installed with Hugo to create content via hugo new <CONTENT-NAME>, then your existing archetype file will be inherited by that content file, meaning the frontmatter will be created automatically.)

---
title: "Sunset"
date: 2024-11-19
draft: false
---
/* rest of sunset.html */

Why this Works

The original setup treated sunset.html as a page resource in a leaf bundle. From Hugo version 0.123.0 onward, raw HTML files without front matter are no longer automatically processed as pages. By adding the front matter and layout template, we explicitly tell Hugo:

  1. This is a content page (HTML with front matter)
  2. How to render it (single layout template)
  3. Where to serve it (/gift/ckeesee/sunset)

Putting single.html in layouts/_default/ will mean all individual content pages (any page that isn't a list/homepage, how to tell the difference here) will use that layout. If it causes more changes than you'd like, then you can restrict the layout file to affect just the content pages under content/gift by moving single.html to layouts/gift/single.html.

Content Security Policy

The content-security-policy error you mentioned requires more information to resolve and is a little outside of the scope of your Hugo deployment problem. If you're still having issues with it feel free to create another separate question and I'll do my best to assist you (include the exact CSP error from your browser).

In the meantime here's a Stackoverflow reply that can give some information on what kind of issue a CSP issue is. It includes a link to the relevant Mozilla developer page and a link to the Google CSP Evaluator which is a tool that can look at your Content Security Policy and find problems. Give it a try, hopefully it can help.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Richard M.

79202251

Date: 2024-11-19 06:18:46
Score: 2
Natty:
Report link

Hey there is crossplane function called function-go-templating Link : https://github.com/crossplane-contrib/function-go-templating you could use this for looping , conditionals , its just like helm templates. Check out the examples in repository to know more

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sai Harsha Gajjavarapu

79202246

Date: 2024-11-19 06:14:45
Score: 3.5
Natty:
Report link

if you use visual studio, you can set "DPI Awareness" options to "None" to disable DPI scale.

Project Property -> Manifest Tool -> Input and Output -> DPI Awareness : None

no DPI scale

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

79202244

Date: 2024-11-19 06:14:45
Score: 1.5
Natty:
Report link

Merely a substitute approach using org-occur that works (in spite of a wrong type argument message).

*.org:

* code

[same as in the original]

Matches baz as expected.
#+begin_src emacs-lisp
 (org-occur ":header-args: :tangle[[:space:]].+$")
#+end_src


* sample

[same as in the original]

** baz
:PROPERTIES:
:header-args: :tangle "/path"
:END:

*Messages*

Executing Emacs-Lisp code block at position 513...
org-babel-execute-src-block: Wrong type argument: integer-or-marker-p, nil

Code to be executed After execution

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

79202242

Date: 2024-11-19 06:11:45
Score: 3
Natty:
Report link

Change new \Stripe\StripeClient(env('STRIPE_SECRET')); to Stripe::setApiKey(env('STRIPE_SECRET'));

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

79202240

Date: 2024-11-19 06:09:44
Score: 8 🚩
Natty: 5.5
Report link

Thank you for sharing this @Nilambar, how if we want to exclude Admin or Editor Role ?

Regards,

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Regards
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Nilambar
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Antonely93

79202232

Date: 2024-11-19 06:07:43
Score: 0.5
Natty:
Report link

you can check if a column not contains English letters to identify non English data, and then you can join keys of these data to your full data to filter out non English data and accept all English-only data (this will enable symbols and numbers too)

WHERE REGEXP_CONTAINS(column, r'[A-z].*') = false
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: riki

79202228

Date: 2024-11-19 06:06:43
Score: 3.5
Natty:
Report link

In my case, the path was incorrect

check it out

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohammad Hosein Abedi

79202225

Date: 2024-11-19 06:04:42
Score: 11.5 🚩
Natty: 6
Report link

did u get any solution ? im going through same problem i want to share auth b/w 2 next js app and electron app its easy with clerk but i want it with auth js

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did u get any solution
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: ROHIT

79202223

Date: 2024-11-19 06:02:41
Score: 1
Natty:
Report link

Check the following:

  1. Install image_processing gem for image support in Rails 7.x.
  2. Use rails_blob_url to add src to <img> in ActionText content.
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nilesh

79202208

Date: 2024-11-19 05:51:39
Score: 2
Natty:
Report link

I don't found any issue in your query. Please share the MySQL version.

You can update your 2nd query for a better output, as follows:

SELECT CONCAT('There are a total of',' ',COUNT(occupation),' ', LOWER(occupation),IF(COUNT(occupation)>1, 's', ''),'.') AS OCCUPATION_COUNT 
FROM OCCUPATIONS 
GROUP BY OCCUPATION 
ORDER BY COUNT(OCCUPATION) ASC;

attached db<>fiddle code for reference.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Has code block (-0.5):
Posted by: ArtBindu

79202206

Date: 2024-11-19 05:49:39
Score: 2.5
Natty:
Report link

You need to check Firebase Analytics Console, not Crashlytics. Custom events reported using logEvent will appear there

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

79202201

Date: 2024-11-19 05:47:38
Score: 1
Natty:
Report link

You have to go to

  Xcode => Runner => Build Settings
Search for "Allow Non-modular Includes In Framework Modules" to "yes"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Huzaifa Khan

79202199

Date: 2024-11-19 05:47:38
Score: 2.5
Natty:
Report link

replace [title] with {title} in NavLink props

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

79202197

Date: 2024-11-19 05:46:38
Score: 3.5
Natty:
Report link

enter image description here

Remove Security-Key of or other security things in txtfile(env,.env) or add this file in .gitignore and try -> git push -u

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aaditya Mishra

79202196

Date: 2024-11-19 05:45:37
Score: 14.5 🚩
Natty: 5.5
Report link

I am facing the same error. How did you fix it?

Reasons:
  • Blacklisted phrase (1): How did you fix
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sujay

79202194

Date: 2024-11-19 05:44:36
Score: 4
Natty:
Report link

Change django-eav2 version to 1.6.1

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Дияр Шавкатов

79202193

Date: 2024-11-19 05:44:36
Score: 1
Natty:
Report link

Setting this as false in gradle.properties also works. Build will take longer time than normal as it won't use buildCache.

org.gradle.caching=false

Once successfully done, set it back to true

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

79202191

Date: 2024-11-19 05:43:36
Score: 2
Natty:
Report link

LLMs do generate answers token by token. So the way LLM generates the answer is that it takes the user input + the already generated part of the answer as context to predict the next token. Therefore, it is not possible to generate all answers at once as to generate a token it needs the preceding part of the answer as context.

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

79202186

Date: 2024-11-19 05:39:35
Score: 1.5
Natty:
Report link

This problem was solved when I upgraded to Expo v52.0.7 and ran npx expo install --fix again.

I think that the original update did not update @react-navigation/native from ^6.x to ^7.0.0, and this was fixed.

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

79202185

Date: 2024-11-19 05:37:34
Score: 3
Natty:
Report link

Probably your RAM is not enough. If you are using VirtualBox, you can increase it by opening machine's Settings -> System -> Motherboard -> Base Memory

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

79202175

Date: 2024-11-19 05:33:34
Score: 1
Natty:
Report link

Most of the time I try to handle this with a submit button where it takes the values of the checkboxes and does everything you want them to do at once. As you have it, it looks like it's doing 2 seperate DB queries (not concurrent) everytime the user checks/unchecks the box. Sometimes I can see where that would be required but if it isn't, then see if you can find a way to simplify the process.

Either way, I think you probably want to look into creating a 'Stored Procedure' in the DB and utilize a 'Transaction' which is similar to a Try/Catch in that it can be made to execute all of the queries in a single transaction or none at all if it encounters an error. There are a lot of other things that can be done with Transactions (i.e. rollback, continue, etc) but that's another topic entirely.

For your purposes, try a Transaction within a Stored Procedure. It should accomplish what you're trying to do.

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

79202173

Date: 2024-11-19 05:31:33
Score: 1
Natty:
Report link

If it is possible for the initial load of model dest_pos to be empty, and the issue is that {{ this }} will be empty as as a result, you can always set a default value for max(load_timestamp) if it can return null.

where load_timestamp > (select nvl(max(load_timestamp),'1900-01-01') from {{ this }})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Phil Baines

79202165

Date: 2024-11-19 05:26:32
Score: 2.5
Natty:
Report link

How to solve the Error 'The used table type doesn't support FULLTEXT indexes' 1.Open Your the .sl file using text editor like Notepad or Notepad++ 2.Replace the ENGINE=InnoDB with ENGINE=MyISAM in the open sql file 3. Save the file 4. Import again and the error will have disappeared.

Reasons:
  • Blacklisted phrase (1): How to solve
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How to solve the
Posted by: P.Githinji

79202158

Date: 2024-11-19 05:20:30
Score: 1
Natty:
Report link

You can use https://jsonhost.com/ Just upload your JSON, get an endpoint, and do your API requests (it support GET, POST and PATCH API operations).

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

79202157

Date: 2024-11-19 05:18:30
Score: 3.5
Natty:
Report link

What I did was just to delete the duplicated AppDbContext from the other project and consolidated it to one context in the backend project of the solution, so basically, mixing both contexts

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What I
  • Low reputation (1):
Posted by: Adi

79202150

Date: 2024-11-19 05:15:29
Score: 0.5
Natty:
Report link

Just took the rest test in HackerRank as well, and tried:

const fetch = require('node-fetch');

and it worked as well. Gives the same fetch interface you're used to.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user28369848

79202148

Date: 2024-11-19 05:14:29
Score: 1
Natty:
Report link

First of all lets not mix ansible and CI/CD. Even they both for automating things . Purpose is way too different.

For ansible it can do such

For CI/CD it can do such

Its missing lot of topics about these two but i hope i gave you brief difference about those two.

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

79202135

Date: 2024-11-19 05:04:27
Score: 2
Natty:
Report link

We create an venv is becaue we don't want global packages to get changed because they have different packages. So we mostly recommend to use a previous version of python instead of latest one because many packages as fast as the latest version of Python

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ADITYA DUTT PANDEY

79202129

Date: 2024-11-19 05:00:27
Score: 2.5
Natty:
Report link

now not working yum install ansable* Last metadata expiration check: 0:01:08 ago on Mon 18 Nov 2024 11:52:25 PM EST. No match for argument: ansable* Error: Unable to find a match: ansable*

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

79202128

Date: 2024-11-19 05:00:26
Score: 6 🚩
Natty:
Report link

Having the same issue while creating the claude in gcp vertex ai

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Research

79202126

Date: 2024-11-19 04:58:26
Score: 1.5
Natty:
Report link

When you're publishing a .NET application as self-contained, ensure that the SelfContained property is set to true in your project file.

To publish a self-contained single executable, run the following command:

dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Trusha Jadeja

79202124

Date: 2024-11-19 04:55:25
Score: 2
Natty:
Report link

The places you specify go beyond the container. Probably, the color of the buttons depends on the settings of the advertising campaign or the color of the banner in it. I doubt you will be able to change the settings how you want.

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

79202121

Date: 2024-11-19 04:53:25
Score: 1
Natty:
Report link

Eventually I realized that what I'm trying to do is more similar to a Split screen game which this video explains how to do, https://www.youtube.com/watch?v=tkBgYD0R8R4. By replacing SubViewports with Windows I was able to render into separate windows. On the game master window I set content_scale_mode to Canvas Items and content_scale_aspect to Keep and then in gdscript I wrote.

func resize() -> void:
    %GameMasterView.content_scale_size = Vector2i(get_window().size)
    get_viewport().size = get_window().size
    
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
    get_tree().get_root().size_changed.connect(resize) 
    resize()

At this point the view was being properly reproduced in the second window.

I struggled for a long time with showing extra details on the game master view. I tried to set the following up.

and then I set the SubViewport Canvas Cull Mask to 1 and the WindowCanvas Cull Mask to 1 and 2. All my game master only items had their visibility layer set to 2. But for some reason it seemed that the Window couldn't render anything that wasn't rendered in the SubViewport. Eventually I Reduced it to just.

and in a gdscript I callled get_window().canvas_cull_mask = 1 to set the cull mask on the default viewport and this worked.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: HahaHortness

79202119

Date: 2024-11-19 04:52:24
Score: 3
Natty:
Report link

useHybridComposition: false,

I used this line in my controller, and it's working fine now. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Faheem Abbas

79202111

Date: 2024-11-19 04:47:23
Score: 1.5
Natty:
Report link

I was having issues transferring files between Android and Mac M3 pro.

It seems Android File Transfer is no more.

I found this cool free tool for Mac that rocks. It can detect Android connected to Mac and let you transfer files.

https://openmtp.ganeshrvel.com/

Plus it also supports transferring data between external drive, mac and android.

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

79202110

Date: 2024-11-19 04:46:23
Score: 1.5
Natty:
Report link

The error arises because your custom function mixes TensorFlow and NumPy operations. TensorFlow operations are essential for gradient calculation but you are using NumPy operations. So, to fix this error you need to replace all NumPy operations with their TensorFlow equivalents. This will enable the calculation of gradients for all operations involved. kindly refer to this gist.

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

79202109

Date: 2024-11-19 04:45:23
Score: 3.5
Natty:
Report link

If you are deploying GitHub pages use the latest version of workflow file https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml

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

79202101

Date: 2024-11-19 04:41:22
Score: 3
Natty:
Report link

What work for me, is to simply use modern css : aspect-ratio:16/9...( in addition to background-size:cover)

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

79202100

Date: 2024-11-19 04:40:22
Score: 1
Natty:
Report link

Your code is only checking face recognition/fingerprint capabilities of the device. That's why it's returning true because the device has face recognition/fingerprint support. Once the user register face recognition/fingerprint, you need to manually save the value, preferably to a sharedpreference file (if you want the value to persist even after the app is finished) and then access that value from sharedpreference file when you want to check whether Face recognition/fingerprint is registered or not. Your current code can't help you with that as it's only a basic way to check device capabilities regarding FR/FP. It's not designed to save app specific registration values

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

79202099

Date: 2024-11-19 04:40:22
Score: 3.5
Natty:
Report link

What work for me, is to simply use modern css : aspect-ratio:16/9...

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: blogob

79202098

Date: 2024-11-19 04:39:21
Score: 0.5
Natty:
Report link

Lack of seats in the store: There are four auditors, but only one seat is available in the store. This seat is often occupied by other people, leaving us with no space to sit and work effectively.

No seats in the admin office: While signing invoices, we often have to go to the admin office, but there is no seat available for us to sit and complete this task efficiently.

Waste of time in invoice processing: Because invoices are prepared in the admin office, we have to make repeated trips between the store and the admin office or repeatedly visit the sales commercial team in the store for signatures. A lot of time is wasted in this process. And there is no cart either.

Impact on productivity: Lack of basic facilities like proper seating is directly hampering our ability to perform our duties effectively. Without a solution, we may have no option but to work from the guest house, which is not a viable long-term solution.

We request you to please intervene to provide us with adequate seating arrangements at the administrative office on priority basis. This will make signing of invoices easier and also take less time.

We look forward to your prompt action.

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

79202094

Date: 2024-11-19 04:36:21
Score: 3.5
Natty:
Report link

try to use latest version of 'url_launcher', then run:

$ flutter pub get

$ flutter pub upgrade

source: https://github.com/flutter/flutter/issues/155342#issuecomment-2361005231

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

79202093

Date: 2024-11-19 04:36:21
Score: 2.5
Natty:
Report link

In case if anybody got this error while developing a regex, make sure to wrap your regex with forward slashes.

Regex Delimiters (/).

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

79202076

Date: 2024-11-19 04:28:19
Score: 2
Natty:
Report link

I suggest you use the pytorch or tensorflow framework with the library used, namely huggingface.simply you fine-tune the model after it has been pre-trained. My suggestion is that you use the GPT 2 model with the precision size that you use.

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

79202072

Date: 2024-11-19 04:26:19
Score: 1
Natty:
Report link

I think it represents CSS Grid line numbers

So in your layout,

Thanks

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

79202070

Date: 2024-11-19 04:23:18
Score: 1
Natty:
Report link

Default bitrate is 8Mbps, which can be overkill for a weak wifi network or if too far from the router.

Use scrcpy --no-audio --video-bit-rate 2M --max-size 800 or play around to drop quality and audio if not needed.

https://www.genymotion.com/blog/open-source-project-scrcpy-now-works-wirelessly/

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

79202069

Date: 2024-11-19 04:22:18
Score: 2.5
Natty:
Report link

is('clients') ? 'bg-violet-700 text-white px-3 py-2 rounded-md text-sm font-medium' : 'text-gray-700 px-3 py-2 rounded-md text-sm font-medium hover:text-gray-900 hover:bg-gray-50' }}"> Our Clients

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

79202063

Date: 2024-11-19 04:17:16
Score: 2.5
Natty:
Report link

Same issue problem I have also faced.

Resolution: In your Controler class add an anotation @Validated it will validate in the method level also.

Reasons:
  • Whitelisted phrase (-2): solution:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Validated
  • Low reputation (1):
Posted by: user28369166

79202054

Date: 2024-11-19 04:09:15
Score: 2
Natty:
Report link

Window seems like is the period that a generated OTP is valid beyond its "expiration date"

See: https://github.com/laravel/fortify/pull/385

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

79202051

Date: 2024-11-19 04:05:14
Score: 3.5
Natty:
Report link

Swift_TransportException: Expected response code 250 but got an empty response intermittently in queue worker using Amazon SES

php artisan queue:work --sleep=3 --tries=3 --delay=30

or in my case (Phalcon):

php app/cli.php queue main --sleep=3 --tries=3 --delay=30

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

79202049

Date: 2024-11-19 04:03:13
Score: 0.5
Natty:
Report link

From Deno 2 documentation https://docs.deno.com/runtime/fundamentals/typescript/

for NPM packages that don't provide type information:

main.ts

// @ts-types="npm:@types/lodash"
import * as _ from "npm:lodash";

There are many more examples on that documentation page.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sergeyski.com

79202039

Date: 2024-11-19 03:53:12
Score: 0.5
Natty:
Report link

Resources sprawl is a problem with the CDK pipeline libraries. I addressed this and other such problems in a pipeline libary I created:

https://medium.com/@gmournos/creating-professional-aws-native-delivery-pipelines-with-cdk-c2aed59be6e7 https://medium.com/@gmournos/creating-professional-aws-native-delivery-pipelines-with-cdk-part-2-68fde253c34e

It is quite robust, I have been using it in production for one year. I built the Medium articles as a tutorial, so if you do not want to use the library as is, you can easily pick the individual steps that treat resources sprawl and adjust them in your project.

Specifically: For the roles, I used a Cloudformation macro to do the disassociation from the pipeline and the deletion of the extra roles and policies that the libraries create. For keys and buckets reuse, esp in cross region deployments, I created a custom resource that finds the cross-region KMS keys, so that they can be looked up from the pipeline stack. For pipelines/codebuild projects, I added utilities that lookup "old" pipelines and delete their corresponding Cloudformation stacks.

Hope this helps

G Mournos

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: George Mournos

79202038

Date: 2024-11-19 03:51:12
Score: 0.5
Natty:
Report link

I use this for expo-router, this solution is page specific

const Login = () => {

    const navigation = useNavigation();

    useEffect(() => {
        navigation.setOptions({ headerShown: false });
    }, [navigation]);

    return (
        // code here
    )
}

Source: https://docs.expo.dev/router/advanced/stack/#statically-configure-route-options

Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mominur Rahman

79202036

Date: 2024-11-19 03:51:12
Score: 0.5
Natty:
Report link

You can create a Subscription either via API or Dashboard (as you already did).

However, you will need to specify a Customer when create it (meaning you will need to create a new Customer in prior to creating a new Subscription). You can't do the otherwise of create a Subscription without a Customer first, then associate with a Customer later.

Reasons:
  • No code block (0.5):
Posted by: orakaro

79202034

Date: 2024-11-19 03:50:11
Score: 0.5
Natty:
Report link

I was confused about the name and owner fields because the documentation does not fully explain that if you are using an org, then name should be the org name which was my issue here.

publishers: [
    {
      name: '@electron-forge/publisher-github',
      config: {
        repository: {
          owner: 'MyOrg',
          name: 'my-repo'
        },
        prerelease: false,
        draft: true
      }
    }
  ]
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: LMS5400

79202031

Date: 2024-11-19 03:47:11
Score: 5
Natty:
Report link

Any ideas on how to fix this? The path it is looking for the sdk is wrong. It should be C:\Program Files\dotnet\sdk\6.0.412 How can I influence the path where it is looking for the SDK?

An alternative to some of the answers above, there are instructions on how you can override that path in the dotnet-environment-variables documentation

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): Any ideas
  • RegEx Blacklisted phrase (1.5): how to fix this?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: James Crosswell

79202028

Date: 2024-11-19 03:44:10
Score: 3.5
Natty:
Report link

"files.participants.timeout": 100

use this

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: user7025125

79202027

Date: 2024-11-19 03:44:10
Score: 0.5
Natty:
Report link

I had this issue, was able to get the package info through npm view cross-spawn@^7.0.5 too

you can try cleaning your npm cache first and install again with

npm cache clean --force
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: BananZ

79202025

Date: 2024-11-19 03:44:10
Score: 11.5
Natty: 7.5
Report link

I have the same problem as you. Have you found the cause and solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Have you found the cause and solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NeNeNe1

79202023

Date: 2024-11-19 03:43:09
Score: 5
Natty:
Report link

Are you trying to remove the the first instance of "xs" and everything in between plus the final "xs"? Which would leave you with the "sesss"?

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

79202021

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

The large file size and prolonged processing time are likely due to inefficiencies in chunking, compression settings, and how data is being written out.

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

79202018

Date: 2024-11-19 03:42:09
Score: 1
Natty:
Report link

For me, after upgrading to postgresql@16 my issue was that installing the non-default version meant the command line tools were not added to my path. Adding export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH" to my .zshrc file fixed the issue.

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

79202016

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

In MSEdge, open the devtools console and type "importer(video_id)". Replace video_id by your video id. All streams links will appears under the iframe. You must have CORS unblocked. For this download CORS unblock extension at this link :

https://microsoftedge.microsoft.com/addons/detail/cors-unblock/hkjklmhkbkdhlgnnfbbcihcajofmjgbh

In fact when you fetch your youtube adress with the console opened, www.youtube.com is redirected to m.youtube.com, the android application. You can access m.youtube.com other ways. Then click on the link of your choice to display it in the iframe, or copy the link and paste it in your browser address bar to access it in a new tab. These are not real links, just div with textContent.

This is the code I have writen.

<!DOCTYPE html>
<html>
<head>
<style>
body{background:black;}
</style>
</head>
<body>
<input type="button" style="background:black;border:gray solid 4px;border-style:outset;color:green;" onmousedown="importer(document.querySelector('#inp001').value)" value="Importer"/><input id="inp001" style="background:black;color:green;" value="V9PVRfjEBTI"/><br>
<iframe style="height:100%;width:100%;" src="https://www.youtube.com"></iframe>
<script>

async function importer(christ){const r = await fetch(`https://m.youtube.com/watch?v=${christ}`);
const t = await r.text();
const index1 = t.indexOf("jsUrl")+8;
const sub1 = t.substring(index1);
const index2 = sub1.indexOf('"');
const sub2 = sub1.substring(0,index2);
const base = `https://m.youtube.com${sub2}`;
const r2 = await fetch(base);
const t2 = await r2.text();
const index3 = t2.indexOf('a.split("");');
const sub3 = t2.substring(0,index3);
const index4 = sub3.lastIndexOf("function")-4;
const variable1 = sub3.substring(index4,index4+3);
const variable2 = t2.substring(index3+12,index3+12+2);
const index5 = t2.indexOf("var b=a.split(a");
const sub4 = t2.substring(0,index5);
const index6 = sub4.lastIndexOf("function")-4;
const variable3 = sub4.substring(index6,index6+3);
console.log(variable1,variable2,variable3);
const scr = document.createElement("script");
scr.textContent = t2.replace("})(_yt_player);",`window['var1']=eval(${variable3});window['var2']=eval(${variable1});window['var3']=eval(${variable2});})(_yt_player);`);
document.body.insertBefore(scr,document.querySelector("script"));
const doc = document.implementation.createHTMLDocument();
doc.write(t);
console.log(doc);
const arr = doc.querySelectorAll("script");
const scr2 = Array.from(arr).filter((x)=>{if(x.textContent.match("ytInitialPlayerResponse")!==null){return x}});
const scr3 = document.createElement("script");
scr3.textContent = scr2[1].textContent;
document.body.insertBefore(scr3,document.querySelectorAll("script")[1]);
const adapt = ytInitialPlayerResponse.streamingData.adaptiveFormats;
const arr2 = Array.from(adapt);
arr2.forEach((item,index)=>{
const sign = item.signatureCipher;
const para = new URLSearchParams(sign);
const s = para.get("s");
const nsig = window['var2'](s);
const url = para.get("url");
const url2 = new URL(url);
const n = url2.searchParams.get("n");
const n2 = window['var1'](n);
url2.searchParams.set("n",n2);
url2.searchParams.set("sig",nsig);
const div = document.createElement("div");
div.textContent = url2.href;
div.style.color = "green";
div.style.cursor = "grab";
console.log(url2.href);
div.addEventListener("mousedown",function(event){document.querySelector("iframe").src=event.currentTarget.textContent;event.currentTarget.style.color="blue";});
document.body.insertBefore(div,document.querySelector("script"));
const div2 = document.createElement("div");
div2.innerText = "\n\n";
div.after(div2);
});
};

</script>
</body>
</html>

This is a working infinityfreeapp.com example. Don't forget to open your Devtools console in MsEdge or Google Chrome. This is my own site so there is not subscription, ads, or pop-up.

http://leseditionslyriques.infinityfreeapp.com/Youtuber.html

Well, I have decipherised the signatureCipher in pure Javascript.

To muxing the audio and video streams, I recommend ffmpeg fun tab extension, for example, to do all the work online without desktop application. You can find it here :

https://chromewebstore.google.com/detail/ffmpeg-fun-tab/jknbmdhgmkaegnckekoibhlabacgafab

Or simply use ffmpeg.exe.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this link
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: D'Artagnan222

79202012

Date: 2024-11-19 03:38:08
Score: 3.5
Natty:
Report link

Project Settings => Facets => Use Project settings

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

79202003

Date: 2024-11-19 03:26:06
Score: 1.5
Natty:
Report link

In 2024, the best way to reload an app in an Expo project, is:

import { reloadAppAsync } from "expo";
reloadAppAsync()

You can check the documentation in https://docs.expo.dev/versions/latest/sdk/expo/#reloadappasyncreason

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

79202000

Date: 2024-11-19 03:24:04
Score: 13 🚩
Natty: 5
Report link

I have the same issue, i see your site and the adds are not there now, you know how to solve this problem?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (1.5): how to solve this problem?
  • RegEx Blacklisted phrase (2): know how to solve
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gustavo Kraemer

79201998

Date: 2024-11-19 03:23:04
Score: 1.5
Natty:
Report link

If you are using react-native iOS then font-weight will work fine, but in react-native android you can't use font weight you should use particular font-weight of that font-family.

for example: Roboto: Roboto_thin 100 Roboto_thin 400 Roboto_thin 600 Roboto_thin 700 Roboto_thin 800 Roboto_thin 900

React-Native Example:

<Text style={{ color: '#FFFFFF, fontSize: 20, fontFamily: 'Roboto_thin 700', }}>

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

79201997

Date: 2024-11-19 03:21:04
Score: 2
Natty:
Report link

Solving permissions problems, it's help us to install whithdout sudo:

On the command line, in your home directory, create a directory for global installations: mkdir -p ~/.npm-global/lib

Configure npm to use the new directory path: npm config set prefix '~/.npm-global'

In your preferred text editor, open or create a ~/.profile file and add this line: export PATH=~/.npm-global/bin:$PATH

On the command line, update your system variables: source ~/.profile

To test your new configuration, install a package globally without using sudo: npm install -g jshint

Reasons:
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Helder Gonzaga

79201990

Date: 2024-11-19 03:17:02
Score: 1
Natty:
Report link

So, a module is a file in the beginning, but, after webpack has finished bundling, the resulted files are called chunks and the chunks contain modules, as well as runtime code. Webpack uses this runtime code in order to properly tie together all the resulted chunks so that the application becomes functional.

source: https://andreigatej.dev/blog/webpack-what-is-a-chunk/

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Apoorv Bedmutha

79201989

Date: 2024-11-19 03:17:02
Score: 2
Natty:
Report link

The SSL redirection should be setup on your DNS and Hosting service rather than in Flutter web implementation or any Web implementation for that matter. Please check with your DNS provider and Hosting provider on SSL certificate installation and enabling SSL redirection.

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

79201988

Date: 2024-11-19 03:17:02
Score: 1.5
Natty:
Report link

This is not posted as a separate answer but that's an obvious answer.

There is a CSS repeating-linear-gradient() rule

For example, background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 20px, #eaeaea 21px, #eaeaea 40px);

https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-linear-gradient

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

79201977

Date: 2024-11-19 03:12:01
Score: 9
Natty: 8.5
Report link

can someone please help me where and how to use ${__CSVRead(test.csv,0)} ${__CSVRead(test.csv,next)} in HTTP Request Sampler
for sequential reading data by multiple concurrent threads?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): can someone please help me
  • Low reputation (1):
Posted by: Gagan

79201974

Date: 2024-11-19 03:09:01
Score: 2.5
Natty:
Report link

You should ask questions with more detaul of what you've done or not and what you're trying. We have no context for what you're trying to do. Can't help you with an almost blank question.

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

79201972

Date: 2024-11-19 03:08:00
Score: 3.5
Natty:
Report link

Thank you so much!!! I was becoming crazy with this bug that appeared suddenly. I even have ben formatting my notebook, but even that this bug come back again.

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