79778685

Date: 2025-09-30 03:58:10
Score: 1
Natty:
Report link

It is possibly iOS 26 SDK _UIPassthroughScrollInteraction Crash Bug

This is a confirmed crash occurring in iOS 26 (iOS 18) with the error message: "The view should already be in the window before adding a _UIPassthroughScrollInteraction".

The crash appears to be likely an iOS 26 bug on Apple's side, as developers report never experiencing this crash before during 6+ months of daily testing.

You may can try to Use Manual Binding for Navigation Path, for solving this problem.

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

79778682

Date: 2025-09-30 03:52:09
Score: 2
Natty:
Report link
  1. remove the original dapr_placement container

  2. use the command below to create new container of dapr_placement
    docker run --name dapr_placement -p 6050:50005 -p 58080:8080 -p 59090:9090 --restart=no --runtime=runc -d docker.io/daprio/dapr:1.16.0 ./placement --metadata-enabled

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

79778681

Date: 2025-09-30 03:52:09
Score: 2
Natty:
Report link

maybe you can try this

@JdbcTypeCode(SqlTypes.LONG32VARCHAR)

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user31598839

79778678

Date: 2025-09-30 03:44:07
Score: 2
Natty:
Report link

Found the issue.

I've used kafka api less than 0.11.0.0.

The headers was introduced to kafka api in 0.11.0.0.

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

79778675

Date: 2025-09-30 03:37:05
Score: 1.5
Natty:
Report link

On the Hugging Face website you need to fill out a legal form to access certain models. You will be accepting the terms that are outlined.

You can find the form just below "You need to share contact information with Meta to access this model" on the model page (https://huggingface.co/meta-llama/Llama-2-7b-chat-hf), then click the button "Expand and review access", read the terms and fill out the form followed by a press of the submit button.

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

79778671

Date: 2025-09-30 03:27:03
Score: 1
Natty:
Report link

I didnt get good results with A GrabCut and just a Rectangle (i.e.: A method that can be fully automated). Whith some scribbles drawings the results improved a lot, but this cant be automated.

Generally its nearly impossible without AI to get a good segmentation or feature extraction when the background is in color and spatial distance partly very close to the color(s) of the object(s) of interest. If you want to fully automate the extraction of the bills, always use, if possible, the same background, probably a dark background would help, as long as the bills are of light colors.

With the ChainCode and some pre- and post- processing I get a result, that you may, or may not, think to be sufficient:

Result pic

What I did was to:

1.) Resample down the image by a factor of 4 for better performance

2.) Blurred it with a large Kernel plus medium edge detection value (afaik named bilateral blurring)

3.) Used cardinal splines for ColorCurves, set lower colors lower, higher colors higher and the tension to 1.0f

4.) Applied the ChainCode in GrayscaleMode with a high threshold of 240

5.) Resampled the current result up again (factor 4)

6.) Used this result as AlphaMask for the original image.

Intermediate pics

Regards,

Thorsten

Reasons:
  • Blacklisted phrase (1): Regards
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Thorsten Gudera

79778664

Date: 2025-09-30 02:59:57
Score: 3
Natty:
Report link

I have found a jointplot to be somewhat informative in these types of distributions. Moreover, you might partition each iteration then look at the whole. I suspect a dynamic boxplot formula for outliers is not the best choice for your upper and lower bounds. Can you get any info from the manufactured? If you can't, perhaps there are other formula to consider. Such max jump, spikes and drops in addition to hard boundaries.

Here's an approach to partitioning iterations:

###--->>>establish a partition variable

variable={}

###--->>>BEGIN LOOP

###--->>>calculate theTest's boxplot outliers

q1,q3=np.percentil(thePopulation,[25,75])

iqr=q3-q1

l,u=float(q1-(iqr1.5)),float(q3+(iqr*1.5))

###--->>> calculate the mean, std

mean,std=thePopulation.mean(),thePopulation.std()

###--->>>create a key for theTest

variable[theTest]={}

###--->>>put any useful information into the variable

variable[theTest][mean],variable[theTest][std]=mean,std

variable[theTest][lower], variable[theTest][upper], variable[theTest][min], variable[theTest][max], variable[theTest][thePopulation] = lower, upper, thePopulation.min(), thePoopulation.max(), thePopulation

AFTER ALL ITERATIONS: iterate through the variable, plot the values to examine them, run statistical tests, and so forth. If nothing else, that will give you a lot of information.

