79778434

Date: 2025-09-29 18:32:55
Score: 1.5
Natty:
Report link

found the answer

function doOptions() {
  // Le simple fait de retourner un TextOutput permet à Google Apps Script 
  // d'ajouter les en-têtes Access-Control nécessaires si le déploiement est réglé sur "Tout le monde".
  return ContentService.createTextOutput('');
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rapport Dexpulsion Rive-Sud R

79778432

Date: 2025-09-29 18:28:54
Score: 0.5
Natty:
Report link
docker volume create -d local -o type=none -o o=bind -o device=/mnt/ssd/pgsql pgsql-data

Or in compose file:

volumes:
  pgsql-data:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: /mnt/ssd/pgsql
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: niziak

79778427

Date: 2025-09-29 18:12:50
Score: 3
Natty:
Report link

As mentioned in the comment above, my specific issue was due to an errant space in the variable names. This was carried over from my actual script into the example script in the question; eliminating the space fixed the issue.

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

79778387

Date: 2025-09-29 17:26:38
Score: 1.5
Natty:
Report link

i looked at the pics and obviously your button is not at the location you try to import it from. this makes me sad. you do not even have the slightest idea of programming and ask a question that every AI could answer. please add a second dot to the import.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: efkah

79778382

Date: 2025-09-29 17:13:34
Score: 1.5
Natty:
Report link

Yes, this is the intended behaviour.

But you can change it in meta tags or simply set a min-width to the body.

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

79778381

Date: 2025-09-29 17:12:34
Score: 1.5
Natty:
Report link

I answered a similar question some time ago in this issue.

Nowadays providers are async factories, which is just a more limited version of factories since factories can already be async. We have plans to remove Providers in v8, so I would suggest to always use factories

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Roberto Pintos López

79778372

Date: 2025-09-29 17:00:30
Score: 1
Natty:
Report link

I found it. Have to add attributes like this :

android:layout_height="wrap_content"
android:elegantTextHeight="true"
android:minHeight="96dp"
android:singleLine="false"

Now every time I add new line in typing on the bottom line it will increase the Multiline Text height and add new line.

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

79778369

Date: 2025-09-29 16:55:29
Score: 1
Natty:
Report link

At the top menu bar, go to View and toggle Show only the active ontology .

Just promoting the answer from the comment section of the question to an actual answer as community wiki

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Guilherme Z. Santos

79778361

Date: 2025-09-29 16:46:25
Score: 9.5 🚩
Natty: 4.5
Report link

did you find answer? Currently I am also facing this error, after 7 years LOL

Reasons:
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (3): did you find answer
  • RegEx Blacklisted phrase (1): I am also facing this error
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find answer
  • Low reputation (1):
Posted by: Abduazim Abduqahhorov

79778358

Date: 2025-09-29 16:43:24
Score: 2.5
Natty:
Report link

Basically anything I want from android I pull it into termux through a copy, usually for apps like android html, I use a file manager like cx file Explorer, -> [TAB] Local -> [DIR Widget] APPS -> | #THIS LANDS YOU IN A 'DOWNLOADED' APPS TAB # | -> [DIR SUB TAB] "ALL" |#ALL APPS INSTALLED ON SYSTEM#| -> SCROLL(..4EVER CUZ ANDROID BLOATWARE..) 'APP OF CHOICE' -> PRESS N HOLD ; COPY ; SAVE IN DOWNLOADS ; NAVIGATE TO ANDROID DOWNLOADS --IN CX EXPLORER STILL ; PRESS N HOLD ; {SHARE} ; {TERMUX} + [popup screen] + {Open In Directory} -> '~/downloads' ... Now it's in termux directory 'storage/downloads' folder (A.K.A '/data/data/com.termux/files/home/storage/downloads') , and you're free to use a plethora of tools to really do anything you want to it however you want to it and run it however you decide. For example ; run 'pkg install Apktool' and you can now fully decompile apks semi-automatically with just few commands and the Apktool program literally does the organizational sorting into folders for you (when decompiling apps/apks there will be a lot of small file Somali folder crap so this is a very nice feature) Then I just refactor any code however I want and ram it into whatever tf I wanted that particular code instant similarity for of to be apart and off it goes, refactored inside a brand new program doing whatever tf it may do --completely independent and free of corporate-conglomerates societal shackles... as much as anything can be these days... A few different ways to do that Alpine Linux, Void Linux, hobble such an ability together in any rootfs just with Cmake and a few other package grabs here and there... A little more complex to compile an apk even more to compile an app that'll pass play store standards but that's just cause you gotta download more heavy duty crap like android sdk (ndk) and kotlin and gradle and all that to stick in there..

Not exactly the answer I know you're looking for, but that's how I access those types of things. COOL COMMAND THO! Immediately opened up my wifi tab in my settings !! (running android 10, so above the official sdk 28 supported devices by termux f-droid && github... nobody gaf abt the fredrik play store massacre of an app) But an easy way to find out more specially is pull BOT config out and run it through all possible android cmd loops , plenty of raw training data on 'cs.android.com', or pull an AI terminal tool in like Gemini-Cli , ShellGpt, (also Ollama, Huggingface, Kaggle, Hackliberty and many more have models specifically designed for cli) and just make that thing run basic configs til you run out of free tokens , get fed up with their stupidity, or find the answer you looking for, all just directing a slightly stupid really unaware fast coding technical super genius digital baby.. .. Cheers, happy coding

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

79778355

Date: 2025-09-29 16:40:24
Score: 1
Natty:
Report link

The RC version release infos of PHP can be found at https://www.php.net/release-candidates.php. To get the data as a JSON string, use the URL https://www.php.net/release-candidates.php?format=json

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Progman

79778352

Date: 2025-09-29 16:36:22
Score: 1
Natty:
Report link

Code Block:

import { Component } from '@angular/core';

@Component({
  selector: 'app-async-demo',
  template: `
    <h1>Counter: {{ counter }}</h1>
    <button (click)="incrementAsync()">Increment Async</button>
  `
})
export class AsyncDemoComponent {
  counter = 0;

  incrementAsync() {
    // Change inside setTimeout
    setTimeout(() => {
      this.counter++; // View may NOT update
      console.log('Counter updated:', this.counter);
    }, 1000);
  }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Lavi Kumar

79778346

Date: 2025-09-29 16:28:20
Score: 1.5
Natty:
Report link

Excelent post, I share my copy.

Unidades de Gobernanza por Operación Común
------------------------------------------
| Operación                             | Unidades Consumidas                      |
|---------------------------------------|------------------------------------------|
| Cargar un registro (record.load)      | 5 unidades                               |
| Guardar un registro (record.save)     | 20 unidades                              |
| Eliminar un registro (record.delete)  | 20 unidades                              |
| Crear un registro (record.create)     | 20 unidades                              |
| Buscar registros (search.run)         | 10 unidades por cada 1,000 registros     |
| Enviar un correo electrónico          | 10 unidades                              |
| Búsqueda rápida (search.lookupFields) | 1 unidad                                 |
| Crear una búsqueda guardada           | 5 unidades                               |
| Realizar una búsqueda paginada        | 10 unidades por página                   |
| Generar un registro dinámico          | 20 unidades                              |
| Invocar una RESTlet/REST API          | 10 unidades                              |
| Enviar un archivo (file.create)       | 10 unidades                              |
| Enviar un log (log.debug, log.audit)  | 1 unidad                                 |
Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gildder

79778344

Date: 2025-09-29 16:27:19
Score: 1.5
Natty:
Report link

I have a situation where I need a field to be used in a calculated one but if the api client/user does not include that field is never selected from the database and for that reason the calculated field is never calculated. I cannot use any HotChocolate attribute in the entity since the project where those Entity (classes) are defined does not have a reference to GraphQL and we want to keep in that way.

In other words, I need to force HotChocolate to always include a property even if the user has not requested and in that way be able to use it from a ExtendObjectType.

I am using Hotchocolate 13.x

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Michel Fornaris

79778341

Date: 2025-09-29 16:22:18
Score: 0.5
Natty:
Report link

The following formula will do what you want:

=IF(G$1<>$F2,IF(INDEX($B$2:$B$6,MATCH($F2,$A$2:$A$6,0))<INDEX($B$2:$B$6,MATCH(G$1,$A$2:$A$6,0)),1,0),"-")

example:

enter image description here

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

79778340

Date: 2025-09-29 16:21:18
Score: 1.5
Natty:
Report link

This usually happens after a VS Code update if the Python interpreter or extensions get reset. Try re-selecting your Python interpreter (Ctrl+Shift+PPython: Select Interpreter) and make sure the Python extension is up to date. A quick reinstall of the extension often fixes the import errors too.

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

79778335

Date: 2025-09-29 16:13:14
Score: 12.5 🚩
Natty: 6.5
Report link

Did you found any solutions for the issue? I'm also stuck on the same error.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1.5): I'm also stuck
  • RegEx Blacklisted phrase (3): Did you found any solution
  • RegEx Blacklisted phrase (2): any solutions for the issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Suman Shrestha

79778313

Date: 2025-09-29 15:42:06
Score: 2.5
Natty:
Report link

Everything is fine...

You don't need to enter the <receiver> section into AndroidManifest. All is done by the attributes on the receiver class.

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

79778311

Date: 2025-09-29 15:41:06
Score: 1
Natty:
Report link

Changing the order of the imports fixes it. Old:

<script src="MyParentElement.js" type="module"></script>
<script src="MyChildElement1.js" type="module"></script>
<script src="MyChildElement2.js" type="module"></script>

New:

<script src="MyChildElement1.js" type="module"></script>
<script src="MyChildElement2.js" type="module"></script>
<script src="MyParentElement.js" type="module"></script>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: luckycoder

79778309

Date: 2025-09-29 15:38:05
Score: 3.5
Natty:
Report link

Try clearing the cached notification channels.

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

79778303

Date: 2025-09-29 15:29:02
Score: 3
Natty:
Report link

You can try to use this tool: this is limited to class diagrams, though: https://github.com/jupe/puml2code

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

79778302

Date: 2025-09-29 15:28:02
Score: 1.5
Natty:
Report link

You should be good to go with disabling data caching completely. Also, query results and sub-query results caching isn't in Trino (only in Starburst products), so no need to turn that off.

You could go one step further and completely disable metadata caching too, if needed, as mentioned in https://www.starburst.io/community/forum/t/avoid-stale-data-in-starburst-delta-queries-cache-tuning-tips/1301.

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

79778300

Date: 2025-09-29 15:28:02
Score: 1.5
Natty:
Report link

-Qunused-arguments This is a clang command-line option but not gcc's (or g++'s).

Seeml like you configured with clang but build with g++?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: emacs drives me nuts

79778294

Date: 2025-09-29 15:23:00
Score: 3.5
Natty:
Report link

The industry's standard term for this phenomenon is "glitch", introduced into the literature in Cooper & Krishnamurthi's 2006 paper on their reactive system, FrTime. They define a glitch as

where a signal is recomputed before all of its subordinate signals are up-to-date

The major review paper Bainomugisha et al, 2012 A Survey on Reactive Programming catalogues 15 reactive systems of which 4 are found to be glitchy. All of the sound libraries feature some form of "pull" based workflow.

The "push vs pull" distinction is mostly valid in that pure push-based reactive systems are likely to glitch. In practice the modern commodity signals algorithms such as preact-signals use a mixed "push + pull" strategy to optimise traversal of the invalidated graph whilst preserving glitch freedom - these strategies are explained by Ryan Carniato and Reactively.

RxJS is a now relatively rare example of an irredeemably glitchy library as explained in this answer - how to avoid glitches in Rx - it's puzzling what use cases it might be aimed at.

There's a standard posting on this subject here: Terminology: What is a "glitch" in Functional Reactive Programming / RX?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bosmon

79778290

Date: 2025-09-29 15:21:00
Score: 1
Natty:
Report link

I created a simple opensource app with local smtp server for testing during development:
https://github.com/alinoaimi/ghostmaildev

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

79778280

Date: 2025-09-29 15:10:56
Score: 6.5
Natty: 8
Report link

Please check this blogpost for the resolution for your requirements

https://blog.nviso.eu/2022/05/18/detecting-preventing-rogue-azure-subscriptions/

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (1): Please check this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bikram Singh

79778276

Date: 2025-09-29 15:09:55
Score: 0.5
Natty:
Report link

Emily had always dreamed of becoming a writer. Growing up in a small town, she didn’t have many opportunities to pursue her passion. Her family was supportive, but they didn’t have a lot of money to send her to a prestigious school. However, Emily didn’t let these challenges stop her. After finishing high school, she moved to the city to attend a local university. There, she studied literature and worked part-time jobs to support herself.

Her first few years in the city were tough. She had to deal with the stress of studying and working, and sometimes she felt like giving up. But Emily was determined. She spent her free time writing stories, submitting them to magazines, and learning from feedback. Slowly, her hard work began to pay off. She got her first short story published in a local magazine. This success encouraged her to keep writing.

After graduation, Emily continued to write, and eventually, her first novel was published. Today, she is a well-known author with several bestselling books. She believes that her success came from never giving up on her dream, no matter how difficult life was. Emily now inspires young writers by sharing her story and encouraging them to keep following their passions, even when things seem impossible.

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

79778275

Date: 2025-09-29 15:08:55
Score: 0.5
Natty:
Report link

You can determine all the corners as a first step. You could, for example, do this by traversing the outline after you first found it or it might just fall off as a byproduct of how you represent your shape in the first place. In your example there would be a corner at x=2to3 and y=2to3 (bottom left corner of the red rectangle). Realistically, you can now probably go on and grow out rectangles from all found corner points, eliminate duplicates and be done with it. This is likely your fastest solution in most circumstances, because the algorithm is quite simple, as long as your total number of points is reasonable.

It might be possible to construct rectangles from your corners and combine them for more optimization. That should only be neccessary, if your number of points is very large or the shape is very complex. Something like constructing all the smallest rectangles formable from your corners (e.g. the small red area). Then you can combine them recursively with each other and incrementally arrive at a set of rectangles ever-increasing in size.

The main takeaway should be: All maximal rectangles must contain at at least one corner at its boundary. So you can reduce your set of possible starting points and make the set of starting points only dependent on the complexity of the shape.

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

79778271

Date: 2025-09-29 15:03:54
Score: 2
Natty:
Report link

It seems Microsoft did not carry the Dundas Chart library to .NET Core. There are a bunch of third-party libraries out there, like FlexChart.

What's great about FlexChart, is that you can just download a sample from GitHub and start working. It will automatically get any nuget packages you need.

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

79778266

Date: 2025-09-29 15:01:53
Score: 0.5
Natty:
Report link

i know this is coming a bit late, but for anyone else visiting this question: i honestly don't think using supabase storage for storing images is the best idea.

here's why - services like supabase storage and amazon s3 are great for storing files like documents, pdfs, videos, audio, backups, or general file storage but they're not really built for handling lots of images, caching them, delivering them via a fast cdn, or performing real-time optimizations if you ever need to.

on the other hand, services like cloudinary are made specifically for images. cloudinary handles resizing, optimization, fast global delivery, and caching automatically. this can save you a lot of headaches as your app grows.

so for small experiments, supabase storage works fine. but if you want something scalable and hassle-free for images, cloudinary is usually the better bet.

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

79778262

Date: 2025-09-29 14:59:52
Score: 3
Natty:
Report link

Just uninstall and reinstall VSCode. Period.

Make sure you install the same (latest?) version you were using.

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

79778260

Date: 2025-09-29 14:57:52
Score: 3.5
Natty:
Report link

Google Chrome portable is using for control your chrome driver version. Your system is updated version but this portal is having particular version only.

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

79778257

Date: 2025-09-29 14:56:51
Score: 3.5
Natty:
Report link

I also have this problem now - and no solution :-/

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

79778254

Date: 2025-09-29 14:54:51
Score: 0.5
Natty:
Report link

For me the problem was I didn't specify mappedBy in annotation:

    @OneToMany(fetch = FetchType.LAZY, mappedBy = "tradePartner", cascade = CascadeType.ALL)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Homayoun Behzadian

79778245

Date: 2025-09-29 14:41:47
Score: 1
Natty:
Report link

some addons on Alex Morozov answer:

forms.DateField(widget=AdminDateWidget(attrs={"type": "date"}))

in that case i got popup to select date - which is more convenient

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

79778240

Date: 2025-09-29 14:37:46
Score: 2.5
Natty:
Report link

Gemini 1.0 (pro) models has retired, that's why you are getting 404. You need to migrate to Gemini 2.0/2.5 and later. See this discussion.

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

79778211

Date: 2025-09-29 14:12:39
Score: 1.5
Natty:
Report link

I found much easier to get the item link from the list itself - getting it from first item

Left(First(MyList).'Link to item',Find("/_layouts",First(MyList).'Link to item')-1)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MP Functional

79778209

Date: 2025-09-29 14:10:39
Score: 0.5
Natty:
Report link

If your browser is set to dark mode but you want sites to always stay light, try this extension: https://chromewebstore.google.com/detail/force-light-mode/mafafghcgiinbpldecfhdchfjemphkid

It overrides the prefers-color-scheme setting so pages load in light mode even when Chrome/system is dark.

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ever CR

79778207

Date: 2025-09-29 14:09:38
Score: 0.5
Natty:
Report link

So, I finally got the AppIcon back but I had to do a lot to make it happen. In summary, I had to basically delete my subscriptions in AppStore Connect, comment out any subscription stuff in my code, verify the app icon had the right specifications, verify that I was using the correct asset catalog, archive to AppStore Connect, recreate my subscriptions, uncomment out the subscription stuff in my code and change to the new subscription group id, and re-archive to AppStore Connect.

This seems to have been some sort of caching issue with AppStore Connect and it was the only way I could trick it to get the icon back on the .manageSubscriptionsSheet. Below is a more detailed description of the steps that I took to fix this. In conclusion, my recommendation would be to verify that your app icon is correctly formatted with the correct specifications/sizes and uploaded to AppStore Connect prior to adding any subscriptions if possible. In addition, once subscriptions are added, I would NOT change the app icon unless it's absolutely necessary.

Note: For my app, I have two subscriptions within one subscription group.

Steps taken:

  1. Make sure the picture being used is a .png with Color Space=RGB, Color Profile= sRGB IEC61966-2.1, Alpha=No. Use all sizes in the asset catalog, not just single size

  2. Once the icons are in the asset catalog (Asset.xcassets), right click on the 1024x1024 to "Show in Finder", and then "Get Info" to make sure it has the above specifications

  3. Verify that the name of the AppIcon that you're using in the asset catalog is the same one on the main app target page Target -> General -> App Icons and Launch Screens. Also verify that Target -> Build Settings -> Asset Catalog Compliler - Options -> Primary App Icon Set Name has the same AppIcon name.

  4. Verify that there are no "ghost" asset catalogs by using terminal, navigating to your project directory, and entering the command:

    find . -name "*.xcassets" -print

    In most cases, there should only be one asset catalog listed (besides the one used for Xcode previews).

  5. Delete or comment out all storeKit code from Xcode (I'm not sure this step is necessary but after many attempts, this step finally seemed to work) AND delete the subscriptions (including the group) from AppStore Connect. Note: I had two subscriptions within one subscription group.

  6. Delete any .storekit files that sync with AppStore.

  7. Test and run in simulator to make sure that the code still works without the subscription stuff.

  8. For your project, under Targets -> General, use a new version and build of your app (new version may have somehow forced an update of the app icon. It can be a small jump like going from version 1.0 to 1.0.1

  9. Clean the build folder, build, save project, exit Xcode, delete derived data, open project again, clear build folder again, build, and archive to AppStore connect. Be sure that the scheme you are using does NOT have a reference to any .storekit file. Edit scheme -> Options -> StoreKit Configuration file -> "none". It should be "none" for Testflight and Release builds

  10. Once the build uploads to AppStore Connect, go to the main Dstribution tab, and under "Build", select the build that you just uploaded and hit the Save button.

  11. Now put back/uncomment all the StoreKit code in your project

  12. Redo your subscriptions in AppStore Connect. Note: you will now have a new subscription group id.

  13. Each subscription within the group should have a status of "Ready to Submit" and localizations should say "Prepare for Submission". If it says metadata missing, you are missing one of the following: localizations (either for the individual subscriptions or for the group), availability or pricing info, or the “Review Information” screenshot/notes. It must not have metadata missing or this will not work.

  14. Edit your code and swap the new subscription group id for the old one.

  15. Generate a new .storekit file that syncs to AppStore.

  16. Edit scheme -> Options and select that Storekit Configuration file (this is so you can test with simulator to verify that everything works before archiving a new build)

  17. Run and test in simulator to make sure that all your storekit stuff is working again.

  18. Now edit scheme again and set Storekit Configuration file to "none"

  19. Now archive and upload again to AppStore Connect

  20. Once the build is there under TestFlight, go back to the main distribution tab (under "Build"), select the build that was just uploaded and hit the Save button. After hitting save, under "In-App Purchases and Subscriptions", select your subscriptions

  21. Delete the old app version from whatever physical device you are using to test and re-download the new version. When you run the app, your subscription will show up as new because of the new group id. When you buy or manage the subscription, you should see the app icon.

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

79778202

Date: 2025-09-29 14:07:37
Score: 0.5
Natty:
Report link

Include Controller is designed to work with external JMX files.

If you want to re-use a part of a test plan (Test Fragment) in multiple locations of your .jmx script - go for Module Controller.

More information: Using JMeter Module Controller

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

79778201

Date: 2025-09-29 14:06:37
Score: 3
Natty:
Report link

I have this problem with directly accessing sogo on the internet, and through a proxy. I keep getting webresources as 404 or 403. There is no documentation to guide for this problem

Reasons:
  • Blacklisted phrase (1): I have this problem
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: gstlouis

79778196

Date: 2025-09-29 13:59:35
Score: 0.5
Natty:
Report link

A.D. 2025

We now have the command

Jupyter: Export Current Python File as Jupyter Notebook

accessible from the command palette or the editor context menu, which works like a charm for files with code cell (#%%) annotations.

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

79778195

Date: 2025-09-29 13:59:35
Score: 1.5
Natty:
Report link

For anybody who comes to this old post via a search: the Internet is full of lists of things to try if an app fails to install. What is missing is the standard troubleshooting approach: what is the reason for the failure?

This is just a one-off anecdote, I don't know how general it is. I was having repeated failure for an update for one particular app from the Play Store. I downloaded the .apk and used the Total Commander file manager to try to install it. It failed, but with a very specific error message. (In my case the update required a permission which clashed with another app; the only thing I could do was notify the app's owner and hope that the clash could be resolved, anything else would be a waste of time.)

While not directly answering the question "what are the common reasons", this, if it works more generally, is a way to find the actual reason for a failure without having to make troublesome random tests doomed to failure.

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

79778191

Date: 2025-09-29 13:57:35
Score: 1
Natty:
Report link

Changed it to gateway = Gateway("http://host.docker.internal:8000") and it worked. But with a different error this time.

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

79778187

Date: 2025-09-29 13:55:34
Score: 0.5
Natty:
Report link

For those who are struggling with threads when testing with ActiveSupport::CurrentAttributes. It may be better to mock the Current call so you don't have to mess around with threads at all.

Current.stubs(:user).returns(user)

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

79778184

Date: 2025-09-29 13:54:33
Score: 1.5
Natty:
Report link

docker build -t sqlfiddle/appservercore:latest appServerCore

docker build -t sqlfiddle/varnish:latest varnish

docker build -t sqlfiddle/appdatabase:latest appDatabase

docker build -t sqlfiddle/hostmonitor:latest hostMonitor

docker build -t sqlfiddle/mysql56host:latest mysql56Host

docker build -t sqlfiddle/postgresql96host:latest postgresql96Host

docker build -t sqlfiddle/postgresql93host:latest postgresql93Host

docker build -t sqlfiddle/mssql2017host:latest mssql2017Host

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

79778183

Date: 2025-09-29 13:51:32
Score: 3
Natty:
Report link

for me I was using wrong language code for Chinese its "zh" instead of "cn"

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

79778176

Date: 2025-09-29 13:44:30
Score: 2
Natty:
Report link

As of September 24, 2025 (a day before your testing), Gemini 1.5 (pro and flash) were retired and became a legacy model. That's why you are getting the 404 error when using the retired models. You should migrate to Gemini 2.0/2.5 Flash and later instead. Please follow the latest Gemini migration guide to migrate.

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

79778166

Date: 2025-09-29 13:36:28
Score: 1.5
Natty:
Report link

late to the party but as i ran into the same i found this in the swiper docs:

https://swiperjs.com/swiper-api#mousewheel-control

answer by @mikrec works perfectly but if inside tag you can also do the following:

<Swiper
modules={[Mousewheel]}
mousewheel={{ forceToAxis: true }}
</Swiper>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mikrec
  • Low reputation (0.5):
Posted by: Diorcula

79778155

Date: 2025-09-29 13:29:25
Score: 3
Natty:
Report link

I run in the same error and the Solution was, that the debug listener was on. After stop the listener all PHP version checkings worked directly

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

79778151

Date: 2025-09-29 13:26:25
Score: 1
Natty:
Report link

you should extend from django.contrib.auth.admin.UserAdmin instead of ModelAdmin That class already defines the proper filter_horizontal, fieldsets, and add_fieldsets

reference : https://docs.djangoproject.com/en/5.2/topics/auth/customizing/#a-full-example

from django.contrib import admin
from django.contrib.auth.admin import UserAdmin as BaseUserAdmin
from .models import User


@admin.register(User)
class UserAdmin(BaseUserAdmin):
    pass    

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

79778150

Date: 2025-09-29 13:25:24
Score: 2.5
Natty:
Report link

Have you considered trying into with only one full outer join? because you're potentially reading each row of each table twice

A small anonymous data sample of your issue could help in verifying this

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

79778144

Date: 2025-09-29 13:21:23
Score: 1
Natty:
Report link

Mark your setup method or helper as not transactional, so it persists data once and survives across test methods:

Here the trick is: don’t put @Transactional on the class. Instead, only annotate test methods that need rollback.

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { ... })
public class DatabaseFilterTest {

    private static boolean setUpIsDone = false;

    @Autowired
    private YourRepository repo;

    @Before
    public void setUp() {
        if (!setUpIsDone) {
            insertTestData(); // persists real data, not rolled back
            setUpIsDone = true;
        }
    }

    @Transactional  // applied only at method level if needed
    @Test
    public void testSomething() {
        ...
    }

    @Rollback(false) // ensures data is committed
    @Test
    public void insertTestData() {
        repo.save(...);
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Transactional
  • Low reputation (1):
Posted by: Lavi Gupta

79778121

Date: 2025-09-29 13:05:19
Score: 1
Natty:
Report link

One additional option is not to specify a fixed height or minimum height for the modal.

i had similar issue, but the senario was the modal was to behave like a sidebar and had text input in this, and when i tried tu use the text input the modal sifted above the screen even thoufh the scroll was working if the there was some content outside the scroll view then that was not visible at all so in this removing the fixed hight of the modla helped me to make this work.

Hope this also helps someone else.

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

79778117

Date: 2025-09-29 13:01:18
Score: 3
Natty:
Report link
^-?(?:[^\,]*,*\,){0}\K(?P<q>[^\,]*)
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Patrick

79778098

Date: 2025-09-29 12:43:14
Score: 1
Natty:
Report link

Nobody says it, but the commented example here shows that we should use tcp:// in the proxy protocol, while cURL accepts http... So this minimal script fixed the error:

$url = 'https://getcomposer.org/versions';
$opts = [
 'http' => [ 'proxy' => 'tcp://proxy.redecorp.br:8080' ]
];
$context = stream_context_create($opts);
echo file_get_contents($url,false,$context);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Peter Krauss

79778097

Date: 2025-09-29 12:37:12
Score: 1
Natty:
Report link

Your executable should be python3 and -m pip should go to the extra_args part with the --user. In your way Ansible tries to execute literally a file called "python3 -m pip" which obviously does not exist.

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

79778096

Date: 2025-09-29 12:36:12
Score: 2
Natty:
Report link

Im my opinion you should just draw random lines following a normal distribution and then check. If I did my calculations right that should have an O(n^-1) complexity.

you are welcome

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Lopez Villanueva

79778094

Date: 2025-09-29 12:34:11
Score: 3.5
Natty:
Report link

It works! Thanks so much!!!

I got it — I thought the event I triggered was the only one, but I realize now that there are multiple events available.

Thanks again!

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

79778090

Date: 2025-09-29 12:27:10
Score: 1
Natty:
Report link

from the documentation here:

auto_unbox: automatically unbox() all atomic vectors of length 1. 
It is usually safer to avoid this and instead use the unbox() 
function to unbox individual elements. 
An exception is that objects of class AsIs (i.e. wrapped in I()) are not
automatically unboxed. This is a way to mark single values as length-1 arrays.

Have you tried wrapping your field with class AsIs ?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: ale

79778088

Date: 2025-09-29 12:24:10
Score: 2
Natty:
Report link

if you trying to learn kubectl and you're pods fall with this issue may be you need create master node, on mac m1 it's work for me that

brew install kind

kind create cluster --name dev

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Максим Кіндратів

79778079

Date: 2025-09-29 12:13:07
Score: 1.5
Natty:
Report link

What worked for me (and seems to be the designed solution) is to havigation to settings->languages & frameworks->template data languages. The select HTML from the Project Menu drop down and select the directory where the templates are stored. In my case, ONLY templates are in this directory. I don't know how it will work with mixed content.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: mike traveller

79778076

Date: 2025-09-29 12:12:07
Score: 1
Natty:
Report link

I had to go to the 3 dots and Edit:

enter image description here

Then I could see the Update app button:

enter image description here

The hate is big in me now.

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

79778061

Date: 2025-09-29 11:50:02
Score: 0.5
Natty:
Report link

Test runner was missing for mine.

<PackageReference Include="xunit.runner.visualstudio" />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Nikhil Girraj

79778057

Date: 2025-09-29 11:40:59
Score: 5
Natty: 4.5
Report link

use the react-native-background-actions
https://www.npmjs.com/package/react-native-background-actions

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Pankaj Kumar

79778056

Date: 2025-09-29 11:39:59
Score: 2.5
Natty:
Report link

xxfssc_dm_staging@PDBEPP> SET TERMOUT OFF

xxfssc_dm_staging@PDBEPP> /

XXFSSC_SUPPLIER_END_DATES_TRG

PK_XXFSSC_SUPPLIER_END_DATES_TRG

XXFSSC_COA_SEGMENT3_REF

......doesn't work

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

79778040

Date: 2025-09-29 11:19:55
Score: 1.5
Natty:
Report link

Just change the /go directory to devicemanager or change your package to go inside your code and your are good to go.

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

79778037

Date: 2025-09-29 11:15:54
Score: 2
Natty:
Report link

I had this problem on a M4 Mac and found that lowering the MTUs on my network connection from 1500 to 1280 did the trick, regardless of IPv6 being enabled. I hope I save someone else some trouble figuring this out! It took me hours.

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

79778030

Date: 2025-09-29 11:07:51
Score: 2.5
Natty:
Report link

oiugbyuw3ed7tutjyhhm cxfdfthtytg nd hdbvexdrtsyjjthddsgr\jhgg.lugsrugtbrswhdckuyr65rscgfdxmu8566urjysyt23y4EJCDSAJLOHGKIJHEGTUDBK,BHFVVCNHBFRVGEHFHWHFDYWF,AM SGBCDGHEGDUEYFfkudxsfkufedfaffhcdfjdytyr7oyghttgrvfHJKGFUGREGYEGREGFEKYURDURRSHSBMJUXCJYTDGVMFEDX MJJCV,SXMNSDXVFSWGFHDHKMFASHMGADXHCMGXSJKBKBKBKBKBKBKBVSJHGFD,WQFDYTRK

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

79778004

Date: 2025-09-29 10:32:45
Score: 1
Natty:
Report link

I ran into problems some time ago since most Linux distributions chose to make /bin a symlink to /usr/bin (and sbin and lib respectively), and you have defined both /bin and /usr/bin in your PATH variable. cmake then generates double definitions, which you can recognize by having a double slash // in the path name.

You can fix your build.ninja file with some simple sed scripting, and you should fix your PATH definition.

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

79778000

Date: 2025-09-29 10:28:44
Score: 1
Natty:
Report link

Menu File -> Repair IDE worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Eugene Babich

79777989

Date: 2025-09-29 10:16:40
Score: 5.5
Natty:
Report link

I ran into the same scroll restoration issue in my Next.js project and spent quite a bit of time figuring out a reliable solution. Since I didn’t find a complete answer elsewhere, I want to share what worked for me. In this post, I’ll first explain the desired behavior, then the problem and why it happens, what I tried that didn’t work, and finally the custom hook I ended up using that solves it.


My setup


How to persist and restore scroll position in Next.js (Page Router) reliably?

Desired behavior

When navigating back and forward between pages in my Next.js app, I want the browser to remember and restore the last scroll position. Example:


The problem

By default, Next.js does not restore scroll positions in a predictable way when using the Page Router.


Important Note: Scroll behavior in Next.js also depends on how you navigate:

Using <Link> from next/link or router.push → Next.js manages the scroll behavior as part of SPA routing. Using a native <a> tag → this triggers a full page reload, so scroll restoration works differently (the browser’s default kicks in).

Make sure you’re consistent with navigation methods, otherwise scroll persistence may behave differently across pages.


Why this happens

The problem is caused by the timing of rendering vs. scrolling.


What I tried (but failed)

  1. experimental.scrollRestoration: true in next.config.js

Works in some cases, but not reliable for long or infinite scroll pages. Sometimes it restores too early → content isn’t rendered yet → wrong position.

  1. Double requestAnimationFrame
requestAnimationFrame(() => {
  requestAnimationFrame(() => {
    window.scrollTo(x, y);
  });
});

Works for simple pages but fails when coming back without scrolling on the new page (lands at bottom).

3.Using setTimeout before scrolling

setTimeout(() => window.scrollTo(x, y), 25);

Fixes some cases, but creates a visible "jump" (page opens at 0,0 then scrolls).


The solution that works reliably in my case

I ended up writing a custom scroll persistence hook. I placed this hook on a higher level in my default page layout so it's triggered once for all the pages in my application.

It saves the scroll position before navigation and restores it only when user navigates back/forth and the page content is tall enough.

import { useRouter } from 'next/router';
import { useEffect } from 'react';

let isPopState = false;

export const useScrollPersistence = () => {
  const router = useRouter();

  useEffect(() => {
    if (!('scrollRestoration' in history)) return;

    history.scrollRestoration = 'manual';

    const getScrollKey = (url: string) => `scroll-position:${url}`;

    const saveScrollPosition = (url: string) => {
      sessionStorage.setItem(
        getScrollKey(url),
        JSON.stringify({ x: window.scrollX, y: window.scrollY }),
      );
    };

    const restoreScrollPosition = (url: string) => {
      const savedPosition = sessionStorage.getItem(getScrollKey(url));

      if (!savedPosition) return;

      const { x, y } = JSON.parse(savedPosition);

      const tryScroll = () => {
        const documentHeight = document.body.scrollHeight;

        // Wait until content is tall enough to scroll
        if (documentHeight >= y + window.innerHeight) {
          window.scrollTo(x, y);
        } else {
          requestAnimationFrame(tryScroll);
        }
      };

      tryScroll();
    };

    const onPopState = () => {
      isPopState = true;
    };

    const onBeforeHistoryChange = () => {
      saveScrollPosition(router.asPath);
    };

    const onRouteChangeComplete = (url: string) => {
      if (!isPopState) return;

      restoreScrollPosition(url);
      isPopState = false;
    };

    window.addEventListener('popstate', onPopState);
    router.events.on('beforeHistoryChange', onBeforeHistoryChange);
    router.events.on('routeChangeComplete', onRouteChangeComplete);

    return () => {
      window.removeEventListener('popstate', onPopState);
      router.events.off('beforeHistoryChange', onBeforeHistoryChange);
      router.events.off('routeChangeComplete', onRouteChangeComplete);
    };
  }, [router]);
};


Final note

I hope this solution helps fellow developers who are facing the same scroll restoration issue in Next.js. It definitely solved a big headache for me. But still I was wondering if anyone found a more “official” or simpler way to do this with Page Router, or is this kind of approach still the best workaround until Next.js adds first-class support?

Reasons:
  • Blacklisted phrase (2): anyone found
  • Blacklisted phrase (2): was wondering
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Recep May

79777987

Date: 2025-09-29 10:15:40
Score: 1
Natty:
Report link

My solution

nvm version: 0.40.3

nvm alias default 22

nvm use default
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Илья Хоришко

79777985

Date: 2025-09-29 10:13:39
Score: 1
Natty:
Report link

Adding the following to my bashrc or doing go env -w works
export GOPROXY=https://proxy.golang.org,direct

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

79777974

Date: 2025-09-29 09:59:36
Score: 3.5
Natty:
Report link

I prefer to use this chrome extenstion for djvu to pdf conversion.

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

79777963

Date: 2025-09-29 09:44:33
Score: 1
Natty:
Report link

For what it's worth, I was able to retrieve the device registry using the web socket api.

Base docs: https://developers.home-assistant.io/docs/api/websocket/

Then send a message with type "config/device_registry/list" (or entity_registry etc.)

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

79777961

Date: 2025-09-29 09:42:32
Score: 3
Natty:
Report link

Problem solved, I just changed the IP Address on my Ethernet 6, from 192.168.1.160 to 192.168.1.162

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

79777959

Date: 2025-09-29 09:34:31
Score: 1.5
Natty:
Report link

Use it as follows to get a completion
1. create global.d.ts at resources/js with the following

import Echo from 'laravel-echo';
import Pusher from 'pusher-js';

declare global {
    interface Window {
        Pusher: Pusher;
        // replace "pusher" with "ably", "reverb" or whatever you're using
        Echo: Echo<"pusher">; 
    }
}

2. access it via window.Echo and you'll get a completion listenter image description here

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

79777954

Date: 2025-09-29 09:31:30
Score: 0.5
Natty:
Report link

From (I think) v2.6.0, torch.accelerator.current_accelerator() allows the device to be identified within a function without it being passed as a parameter.

This release added the torch.accelerator package, which allows easier interaction with accelerators / devices.

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

79777953

Date: 2025-09-29 09:31:30
Score: 2.5
Natty:
Report link

open xcode go to pods and click on every installed pod and check IPHONEOS_DEPLOYMENT_TARGET , and set it to 12.4

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

79777952

Date: 2025-09-29 09:30:30
Score: 0.5
Natty:
Report link

The examples you provided illustrate two different concepts in data manipulation: interpolation in pandas and generating a linear space in numpy, but they serve different purposes and are not equivalent, although they can produce similar results in certain cases.

1. **`numpy.linspace`**: This function is used to generate an array of evenly spaced numbers over a specified interval. In your example, `np.linspace(1, 4, 7)` generates 7 numbers between 1 and 4, inclusive. It does not consider any existing data points within the range; it simply calculates the values needed to create an evenly spaced set of numbers.

2. **`pandas.Series.interpolate`**: This method is used to fill in missing values in a pandas Series using various interpolation techniques. In your example, you start with a Series containing a value at index 0 (1), NaN values at indices 1 through 5, and a value at index 6 (4). When you call `.interpolate()`, pandas fills in the NaN values by estimating the values at those indices based on the values at the surrounding indices. With the default method, 'linear', it performs linear interpolation, which in this case results in the same values as `np.linspace(1, 4, 7)`.

While the results are the same in this specific example, `np.linspace` is not doing interpolation in the sense that it is estimating missing values between known points. Instead, it is creating a new set of evenly spaced values over a specified range. On the other hand, `pandas.Series.interpolate` is estimating missing values within a dataset based on the existing values.

In summary, `np.linspace` is about creating a sequence of numbers, while `pandas.Series.interpolate` is about estimating missing values in a dataset. They can produce the same output in a specific scenario, but they are conceptually quite different.

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

79777951

Date: 2025-09-29 09:30:30
Score: 1.5
Natty:
Report link

if you want to remove liquid class effect from UI in iOS 26 then you can use

UIDesignRequiresCompatibility == YES in info.plist in your project

after using this you get UI same as iOS 18 and earlier version

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Puneet Kumar

79777949

Date: 2025-09-29 09:26:29
Score: 1
Natty:
Report link

First, take note that according documentation Job Templation - Extra Variables

When you pass survey variables, they are passed as extra variables (extra_vars) ...

Then, the question becomes "How to use Ansible extra variables with Python scripts?" and minimmal examples could look like Run Python script with arguments in Ansible.

---
- hosts: localhost
  become: false
  gather_facts: false

  vars:

    survey_input: test

  tasks:

  - name: Create example Python script
    copy:
      dest: survey.py
      content: |
        #!/usr/bin/python

        import sys

        print("arguments:", len(sys.argv))
        print("first argument:", str(sys.argv[1]))

  - name: Run example Python script
    script: survey.py {{ survey_input }}
    register: results

  - name: Show result
    debug:
      msg: "{{ results.stdout }}"

It will result into an output of

TASK [Show result] *****
ok: [localhost] =>
  msg: |-
    arguments: 2
    first argument: test

Further Q&A

Which might be interesting and help in this Use Case

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: U880D

79777948

Date: 2025-09-29 09:25:28
Score: 0.5
Natty:
Report link

I encountered a cache issue, and I found a good solution for it.

The problem happens because when a user visits a site, the browser caches the resources. Even if you update the website, the browser may continue showing the old version instead of fetching the new resources.

If changing resource names is not an option (or not possible), you can fix this by adding a query parameter to the URL. For example:

https://yoursite.com/?version=v1

Since query parameters don’t affect the actual site content, this tricks the browser into thinking it’s a new request, so it bypasses the cache and fetches the updated resources.

You are welcome!!!!!!!!!!!!!!!!!!

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Filler text (0.5): !!!!!!!!!!!!!!!!!!
  • Low reputation (1):
Posted by: Thidas Senavirathna

79777943

Date: 2025-09-29 09:23:28
Score: 0.5
Natty:
Report link

To make a Keras model's variables trainable within a GPflow kernel, simply assign the model as a direct attribute. This works because modern GPflow automatically discovers all variables within tf.Module objects (like Keras models), and eliminate the need for a special wrapper. Please refer this gist for the example implemented approach.

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

79777938

Date: 2025-09-29 09:20:27
Score: 3
Natty:
Report link

Easier way is "FireFox". No need any plugins etc

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

79777935

Date: 2025-09-29 09:18:27
Score: 0.5
Natty:
Report link

The syntax you want to use was only introduced in v4.1, so earlier versions don't include it.

From TailwindCSS v4.1.0 onwards

With this feature, now have the ability to include critically important classes in the compiled CSS using a syntax similar to the safelist property from v3.

# Force update to TailwindCSS v4.1 with CLI plugin
npm install tailwindcss@^4.1 @tailwindcss/cli@^4.1

# Force update to TailwindCSS v4.1 with PostCSS plugin
npm install tailwindcss@^4.1 @tailwindcss/postcss@^4.1

# Force update to TailwindCSS v4.1 with Vite plugin
npm install tailwindcss@^4.1 @tailwindcss/vite@^4.1

Reproduction in Play CDN:

<!-- At least v4.1 is required! -->
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/[email protected]"></script>
<style type="text/tailwindcss">
@source inline("{hover:,}bg-red-{50,{100..900..100},950}");
</style>

<div class="text-3xl bg-red-100 hover:bg-red-900">
  Hello World
</div>

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Blacklisted phrase (1): Is it possible to
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-2):
Posted by: rozsazoltan

79777932

Date: 2025-09-29 09:16:26
Score: 2.5
Natty:
Report link

You may check Integrating Ola Maps in Flutter: A Workaround Guide article for implementing Ola Maps.

// not sure for Uber maps.

If you need other maps, you may check on this package -> map launcher

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

79777926

Date: 2025-09-29 09:07:24
Score: 1
Natty:
Report link

Brazil Copper Millberry Exporters, Exportateurs de cuivre Millberry du Brésil, Exportadores de cobre Millberry do Brasil, 巴西铜米尔贝里出口商, Exportadores de cobre Millberry de Brasil, مصدرو النحاس ميلبيري من البرازيل

#MillberryCopper #CopperExport #BrazilCopper #CuivreDuBrésil #ExportaçãoDeCobre #巴西铜出口 #CobreBrasil #نحاس_البرازيل #GlobalCommodities #NonFerrousMetals #BulkCopperTrade #InternationalCopper #CopperForIndustry #RefinedCopper #CopperWireScrap #CopperCathodes #LatinAmericaExports #CommodityDeals #VerifiedExporters #MillberryGrade #CopperBusiness #WorldwideShipping #SecureTrade #BulkMetals #CopperSuppliers #BrazilianCopper

https://masolagriverde.com/ https://masolagriverde.com/about/ https://masolagriverde.com/shop/ https://masolagriverde.com/agro-commodities/ https://masolagriverde.com/livestock/ https://masolagriverde.com/fertilizers/ https://masolagriverde.com/scrap-metals/

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

79777923

Date: 2025-09-29 09:05:24
Score: 3
Natty:
Report link

This tool can help: https://salamyx.com/converters/po-untranslated-extractor/ Everything happens in the browser interface. You don't need to install or launch any additional utilities.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Иван Тежиков

79777914

Date: 2025-09-29 08:57:22
Score: 1.5
Natty:
Report link

Short answer: The only way is to create widgets similar to the JVM page based on your exported(third-party/OTel) JVM metrics.

Long answer: The JVM metrics page under APM does not show data from third-party agents or instrumentation. When using the NewRelic Java agent, it works as expected, but as soon as we switched to OTel collector, we are unable to see any JVM metrics.

Then, we started exporting JVM metrics through JMX: io.opentelemetry.instrumentation:opentelemetry-jmx-metric

However, the data is now available in the Metric collection in NR, but not still visible on the JVM page. Apparently, the NR Java agent sends some proprietary data that you cannot send :(

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Saud Ali

79777913

Date: 2025-09-29 08:56:22
Score: 3
Natty:
Report link

I guess I found your issue.
Can you go to your index and check if you have added a the text embedding model there as well?
Make sure you add the adda-002 model as others wont work in the playground/free tier, after you added the model, it takes like 5 minutes and then it should not be grayed out anymore
Here I show where you have to add it: enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: sinep anigav lana

79777909

Date: 2025-09-29 08:54:21
Score: 1
Natty:
Report link

Wendel got it almost right, but the pointer stars are wrong.

Here is my tested proposal:

FILE *hold_stderr;
FILE *null_stderr;
hold_stderr = stderr;
null_stderr = fopen("/dev/null", "w");
stderr = null_stderr,

// your stderr suppressed code here

stderr = hold_stderr;
fclose(null_stderr);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tatu Portin

79777904

Date: 2025-09-29 08:52:21
Score: 2
Natty:
Report link

To run the `dpdk-helloworld` app without errors with the mlx5 driver for a Mellanox card, I did this:

Sources:

  1. https://doc.dpdk.org/guides/linux_gsg/enable_func.html#running-without-root-privileges

  2. https://mails.dpdk.org/archives/dev/2022-June/244597.html

  3. Answer https://stackoverflow.com/a/79464137/987623

sudo setcap cap_dac_override,cap_ipc_lock,cap_net_admin,cap_net_raw,cap_sys_admin,cap_sys_rawio+ep dpdk-helloworld
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Fred Schoen

79777902

Date: 2025-09-29 08:50:20
Score: 3
Natty:
Report link

To showcase the security attributes, we've modified the sample source code to evaluate the method triggering the error in order to show it's security attributes:

Type type = new Microsoft.Ink.Recognizers().GetType();

//get the MethodInfo object of the current method 
MethodInfo m = type.GetMethods().FirstOrDefault
    (method => method.Name == "GetDefaultRecognizer"
    && method.GetParameters().Count() == 0); ;
//show if the current method is Critical, Transparent or SafeCritical
Console.WriteLine("Method GetDefaultRecognizer IsSecurityCritical: {0} \n", m.IsSecurityCritical);
Console.WriteLine("Method GetDefaultRecognizer IsSecuritySafeCritical: {0} \n", m.IsSecuritySafeCritical);
Console.WriteLine("Method GetDefaultRecognizer IsSecurityTransparent: {0} \n", m.IsSecurityTransparent);

That code generates this output:

Method GetDefaultRecognizer IsSecurityCritical: False
Method GetDefaultRecognizer IsSecuritySafeCritical: False
Method GetDefaultRecognizer IsSecurityTransparent: True

Because the method in the Microsoft.Ink library is processed as SecurityTransparent, and errors are arising, it needs to be tagged as either SecurityCritical or SecuritySafeCritical.

Is there anything we can do at our code level?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Manuel Castro

79777896

Date: 2025-09-29 08:44:19
Score: 1.5
Natty:
Report link

I want to add another answer to this old question, because I prefer the use of basic tools (available on most systems) and I’d like to clarify why the trivial approach doesn’t work.


Why trivial approach will not work?

cat sample.json |  jq '.Actions[] | select (.properties.age == "3") .properties.other = "no-test"' >sample.json

At first glance this looks fine but it does not work. First of all, problem with overriding file comes from >sample.json not the jq itselft. When you use >sample.json, the shell immediately opens the file for writing before jq starts reading it, which truncates the file to zero length.


How to work around it? Simply use a command that handle output itself (like sed -i wget -O etc. ) not via shell redirections.

cat sample.json |  jq '.Actions[] | select (.properties.age == "3") .properties.other = "no-test"' | dd of=sample.json status=none
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Konrad Ziarko

79777876

Date: 2025-09-29 08:21:13
Score: 0.5
Natty:
Report link

There is a different setting for disabling all AI features apart from "Hide Copilot". As per the official documentation:

You can disable the built-in AI features in VS Code with the [chat.disableAIFeatures setting](vscode://settings/chat.disableAIFeatures) [The link opens the VS Code setting directly.], similar to how you configure other features in VS Code. This disables and hides features like chat or inline suggestions in VS Code and disables the Copilot extensions. You can configure the setting at the workspace or user level.

[...]

If you have previously disabled the built-in AI features, your choice is respected upon updating to a new version of VS Code

"Hide copilot" and the disable-all-AI-features-setting are different settings in different places. This already caused confusion. The decision to make this all opt-out and seem to be deliberate and final as per this Github issue.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: A-Tech

79777874

Date: 2025-09-29 08:20:13
Score: 1
Natty:
Report link

Best I can think of is making a prompt and sending it alongside the columns to an AI: Example

Prompt:

I have a two-column table where the data is mixed up:

The left column should contain Job Titles.

The right column should contain Company Names.
But in many rows, the values are swapped (the job title is in the company column and the company is in the job title column).

Your task:

For each row, decide which value is the Job Title and which is the Company Name.

Output a clean table with two columns:

Column 1 = Job Title

Column 2 = Company Name

If you are uncertain, make your best guess based on common job title words (e.g., “Engineer”, “Manager”, “Developer”, “Director”, “Intern”, “Designer”, “Analyst”, “Officer”, etc.) versus typical company names (ending with “Inc”, “Ltd”, “LLC”, “Technologies”, “Solutions”, etc.).

Keep the table format so I can paste it back into Google Sheets.

Here is the data that needs to be corrected:
COL A:
...
COL B:
...
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Soner Kochan

79777872

Date: 2025-09-29 08:16:12
Score: 1
Natty:
Report link

I think you can use headerShown: false option from the Stack. For example:

import { Stack } from 'expo-router';

export default function Layout() {
  return (
    <Stack>
      <Stack.Screen name="(tabs)" options={{ headerShown: false }} />
    </Stack>
  );
}

You should check out this documentation.
https://docs.expo.dev/router/advanced/stack/#screen-options-and-header-configuration

Hiding tabs:
https://docs.expo.dev/router/advanced/tabs/#hiding-a-tab

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

79777869

Date: 2025-09-29 08:06:10
Score: 1
Natty:
Report link

For Corrected Job Title (Column C):

=IF(REGEXMATCH(A2, "(Engineer|Manager|Developer|Designer|Lead|Intern)"), A2, B2)

For Corrected Company Name (Column D):

=IF(REGEXMATCH(A2, "(Engineer|Manager|Developer|Designer|Lead|Intern)"), B2, A2)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arshad Ariff