Reasons:
  • Blacklisted phrase (2): Poop
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Lee

79778659

Date: 2025-09-30 02:51:54
Score: 1.5
Natty:
Report link

This works! Tested in python 3.11


match a, b, c:
    case "ABC", 2, 3:
        print("match all")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sean Qu

79778657

Date: 2025-09-30 02:45:53
Score: 2
Natty:
Report link

Please read the official documentation from Microsoft to associate Github related items

https://devblogs.microsoft.com/visualstudio/reference-github-issues-and-pull-requests-in-visual-studio/

In general, not depending especially from Github, to link items just use hastag (#) follow with the identifier of the item.

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

79778654

Date: 2025-09-30 02:37:52
Score: 1
Natty:
Report link

This is a very interesting topic. Since mean pooling increases the lossy nature of inversion, I think a better approach would be to use a multi-agent model. The structure could look like this:

Agent 1: Take individual tokens and convert them into letters.

Agent 2: Compare those tokens with the mean-pooled vectors and rearrange them.

Agent 3: Assemble the rearranged letters into properly formatted data.

Agent 4: Paraphrase the reconstructed information to improve readability and semantic fidelity.

Agent 5: Provide the final output.

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

79778646

Date: 2025-09-30 02:14:46
Score: 0.5
Natty:
Report link

It seems that all I had to do was following Mate's suggestion but make the edit in the env file, not env.example. (I had used the search feature in VSCode to find all instances of SESSION_DRIVER but the only one of the three hits that set the value of SESSION_DRIVER was in env.example; env didn't show up in the search result at all! I don't know what that is but as soon as I saw env and changed SESSION_DRIVER there, I was able to bring up the Laravel 12 default page.

I'm really annoyed that the course creator didn't preclude this problem by having students edit the env file before they tried to launch the app.

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

79778643

Date: 2025-09-30 02:05:44
Score: 2
Natty:
Report link

If you are using Docker, and if your host and Docker are in two different archs - try below. Mine got fixed by specifying archs to supports in yarn
https://github.com/swc-project/swc/issues/2898#issuecomment-1180845472

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

79778642

Date: 2025-09-30 02:04:44
Score: 2.5
Natty:
Report link

Ok, so I love how as soon as I post a question - I figure out the answer.

That commented out line makes all the difference in the world.

Uncommented it, and the app has stayed connected for 3 hours...

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

79778634

Date: 2025-09-30 01:28:36
Score: 2.5
Natty:
Report link

See the snap attached. This is the exact setting you need to do. I was also struggling for the same for long time and resolved by this setting. Do right click on the terminal and select "Context Menu" > "Change Terminal Settings" same as the below snap and ready to go:

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

79778629

Date: 2025-09-30 01:16:34
Score: 0.5
Natty:
Report link

The exclude-too-few-public-methods setting is a regex of parent class names. Can your Meta class extend something else? Maybe you could have a BaseMeta class that all the Meta classes extend and specify BaseMeta in your exclude setting. You should also be able to put that setting in a .pylintrc file so you don’t need to pass it in the command line

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Ted Elliott

79778608

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

[{"code":"import %s;","color":"#FFE30000","name":"customImport","typeName":"","palette":"31","type":" ","spec":"import %s.inputOnly","spec2":""},{"code":"%s.performClick(); ","color":"#FFE30000","name":"Click","typeName":"","palette":"31","type":" ","spec":"click %m.view","spec2":""},{"code":"%1$s.setText(Build.BRAND);","color":"#FFE30000","name":"Set text 17","typeName":"","palette":"31","type":" ","spec":"set %m.textview as build Brand","spec2":""},{"code":"%1$s.setText(Build.BOARD);","color":"#FFE30000","name":"Set text 15","typeName":"","palette":"31","type":" ","spec":"set %m.textview as build Board ","spec2":""},{"code":"BatteryManager bm \u003d (BatteryManager)getSystemService(BATTERY_SERVICE);\r\nint batLevel \u003d bm.getIntProperty(BatteryManager.BATTERY_PROPERTY_CAPACITY);\r\n%1$s.setText(Integer.toString(batLevel));","color":"#FFE30000","name":"hany pro","typeName":"","palette":"31","type":" ","spec":"battery level%m.textview ","spec2":""},{"code":"%1$s.setText(\"build_type}\u003d\u003d\u003e \".concat(Build.TYPE.concat(\"\\n\".concat(\"build_tags}\u003d\u003d\u003e \".concat(Build.TAGS.concat(\"\\n\".concat(\"build_user}\u003d\u003d\u003e \".concat(Build.USER.concat(\"\\n\".concat(\"build_unknown}\u003d\u003d\u003e \".concat(Build.UNKNOWN.concat(\"\\n\".concat(\"build_id}\u003d\u003d\u003e \".concat(Build.ID.concat(\"\\n\".concat(\"build_product}\u003d\u003d\u003e \".concat(Build.PRODUCT.concat(\"\\n\".concat(\"build_display}\u003d\u003d\u003e \".concat(Build.DISPLAY.concat(\"\\n\".concat(\"\".concat(\"\".concat(\"\".concat(\"build_CPU ABI}\u003d\u003d\u003e \".concat(Build.CPU_ABI.concat(\"\\n\".concat(\"build_host}\u003d\u003d\u003e \".concat(Build.HOST.concat(\"\\n\".concat(\"bui

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: كاوا فريق

79778602

Date: 2025-09-29 23:38:13
Score: 1.5
Natty:
Report link

For anyone updating to Riverpod ^3.0.0,
Riverpod has moved StateProvider, StateNotifierProvider, and ChangeNotifierProvider to legacy state and soon be deprecating them in favor of newer Notifier API https://riverpod.dev/docs/3.0_migration#stateprovider-statenotifierprovider-and-changenotifierprovider-are-moved-to-a-new-import

Now, it is encouraged to use StateNotifier and StateNotifierProvider

https://riverpod.dev/docs/migration/from_state_notifier#new-syntax-comparison

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

79778600

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

tqdm has a rich decorator. It's in alpha, but it works well for basic use-cases.

Replace from tqdm import tqdm with from tqdm.rich import tqdm

from tqdm.rich import tqdm
from time import sleep

for i in tqdm(range(0, 100), desc="Processing..."):
    sleep(0.1)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Erico9001

79778596

Date: 2025-09-29 23:19:09
Score: 2
Natty:
Report link

The team is aware of this issue, there are several open PRs.

This git issue shows a temporary fix. The team has also suggested there will be a fix this week.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Please Help Me

79778588

Date: 2025-09-29 23:04:05
Score: 1
Natty:
Report link

In this context, if you want to fill in the missing values using Euclidean distance, one can compute distances row-wise and impute from the nearest neighor(s).

What is considered as a simple way is with sklearn's KNNImputer:

import pandas as pd

from sklearn.import KNNImputer

df=pd.read_csv

imputer=KNNImputer(n_neighbors=3, metric=''euclidean'')

df_imputed = pd.DataFrame(imputer.fit_transform(df), columns-df.columns)

By this, it uses Eucliden distance to find the nearest rows and fill missing values. this is much better than coding distance calculations manually.

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

79778582

Date: 2025-09-29 22:52:03
Score: 2.5
Natty:
Report link

I've encountered this and similar questions (Separate palettes for facets in ggplot facet_grid and Changing colour schemes between facets) while trying to find a solution for a very similar task. However, their solutions didn't quite work in my case. I ended up finding a solution using {ggh4x}.

You can use ggh4x's functions `scale_*_multi()` to set different colour/fill scales for each facet -- including gradients -- by setting each facet as its own named 'aes'.

I am sharing a very general answer, I know, but I bet this may be helpful for many others out there...

(PS - I'm not a frequent user of StackOverflow, so please advise me if I need to put this 'answer' as a 'comment' somewhere... sorry for any inconveniences)

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): StackOverflow
  • Whitelisted phrase (-1.5): You can use
  • RegEx Blacklisted phrase (2.5): please advise me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nwd

79778575

Date: 2025-09-29 22:41:00
Score: 3.5
Natty:
Report link

anyone getting this error now ? all of sudden i started getting error again in my local environment

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dyaneshwaran S

79778571

Date: 2025-09-29 22:28:58
Score: 3.5
Natty:
Report link

This page lists all the subresource names (and private DNS zone names) for every resource type https://learn.microsoft.com/en-gb/azure/private-link/private-endpoint-dns

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

79778565

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

Figured it out. Use env to set the variable and invoke the bash shell.

me@my_machine $ ssh adminact@remote_machine -- /bin/env FOO=1 /bin/bash

adminact@remote_machine $ echo $FOO
1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Myles Prather

79778559

Date: 2025-09-29 22:03:52
Score: 1.5
Natty:
Report link

For what it's worth, I’m answering myself: I ended up replacing my `@Component`s with explicitly declared beans in the configuration.

To enforce bean instantiation order, I injected a reference to the resolver bean into the constructor signatures of the beans I wanted to constrain — even if that reference isn’t used. In the code, I named that parameter`unused` to keep Sonar happy.

Incidentally, when the context fails to start (for instance if an invalid configuration cascades its state into the resolver instantiation), none of those beans could now be instantiable.

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

79778546

Date: 2025-09-29 21:32:44
Score: 2
Natty:
Report link

This was originally a comment on the question, but further googling has found some help.

One of my inherited projects has just started having this problem. 17:07:05:756 2025-09-29 17:07:05.712 -0400: WARNING: unknown:0 - SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2) failed: COM error 0x5: Access is denied.

(Double timestamp is due to me building in VS instead of Qt Creator, and VS's console adds its own timestamp. unknown:0 is because I think I don't have Qt debugging fully properly configured. If you can help, I'd appreciate it.)

This answer indicates that it's an ignorable error: https://forum.qt.io/post/738970

"As described in the documentation this error means that the DPI setting is already set at the point of this call."

Given that, I think this error has always been there, obscured by the noise of other errors. Clean-build-liness is next to build-godliness.

Reasons:
  • RegEx Blacklisted phrase (3): you can help
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: studog

79778541

Date: 2025-09-29 21:17:40
Score: 3
Natty:
Report link

By running "npx eas build" instead of just "eas build" did the trick for me.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Rúben Paixão

79778538

Date: 2025-09-29 21:10:38
Score: 3.5
Natty:
Report link

| Código | Nombre de la Cuenta | Clasificación | Monto (Simulado) | Descripción de la Función |

| :---: | :--- | :--- | :---: | :--- |

| **1000** | **ACTIVO** | **Bienes y Derechos** | **$2.845** | Representa lo que la empresa posee. |

| 1101 | Caja y Bancos | Activo Corriente | $1.250 | Dinero disponible para operar. |

| 1105 | Cuentas por Cobrar | Activo Corriente | $380 | Ventas hechas a crédito que esperan cobrar. |

| 1110 | Inventario de Materia Prima | Activo Corriente | $465 | Ingredientes listos para usar. |

| 1111 | Inventario de Producción en Proceso | Activo Corriente | $150 | Dulces que están siendo elaborados. |

| 1115 | Inventario de Productos Terminados | Activo Corriente | $60 | Dulces listos y disponibles para la venta. |

| 1201 | Equipo de Cocina (Activo Fijo) | Activo No Corriente | $540 | Valor de los equipos de larga duración. |

| **2000** | **PASIVO** | **Obligaciones** | **$270** | Representa lo que la empresa debe a terceros. |

| 2101 | Cuentas por Pagar (Proveedores) | Pasivo Corriente | $175 | Pagos pendientes a proveedores. |

| 2105 | Obligaciones Fiscales | Pasivo Corriente | $95 | Impuestos o contribuciones pendientes. |

| **3000** | **PATRIMONIO** | **Aportes y Ganancias** | **$2.030** | Representa el valor neto de la empresa. |

| 3101 | Capital Social (Aportes) | Patrimonio | $500 | Dinero inicial invertido por los socios. |

| 3105 | Utilidad del Período | Patrimonio | $1.530 | Ganancia neta obtenida en el período. |

| **4000** | **INGRESOS** | **Ventas** | **$3.500** | Dinero recibido por la venta de los dulces. |

| 4101 | Ventas de Dulces Artesanales | Ingreso | $3.500 | Total de ingresos por ventas realizadas. |

| **5000** | **COSTOS Y GASTOS** | **Egresos** | **$1.970** | Representa lo que se gasta para generar ingresos. |

| 5101 | Costo de Venta (Costo de Producción) | Costo | $1.425 | Costo directo de los ingredientes utilizados. |

| 5201 | Gastos de Empaque y Etiquetado | Gasto Operacional | $310 | Costo del material de presentación. |

| 5205 | Gastos de Publicidad y Marketing | Gasto Operacional | $150 | Inversión en promoción. |

| 5210 | Gastos de Servicios Básicos de Producción | Gasto Operacional | $85 | Porción de luz, gas, agua utilizados p

ara la elaboración. |

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (2): Código
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dorian Murillo

79778529

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

Unfortunately, the option -fsanitize=thread does not seem to work with apple ARM...:

gfortran -g -fsanitize=thread -fopenmp -ffree-line-length-none sim_nested_fit_tasks_after_stackoverflow.f90 -o nf_aso
Undefined symbols for architecture arm64:
  "___tsan_func_entry", referenced from:
      _busy_work_ in ccnk6bWp.o
...

neither the archer library is available

I however adapted the suggested code. It looks working but I cannot stop it! It goes far beyond n > nmax. I could put DO WHILE (n.le.nmax) but I need a logical for an eventual early stop. But as it is, it does not. More precisely, the toy code looks like:

program sim_nf_omp
  use omp_lib
  
  implicit none
  integer :: n, result
  integer, parameter :: nmax = 4 ! Maximum value for n
  logical, allocatable :: work_units(:)
  logical :: early_exit, is_ready
  real*4 :: rn
  integer :: it, ntries
  integer :: nth
  
  nth = omp_get_max_threads()
  early_exit = .false.
  n=0
  
  allocate(work_units(nth))
  
  
  !$OMP PARALLEL private(is_ready)
  !$OMP SINGLE

  write(*,*) '############# Thread', nth, 'Starting main program ############', n, nmax

  main_loop: DO WHILE (.not. early_exit)
     
   !   write(*,*) '############# Thread', omp_get_thread_num(), 'Starting main loop n = ', n, '############'
     
          
     ! Launch serach for new sampling points ------------------------------------------------------------------------------------------------------------------
     subloop: DO it=1,nth
        
           !$OMP TASK  DEFAULT(NONE) FIRSTPRIVATE(it) PRIVATE(rn) &
           !$OMP& SHARED(n) DEPEND(out:work_units(it))
           write(*,*) 'Thread = ', omp_get_thread_num(), ' starting search it = ', it

           ! Simulation of searching for a new sanpling point
           call random_number(rn)
           call busy_work(int(rn * 15.0)) 

           
           write(*,*) 'Thread = ', omp_get_thread_num(), ' finish searching it = ', it
           
           !$OMP END TASK

     ! Launch routine operations ------------------------------------------------------------------------------------------------
     
        
           !$OMP TASK  DEFAULT(NONE) FIRSTPRIVATE(it) PRIORITY(2) &
           !$OMP& SHARED(n,early_exit) DEPEND(in:work_units(it)) DEPEND(mutexinoutset:is_ready)
           ! ....
           ! Some operations to integrate the new sampling point
           ! ....
            
           n = n + 1
   
           if(n.ge.nmax) then
              write(*,*) 'Exiting early due to n exceeding nmax', n, nmax
              early_exit = .true.
           end if
           
           write(*,*) 'Thread = ', omp_get_thread_num(), 'Integrating new sampling point for n = ', n, 'it = ', it
           call busy_work(1)  ! Simulate some work with a sleep
           !$OMP END TASK
     
     ! End of routine operations ------------------------------------------------------------------------------------------------

     END DO subloop
     ! End of search for new sampling points -----------------------------------------------------------------------------------

  END DO main_loop
  
  !$OMP END SINGLE
  !$OMP END PARALLEL

  deallocate(work_units)
  
end program  sim_nf_omp

subroutine busy_work(n)
  integer, intent(in) :: n
  integer :: i
  real :: x
  x = 0.0
  do i = 1, n*100000000
     x = x + sin(real(i))
  end do
end subroutine busy_work

N.B when export OMP_NUM_THREADS=1, the code still stalls.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: martinit18

79778528

Date: 2025-09-29 21:01:36
Score: 2.5
Natty:
Report link

It's recommended to set all entity relationships like @ManyToOne, @OneToMany. to use lazy loading by default to enhance performance.When you need to load related entities eagerly for particular cases, you can override lazy loading either by using @EntityGraph or JOIN FETCH in your queries. Both approaches help prevent the N+1 query issue. Among these, @EntityGraph is often favored because it keeps fetching strategies separate from the query definitions, making the code cleaner and easier to maintain.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @ManyToOne
  • User mentioned (0): @OneToMany
  • User mentioned (0): @EntityGraph
  • User mentioned (0): @EntityGraph
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shailesh Suresh Patil

79778521

Date: 2025-09-29 20:47:32
Score: 1.5
Natty:
Report link

It ends up that using grid is the answer:

grid::grid.newpage()

vp <- viewport(x=0.5,y=0.5,width = 7,height = 3)
vp_sub <- viewport(x=0.6,y=0.85,width=0.4,height=0.20)

png("my_plot.png", width=6, height=4, units = "in", res=300)
print(pAM, vp=vp)
print(pAK, vp=vp_sub)
dev.off()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: TCD

79778495

Date: 2025-09-29 20:05:21
Score: 0.5
Natty:
Report link

When we call window.location.reload():

useEffect(() => {
  console.log("Effect runs in line 1");

  return () => {
    console.log("Cleanup runs in line 15");
  };
}, []);

const handleReload = () => {
  window.location.reload();
};

When the component first mounts, we'll see 'Effect runs in line 1', now when we click a button that triggers reload, the browser discards the page. So we'll never see 'Cleanup run in line 15', cause React never got a chance to execute it.

Coming to the point answer : No window.location.reload() does not trigger the useEffect cleanup.
The browser reload wipes the page, React is gone, so React can’t run the cleanup.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When we
  • Low reputation (1):
Posted by: Govind Choudhary

79778492

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

VP9 Video Codec is Better Than VP8 Video Codec in terms of Video Quality.

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

79778491

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

Finally found an answer that seems to work. In both the auth.ts and middleware.ts files, the following callback....

callbacks: {
    session({ session, user }) {            
        
        return session
    }
  },

...can be modified to include an explicit pool termination command. (as per the neondatabase/serverless docs)

callbacks: {
    session({ session }) {       
          const client = await pool.connect();
          
          try {
            
            return session

          } catch (e){
            await client.query('ROLLBACK');
            throw e;

          } finally {
            client.release();
            await pool.end();

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

79778480

Date: 2025-09-29 19:33:12
Score: 1.5
Natty:
Report link

Turns out I was using the object/principal ID, not the app/client ID when registering the service connection. Once that was resolved, it worked as expected.

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

79778474

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

I have a quick question regarding the fixed position issue.

In iOS 26.1 beta the problem seems to be resolved for me.

Can anyone confirm if it has also been fixed in version 26.0.1 (released today). I’d prefer not to downgrade just to check.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Andre

79778472

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

ComplexHeatmap::draw has a padding paramater: padding of the plot. Elements correspond to bottom, left, top, right paddings.

library(ComplexHeatmap)
set.seed(1)
m <- matrix(sample(c(0,1), replace=T, size=20*8), nrow=20) |> 
  `colnames<-`(rep("pneumonoultramicroscopicsilicovolcanoconiosis", 8)) |> 
  make_comb_mat()
ComplexHeatmap::draw(UpSet(t(m)), padding = unit(c(30, 2, 2, 2), "mm"))

res


Note: For the next time, please provide a How to make a great r reproducible example

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Probably link only (1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Tim G

79778471

Date: 2025-09-29 19:16:07
Score: 2
Natty:
Report link

IIUC this is off-topic for SO, but take a look at https://www.jetbrains.com/help/pycharm/indexing.html#exclude, although your miles-may-vary and some directories might "leak" into the indexing scope anyway.

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

79778468

Date: 2025-09-29 19:13:06
Score: 1.5
Natty:
Report link

You need to use .postcssrc.json instead of your postcss.config.js

.postcssrc.json**

{
  "plugins": {
    "@tailwindcss/postcss": {}
  }
}

https://angular.dev/guide/tailwind

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

79778455

Date: 2025-09-29 18:58:02
Score: 1
Natty:
Report link

Maybe too late but hope this function works for you:

if (editorState.getCurrentContent()
      .getPlainText()
      .trim() === '') {
    // Clean the text area with simple empty ""
}

Why this works? Because even if the user breaks line with many white spaces and no text has been added, you can easily clean the variable when saving or before continue to the next component.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Irving Kennedy

79778441

Date: 2025-09-29 18:43:58
Score: 2
Natty:
Report link

when you are debbuging, i suggest you to open Debug>Windows>Output

Its going to show you the activities that are running on your app, there you can notice if there is an event that says something like cancelled event.

In my case, i had a service register that persist even when the app was closed, so it made a conflict when i registered again.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): when you are
  • Low reputation (1):
Posted by: Francisco Moreno

79778436

Date: 2025-09-29 18:36:56
Score: 1.5
Natty:
Report link

I suggest using a third-party module like Reown for wallet connectivity.

As you may know, the Solana Wallet Adapter has migrated to the Reown module. In my experience, using Reown eliminates issues with wallet connection, signing messages, and processing transactions.

For reference, here is the official documentation: Reown AppKit Overview

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

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