79703280

Date: 2025-07-16 10:34:21
Score: 2.5
Natty:
Report link
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: frktheman

79703271

Date: 2025-07-16 10:28:19
Score: 4
Natty: 4
Report link

Such a great job you are doing I am proud

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

79703260

Date: 2025-07-16 10:19:16
Score: 0.5
Natty:
Report link

I moved the redirect to OnParameterSet from OnInitialized. It helped me.

    protected override void OnParametersSet()
    {
        Navigation.NavigateTo("/", forceLoad: true);
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex Soloh

79703249

Date: 2025-07-16 10:09:12
Score: 2
Natty:
Report link

selfless plug: I released https://binrev.vercel.app/ (and its open source, so any change you need - open a PR :)

Hope it helps someone.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: dmon

79703240

Date: 2025-07-16 10:03:10
Score: 2
Natty:
Report link

Accepted answer has some flaws:

---

My answer based onb multi-tenancy logic: Entra ID backend assigns guid and handles potential collisions.

Reasoning: all multi-tenancy service principal onboarding prosesses only take application id as input:

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: jikuja

79703239

Date: 2025-07-16 10:03:10
Score: 0.5
Natty:
Report link

For anyone else still struggling with the accepted answer, if the bottom of the emulator is visible at the top of your screen - try to drag the corner to resize, this popped the window back into view for me

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

79703236

Date: 2025-07-16 10:02:10
Score: 1.5
Natty:
Report link

You can try:

<nav> {
position: static; // Will not move on scroll
top: 2%;
margin-bottom: 10px;
z-index: 1; // so it is displayed over other content when scrolling 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tachaeus

79703223

Date: 2025-07-16 09:46:06
Score: 5.5
Natty:
Report link

Currently I am also facing similar issue with Qwen2.5-3B model where full fine tuning on 5k dataset takes only 38 minutes while inference on 1319 data take 1 hour 24 minutes.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing similar issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saurabh Kumar

79703211

Date: 2025-07-16 09:37:03
Score: 1
Natty:
Report link

There is (supposed to be) a feed generator.

On the general Apple RSS Feeds page https://www.apple.com/ca/rss/ there is link in the top right corner...

enter image description here

... which will take you to http://itunes.apple.com/rss/generator/ and at the moment I'm writing this (2025-07-16) it's unfortunately broken.

enter image description here

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

79703209

Date: 2025-07-16 09:34:02
Score: 0.5
Natty:
Report link

Your build command has a space typo: - t instead of -t. This causes the image to be untagged, so docker run can’t find imageubuntu1.

  1. Rebuild with the right syntax: docker build -t imageubuntu1 .

  2. Run your container: docker run -d container1 imageubuntu1

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

79703206

Date: 2025-07-16 09:32:02
Score: 1
Natty:
Report link

Depending on the Mapstruct version you are using, this solution works:

@Named("valueToString")
String valueToString(value){return value.toString()};
@Mapping(source = "value.toString()", target = "date", qualifiedByName="valueToString")
String map(Foo value);

Voilà!

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Named
  • User mentioned (0): @Mapping
  • Low reputation (0.5):
Posted by: Ems

79703205

Date: 2025-07-16 09:31:01
Score: 0.5
Natty:
Report link

14 y.o. but no real simple answer so.

Real short answer since Java 8 is just (with the real example given in the question):

LocalDate.now().format(DateTimeFormatter.ofPattern("MM/dd/yy"));

At the time of this post it will just display: 07/16/25

You don't need anything else.

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

79703204

Date: 2025-07-16 09:31:01
Score: 2
Natty:
Report link

I used ChatGPT with your image and it was able to decode. Maybe you can use OpenAI api to do the job.
enter image description here

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

79703197

Date: 2025-07-16 09:25:59
Score: 1
Natty:
Report link

You can compare column of BYTE data type like this:

SELECT * FROM byte_users WHERE userId='00003b77'XB;

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

79703195

Date: 2025-07-16 09:23:59
Score: 3.5
Natty:
Report link

Your image has a white border.

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

79703191

Date: 2025-07-16 09:21:58
Score: 5.5
Natty:
Report link

hello i had this same issue today also,some forums are suggesting it is a gateway issue but my data is sharepoint so it should not be related to that?

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

79703181

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

It is simple.

First you have to check if you have .git already:

ls -a

(.git)will show as a repo

then

rm -rf .git
ls .git

(will not show anymore)

then

git clone 

or

git init

to reinitialize

then

ls -a 

(.git will show again)

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

79703176

Date: 2025-07-16 09:08:54
Score: 5.5
Natty:
Report link

Timpan,s storms,inside bot satlte.program.bluhets.order.77FFY5.O98.6651.CB6.P04tecnologey component , of yanotengonada

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

79703171

Date: 2025-07-16 09:05:53
Score: 2.5
Natty:
Report link

This package triggers sequential and continuous API calls, even if the user keeps the app open. To optimize performance and prevent unnecessary API calls, avoid using this package.

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

79703160

Date: 2025-07-16 08:56:50
Score: 6
Natty: 7
Report link

If you are communicating with one service to another microservice and no response comes from 1 microservice,then how do you handle it?

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manish Mahajan

79703155

Date: 2025-07-16 08:50:48
Score: 4.5
Natty: 5
Report link

for version v23.0, you could see this page: https://developers.facebook.com/docs/graph-api/reference/v23.0/insights

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

79703148

Date: 2025-07-16 08:47:47
Score: 0.5
Natty:
Report link

The problem you are facing is caused by mapstruct's mapping method resolution. From the docs(https://mapstruct.org/documentation/stable/reference/html/#mapping-method-resolution):

When mapping a property from one type to another, MapStruct looks for the most specific method which maps the source type into the target type. The method may either be declared on the same mapper interface or on another mapper which is registered via @Mapper#uses()

Because you have declared a String -> String mapping method inside the mapper interface, it is more specific than implicit String -> String mapping(https://mapstruct.org/documentation/stable/reference/html/#implicit-type-conversions).

To fix this, you can encode and map password inside @afterMapping method:

@Mapper(componentModel = MappingConstants.ComponentModel.SPRING)
public abstract class UsuarioRegisterMapper {

    @Mapping(target = "rol", constant = "User")
    @Mapping(target = "id", ignore = true)
    Usuario toEntity(RegisterRequest request, @Context PasswordEncoder passwordEncoder);
    
    @AfterMapping
    protected void after(RegisterRequest request, @MappingTarget Usuario usuario, @Context PasswordEncoder passwordEncoder) {
        usuario.setContrasena(encodePassword(request.getContrasena()));
    }

    private String encodePassword(String rawPassword, PasswordEncoder passwordEncoder) {
        return passwordEncoder.encode(rawPassword);
    }
}

Note that the `encodePassword` method is private in mapper, so the implementation will not use it to map other fields.

You could also implement string encoding outside the mapper, and use qualifiers to apply it.

Also, refrain from using expression attribute in @Mapping, it is considered bad practice.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @afterMapping
  • User mentioned (0): @Mapping
  • Low reputation (1):
Posted by: Jan Borowy

79703137

Date: 2025-07-16 08:41:46
Score: 3.5
Natty:
Report link

Just build the project before archiving

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

79703127

Date: 2025-07-16 08:31:43
Score: 2.5
Natty:
Report link

There was a similar issue on our end, and it turned out that this was a bug on the PuppeteerSharp side

https://github.com/hardkoded/puppeteer-sharp/releases/tag/v20.2.1

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

79703123

Date: 2025-07-16 08:29:43
Score: 0.5
Natty:
Report link

Solution was to update my tsconfig file. I didn't think Metro relied on TS because I thought Metro and TypeScript resolution worked separately, but apparently the TS alias was essential for the Metro build. I think Metro relies on the tsconfig to resolve imports, so without it, Metro didn't understand the alias

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@outputs/*": ["../shared/*"]
    }
  },
  "include": ["src/**/*", "../shared/**/*"]
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mnai

79703118

Date: 2025-07-16 08:26:42
Score: 1
Natty:
Report link

Can you share the versions of React Native & AsyncStorage used and also the implementation of AsyncStorage in your code?

In the meanwhile, maybe try this:

  1. Uninstall app from your iOS simulator / android emulator.
  2. yarn react-native clean --> a --> return
  3. yarn install
  4. yarn start --reset-cache
  5. yarn react-native run-android / yarn react-native run-ios
Reasons:
  • Whitelisted phrase (-2): try this:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you share the
Posted by: cmcodes

79703111

Date: 2025-07-16 08:19:40
Score: 0.5
Natty:
Report link

I had restarted R and R sessions many times at first, still got the same results. But two days later, I re-ran the program, and got very different results. The isoweek() is much faster than strftime() this time, althought still much slower than {clock} package. Don't know what happened. But I'm glad the problem is solved. So I'm using {clock} package for my program.

library(lubridate)
library(dplyr)
library(clock)

system.time({
  sim_data |> 
    mutate(week_base = strftime(dates, format = "%V"))
})
# user  system elapsed 
# 3.00    0.02    3.04

system.time({
  sim_data |> 
    mutate(week = isoweek(dates))
})
# user  system elapsed 
# 0.56    0.03    0.60 

system.time({
  sim_data |> 
    mutate(isoweek = get_week(as_iso_year_week_day(dates)))
})
# user  system elapsed 
# 0.05    0.02    0.09
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JohnYoung

79703104

Date: 2025-07-16 08:12:38
Score: 1.5
Natty:
Report link

In my opinion the reason $bytes ends up empty is that if your attachment file is over about 3-4MB, Microsoft Graph just skips filling in the ContentBytes to avoid making the response too heavy.

Can you try with a smaller file (under 3MB) to see if ContentBytes gets populated?

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: John Park

79703102

Date: 2025-07-16 08:11:38
Score: 0.5
Natty:
Report link

Switch to using the regular @elasticsearch plugin instead of @elasticsearch_data_stream. It handles retries and errors much more reliably.

Here’s how to make it behave correctly with data streams:

<match your.tag.here>
  @type elasticsearch
  host your-es-host
  port 9200
  scheme https
  user elastic
  password changeme

  index_name logs-yourapp           # Your data stream name
  type_name _doc
  write_operation create            # Required for data streams
  id_key log_id                     # Optional: use if your logs have a unique ID
  <buffer>
    @type file
    path /var/log/fluentd/buffer
    flush_interval 5s
    retry_forever true
    chunk_limit_size 1MB
    total_limit_size 100MB
    overflow_action block
  </buffer>
</match>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: David Belhamou

79703096

Date: 2025-07-16 08:00:35
Score: 1.5
Natty:
Report link

Bound field:

   It is Directly used to bound the data

Template Field:

 In this you can customize using item tempalte  and also eval functions
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: avatar

79703094

Date: 2025-07-16 07:58:35
Score: 5
Natty: 5.5
Report link

The solution how to connect is described here: https://blog.consol.de/software-engineering/ibm-mq-jmstoolbox/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Martin

79703087

Date: 2025-07-16 07:54:33
Score: 4.5
Natty:
Report link

implementation found its way into

Đèn Led Paragon Đèn led Philips  Đèn led MPE  Đèn led Duhal

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

79703083

Date: 2025-07-16 07:51:32
Score: 1.5
Natty:
Report link

Problem solved, in my case I wanted to force the focus when initializing my UserControl only it did not go through GotFocus, I understood that it was necessary to set a param to true like here

_inputControl.Focusable = true;
_inputControl.Loaded += (_, __) => _inputControl.Focus();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sharnalk

79703074

Date: 2025-07-16 07:44:30
Score: 1
Natty:
Report link

Use string.match with a pattern anchored to the end of the string ($)

s = "foo> <bar ... <baz.ind>"
print(s:match("<(.*)>$"))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shivam Bhosle

79703072

Date: 2025-07-16 07:42:29
Score: 3
Natty:
Report link

I was reviewing everithing, cleaning cache, node modules, adjusting versions of react , and dont have solution this problem

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

79703070

Date: 2025-07-16 07:40:29
Score: 0.5
Natty:
Report link

My points to the question how to write readable code without comments:

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

79703062

Date: 2025-07-16 07:33:26
Score: 2.5
Natty:
Report link

Using twig only, try this to keep it simple:

{{ 'my first car'|title|replace({' ':''}) }}

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

79703055

Date: 2025-07-16 07:29:25
Score: 3.5
Natty:
Report link

Because you delete the file name xxx.wal ,you need to ensure the file exist

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

79703052

Date: 2025-07-16 07:28:25
Score: 0.5
Natty:
Report link

This variant works with an array literal, so there is no need to assign it to a variable first.

Let's say you have the literal value:

["a", "b", "c", "d", "e"]

Then, to get a random item out of that:

["a", "b", "c", "d", "e"].map(n => [Math.random(), n]).sort()[0][1];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: meedstrom

79703041

Date: 2025-07-16 07:17:22
Score: 1
Natty:
Report link

try writing "_" at start of each variables.

from:

<div className=" bg-gray-100 rounded-lg grid  grid-cols-[repeat(4,minmax(100px,500px))]  ">

to:

<div className=" bg-gray-100 rounded-lg grid  grid-cols-[repeat(_4,minmax(_100px,_500px))]  ">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 재외국민

79703039

Date: 2025-07-16 07:16:21
Score: 6.5
Natty: 4.5
Report link

Any news on that topic? I do have exactly the same problem.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have exactly the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cuprum

79703022

Date: 2025-07-16 06:58:16
Score: 1
Natty:
Report link

As Chris Haas mentioned in his comment, if the shared memory operations aren't going to work for you, you can instead investigate using file mapping operations.

Honestly, I would use a regular file and perform regular reads and writes instead of bothering with file mapping, as Linux is going to be caching in memory any portion of the file that is regularly used. This avoids having to write code especially for file mapping operations.

If you find later that regular file IO is a bottleneck, then switch to file mapping.

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

79703009

Date: 2025-07-16 06:46:13
Score: 1.5
Natty:
Report link

Training a TensorFlow model on sparse data with standard MSE loss can cause it to predict only zeros. To solve this, you need a custom loss function that focuses solely on the non-zero values in the target tensor. This approach prevents the loss from being distorted by the abundant zeros and ensure the model accurately learns from the actual sensor measurements. Please refer this gist, where i have tried implementing a custom loss function.

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

79703005

Date: 2025-07-16 06:42:12
Score: 1
Natty:
Report link

It’s CSS Isolation and the .css file is the result of bundling.

https://learn.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation?view=aspnetcore-9.0

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

79702998

Date: 2025-07-16 06:35:10
Score: 2.5
Natty:
Report link

To create the certificate.pem file for upload, is this the correct order?

-----BEGIN CERTIFICATE-----

(Domain Certificate: github.company.com)

-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----

(Intermediate Certificate: GeoTrust)

-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----

(Root Certificate: DigiCert Global Root G2)

-----END CERTIFICATE-----

Should I ensure there are no blank lines or extra spaces between each certificate block in the file?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: CloudCoderX

79702984

Date: 2025-07-16 06:20:06
Score: 2
Natty:
Report link

that is normal.
When you send the email for the first time there are numerous verifications if you're using a standard email SMTP server.
If you want to improve that behavior i would advise you to use a transationnal email provider.

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

79702980

Date: 2025-07-16 06:18:06
Score: 1
Natty:
Report link

I know is an old question but someone like me may be is stil working on old projects :D

What you are probably missing is the so called "Build Action".

For resources you must specify the need just to be copied as an embedded resource: RightClick on the image already added in your solution explorer, the select add as Embedded Resource

enter image description here

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ivan.rosina

79702979

Date: 2025-07-16 06:18:06
Score: 1
Natty:
Report link

i know this might be too late but i had the same issue and just solved it.

Xcode -> Editor -> Canvas -> uncheck Automatically refresh canvas

clean&build

Reasons:
  • Whitelisted phrase (-1): i had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Nithin Khan SS

79702978

Date: 2025-07-16 06:18:06
Score: 1.5
Natty:
Report link

getting errror,

  error: failed to load include path /Users/sapnarawat/Library/Android/sdk/platforms/android-35/android.jar.

react native version:0.69.8
gradle version:7.1.1.

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

79702975

Date: 2025-07-16 06:16:05
Score: 3.5
Natty:
Report link

we are unable to resolve this problem please guide me

 npx parcel index.html 
Error: The specified module could not be found.
\\?\C:\Users\Lenovo\Desktop\parcel\node_modules\@parcel\source-map\parcel_sourcemap_node\artifacts\index.win32-x64-msvc.node
    at Object..node (node:internal/modules/cjs/loader:1925:18)
    at Module.load (node:internal/modules/cjs/loader:1469:32)
    at Module._load (node:internal/modules/cjs/loader:1286:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Module.require (node:internal/modules/cjs/loader:1491:12)
    at require (node:internal/modules/helpers:135:16)
    at Object.<anonymous> (C:\Users\Lenovo\Desktop\parcel\node_modules\@parcel\source-map\parcel_sourcemap_node\index.js:15:18)
    at Module._compile (node:internal/modules/cjs/loader:1734:14)
    at Object..js (node:internal/modules/cjs/loader:1899:10) {
  code: 'ERR_DLOPEN_FAILED'
}
Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): please guide me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akshay pratap Singh

79702970

Date: 2025-07-16 06:05:03
Score: 1.5
Natty:
Report link

I did find a nice workaround for Postgres and other sql products which follow the sql standard and does not allow EXCLUDE or EXCEPT keywords.
We can simply create a view for our table:-
CREATE VIEW viewname AS
SELECT all, columns, you, want, to, show
FROM your_table;
then simply,
SELECT * FROM viewname;

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

79702963

Date: 2025-07-16 05:59:01
Score: 1
Natty:
Report link

We have a solution of 600+ projects, and the lead doesn*t allow to set project dependencies (because this can increase the recompile time of the single project)

I noticed that Visual Studio 2022 builds the projects in the backward order as they are listed in the solution

E.g., we can make the project to be built earlier placing it to the end of the solution

Probably this would help to someone :-)

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

79702962

Date: 2025-07-16 05:58:01
Score: 5.5
Natty: 5
Report link

Is there a code that will perfectly parse a rpt file and convert to csv, just using python code and libs?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a code that
  • Low reputation (1):
Posted by: Isagi Yoichi

79702957

Date: 2025-07-16 05:52:59
Score: 1
Natty:
Report link

You can try to use CROSS JOIN + WHERE instead.

SELECT * 
FROM table1 t1
    CROSS JOIN table2 t2
WHERE t1.id = t2.id and t1.date >= t2.valid_from_date and t1.date < t2.valid_to_date
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitri Gorodetskiy

79702950

Date: 2025-07-16 05:39:56
Score: 3.5
Natty:
Report link

Leaving a comment to follow. Experiencing same problem.

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

79702949

Date: 2025-07-16 05:38:56
Score: 1
Natty:
Report link

If you refill your tokens (or resetting counters for fixed window, same thing) only at the beginning for each interval, you will get the bursty side effect, allowing at most of 2x of the intended allowed requests.

You can tweak it to refill the tokens evenly like 6 requests/sec in your example. That will reduce the burstiness, however it may become overkill because it can sometimes limit request even it completely satisfies "10/min" target.

To fix this, the algorithm will have to take account of each request's time of arrival. That will effectively make the "granularity" infinitely small. The cost is the additional space usage.

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

79702945

Date: 2025-07-16 05:35:55
Score: 2.5
Natty:
Report link

Delete contents of /tmp, /pentaho-solutions/system/tmp, and restart the server.

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

79702935

Date: 2025-07-16 05:23:52
Score: 1.5
Natty:
Report link

In Windows you can modify "asenv.bat" file like this:

set App_Home=C:\opt\app\config

In Linux you can modify "asenv.conf" file like this:

App_Home=/opt/app/config
export App_Home
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 博雅奥野

79702921

Date: 2025-07-16 04:59:47
Score: 3.5
Natty:
Report link

Use a USB bluetooth dongle via virtualhere and sync to that instead.

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

79702901

Date: 2025-07-16 04:10:37
Score: 3
Natty:
Report link

I have fixed the problem. Android Studio -> Advance Settings -> disable 「Automatically download source for a file upon open」

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

79702897

Date: 2025-07-16 04:07:36
Score: 3.5
Natty:
Report link

Go to File ---> Data Modeler ---> Import ---> Data Dictionary ---> Connect to DB ---> Select a schema
---> Select entities to Draw ---> Generate Design

enter image description here

Navigation for ERD generation in Oracle DB

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

79702891

Date: 2025-07-16 04:00:34
Score: 3
Natty:
Report link

Just click the tiny cog symbol at the top right hand corner of the screen and check "Show row links anyway".

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

79702885

Date: 2025-07-16 03:50:32
Score: 2.5
Natty:
Report link

there is really not many tools on the market. I found this one is helpful for GPT JSONLify. It shows each line as nicely formatted, but keeps the newline structure intact. Also there is a tool for VS , but it's generic one. Not specifically for GPT

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

79702884

Date: 2025-07-16 03:47:31
Score: 2
Natty:
Report link

In my use case I didn't even need a specific user agent, but merely to have one set (in order to use the Reddit API). I couldn't get any of these to work for that, so instead I just moved to RestSharp which seems to have one set by default.

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

79702880

Date: 2025-07-16 03:39:30
Score: 2
Natty:
Report link

Alright, so I don't know if this is the "recommended" way of doing it, but this is the solution I came up with (actual code here):

use windows_registry::Key;

const ENVIRONMENT: &str = "Environment";
const PATH: &str = "Path";
const DELIMITER: char = ';';

/// Appends `path` to the user's `PATH` environment variable.
pub fn add_to_path(path: &str) -> std::io::Result<()> {
    let key = open_user_environment_key()?;

    let mut path_var = key.get_string(PATH).map_err(std::io::Error::other)?;
    if path_var
        .rsplit(DELIMITER) // using `rsplit` because it'll likely be near the end
        .any(|p| p == path)
    {
        // already in path, so no work is needed
        return Ok(());
    }

    if !path_var.ends_with(DELIMITER) {
        path_var.push(DELIMITER);
    }
    path_var.push_str(path);

    write_to_path_variable(&key, path_var)?;
    Ok(())
}

/// Removes all instances of `path` from the user's `PATH` environment variable.
pub fn remove_from_path(path: &str) -> std::io::Result<()> {
    let key = open_user_environment_key()?;

    let path_var = key.get_string(PATH).map_err(std::io::Error::other)?;
    let mut new_path_var = String::with_capacity(path_var.len() - path.len());
    let mut needs_delimiter = false;
    for p in path_var.split(DELIMITER).filter(|p| *p != path) {
        if needs_delimiter {
            new_path_var.push(DELIMITER);
        }
        new_path_var.push_str(p);
        needs_delimiter = true;
    }
    if path_var.len() == new_path_var.len() {
        // nothing to remove, so no work is needed
        return Ok(());
    }

    write_to_path_variable(&key, new_path_var)?;
    Ok(())
}

/// Opens the user's environment registry key in read/write mode.
fn open_user_environment_key() -> std::io::Result<Key> {
    windows_registry::CURRENT_USER
        .options()
        .read()
        .write()
        .open(ENVIRONMENT)
        .map_err(std::io::Error::other)
}

/// Write `value` to the user's `PATH` environment variable.
fn write_to_path_variable(key: &Key, value: String) -> std::io::Result<()> {
    key.set_string(PATH, value).map_err(std::io::Error::other)
}

This seems to work, but I'm open to any suggestions.

Reasons:
  • RegEx Blacklisted phrase (2): any suggestions
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rose

79702866

Date: 2025-07-16 03:16:24
Score: 2
Natty:
Report link

In your first code snippet, you use ShowDialog() which is a blocking call, replace it with Show().

Ref:

https://learn.microsoft.com/en-us/dotnet/api/system.windows.window.show?view=windowsdesktop-9.0

https://learn.microsoft.com/en-us/dotnet/api/system.windows.window.showdialog?view=windowsdesktop-9.0

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

79702865

Date: 2025-07-16 03:03:21
Score: 1.5
Natty:
Report link

For my project (Ionic + Capacitor), it was in android/variables.gradle

minSdkVersion, compileSdkVersion, and targetSdkVersion all easy to edit there.

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

79702858

Date: 2025-07-16 02:53:18
Score: 2.5
Natty:
Report link

Offline usage on SVF2 is not supported. Please consider to use SVF if offline usage is mandatory.

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

79702855

Date: 2025-07-16 02:42:16
Score: 3
Natty:
Report link

I fixed it by adding this line in composer.json

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): I fixed
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dev_CT

79702847

Date: 2025-07-16 02:31:13
Score: 2
Natty:
Report link
Uncaught ReferenceError: process is not defined
    at fsevents.js?v=70a99f63:9:1
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 张旭超

79702838

Date: 2025-07-16 02:13:08
Score: 1
Natty:
Report link
from pydantic import BaseModel, Field
import time
import json

class SeededModel(BaseModel):
    seed: int = Field(default_factory=lambda: int(time.time() * 1000))
    sensible_default: bool = False

class Base(BaseModel):
    settings: SeededModel = SeededModel.construct(sensible_default=False)

config_schema = Base.model_json_schema()
print(json.dumps(config_schema, indent=2))

output:

"settings": {
  "$ref": "#/$defs/SeededModel",
  "default": {
    "sensible_default": false
  }
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jone

79702834

Date: 2025-07-16 02:06:06
Score: 0.5
Natty:
Report link

After so many attempts, I found the culprit, and it was config/puma.rb. The following two configs raise the issue:

workers 2
preload_app!

workers > 0 means Puma is in cluster mode.

preload_app! loads the whole Rails app once, then forks it into 2 workers.

As far as I understand, this version of pg gem is unable to handle this, and that's why it crashes.

Setting worker 0 fixes the issue.

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

79702828

Date: 2025-07-16 01:54:04
Score: 2.5
Natty:
Report link

This kind of problems can usually be caused by permissions.

You can check all lib (jar) files for the required permissions for tomcat.

In a typical linux/unix environment, /usr/share/tomcat<n>/lib check the jar files permission for tomcat

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

79702804

Date: 2025-07-16 00:56:52
Score: 2
Natty:
Report link

rename your key.properties to keystore.properties

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

79702802

Date: 2025-07-16 00:52:51
Score: 2.5
Natty:
Report link

# Retry OCR using English since Spanish language data isn't available in this environment
extracted_text_en = pytesseract.image_to_string(image, lang='eng')

# Display the extracted text
extracted_text_en

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

79702799

Date: 2025-07-16 00:43:49
Score: 1.5
Natty:
Report link

In 2025 I just want to point out that Android studio does ship with keytool. In Windows 11 and 10 (where I tested this) you can find it in this path C:\Program Files\Android\Android Studio\jbr\bin

what you need to do is include this path in your path variables and keytool will work fine.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: themba alex khumalo

79702797

Date: 2025-07-16 00:38:48
Score: 2
Natty:
Report link

Your keybox has been revoked by Google. Your key is now banned. Either for unlocking the bootloader, rooting/not hiding root, even leaking it somehow. You can root phone use modules to spoof it to pass, other than that, you're screwed. Someone could have stolen it and once too many people used it, it was revoked by Google.

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

79702789

Date: 2025-07-16 00:22:44
Score: 1.5
Natty:
Report link

I had large errors in the following until I rounded the 2 number to the precision i was looking for before doing the math.

gfTireSize = (float)(Math.Round((double)fTempTotal, 6) / Math.Round((double)giTireSampleMax, 6));

Hope that helps.

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jim S.

79702776

Date: 2025-07-16 00:00:40
Score: 1.5
Natty:
Report link

Great question! A perfect entry-level Digital Twin project would be creating a twin of your personal workspace or home environment using IoT sensors and a visualization platform. For example:

It’s a great way to learn the entire lifecycle: data collection, modeling, syncing physical and virtual systems, and even basic predictive analytics.

Also, if you’re interested in how people are now using Digital Twins to create AI versions of themselves, I came across this really insightful breakdown:
👉 The Rise of Digital Twins – How People Are Creating AI Versions of Themselves
It gives a broader perspective on how personal and industrial twins are evolving fast.

Hope this helps! Let me know if you'd like links to tutorials or tools to get started.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Penloom

79702753

Date: 2025-07-15 23:30:33
Score: 1
Natty:
Report link

If you want to use this with input element to change label color and label is after the input element you can write this it's work for me

input:not(:focus) ~ label{  
color:yourColor;  
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hosny

79702729

Date: 2025-07-15 22:49:24
Score: 1.5
Natty:
Report link

Forget my errors but I am currently programming with FreePascal and I tested the line:

var myString : String = 'Hello';

and it compiles my project without showing any error.

even:;

var current: string = '1.6';

compiles OK.

May be the problem is something about bad scope.

Best wishes.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: José Antonio López Cano

79702721

Date: 2025-07-15 22:28:20
Score: 2
Natty:
Report link

maintainer of the Sentry KMP SDK here.

This is a known issue and we will offer no-ops for the JS target so you can compile without modifying anything.

I don't have a timeline yet when this will land but we are tracking it here: https://github.com/getsentry/sentry-kotlin-multiplatform/issues/327

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

79702709

Date: 2025-07-15 22:12:16
Score: 2
Natty:
Report link

Things may have changed but I believe this is what works now, I included the transactionline table as well,

SELECT top 2

Transaction.entity,

Customer.id

from transaction

left join transactionline

on transaction.id=transactionline.transaction

left join customer

on transaction.entity = customer.id

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

79702691

Date: 2025-07-15 21:45:10
Score: 1
Natty:
Report link
lint { 
    checkReleaseBuilds = false
    abortOnError = false
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: abhi

79702689

Date: 2025-07-15 21:44:10
Score: 1.5
Natty:
Report link

The issue is that there is a PostgreSQL server running on port 5432, as you can check using pg_lsclusters. You need to identify which server instance you actually want to connect to

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

79702684

Date: 2025-07-15 21:35:08
Score: 1.5
Natty:
Report link

For me, it was the line below in one of my components
after removing it, my app was running smoothly


import { createLogger } from 'vite'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sakshi Jain

79702683

Date: 2025-07-15 21:33:07
Score: 2
Natty:
Report link

When the table does not take the null value but you want to enter the null value in a particular column then you have to run this query..

alter table <table_name> modify column <column_name> <data_type>(value) null;

If you want that the column does not contain the null value but the column is nullable then modify the column by this query

alter table <table_name> modify column <column_name> <data_type>(value)not null;

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When the
  • Low reputation (1):
Posted by: Saqlain Ansari

79702677

Date: 2025-07-15 21:26:06
Score: 1.5
Natty:
Report link

edit nuxt.config.ts file
Change preset from 'node' to 'vercel'

export default defineNuxtConfig({
  
  nitro: {
    preset: 'vercel'
  }
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mostfa Boudj

79702674

Date: 2025-07-15 21:20:04
Score: 0.5
Natty:
Report link

In theory, the old code could run indefinitely. In practice, interrupts and speculative execution make the details extremely unpredictable.

When an interrupt happens, the CPU stops what it is doing and runs OS code. Potentially a lot of OS code. That could force the CPU to evict cache lines.

With speculative execution, the CPU will try to predict the results of branch instructions. This includes trying to predict branch addresses generated through complicated calculations or loaded from function pointers. Modern CPUs are constantly doing instruction fetches from effectively random addresses, which can also evict cache lines.

So maybe the old code will run forever. Or maybe it will eventually be replaced by the new code. The CPU's microarchitecture will play a huge role in what exactly happens, but CPU manufacturers don't like publishing details of their microarchitectures. Tons of stuff related to the OS and how it handles interrupts matters a lot too. It would probably be easier to list the components that can't have an impact on this, and that is pretty much just code on disk that isn't resident in memory and can't be speculatively executed at random by the branch predictor.

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

79702672

Date: 2025-07-15 21:19:04
Score: 0.5
Natty:
Report link

In cmd/batch (as requested by YoungForest in the Dilshod K's answer) you would do this with icacls.

icacls.exe "ETW loggiing.MyTestSource.etwManifest.dll" /grant "NT Service\EventLog":(RX)

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

79702664

Date: 2025-07-15 21:08:02
Score: 1.5
Natty:
Report link

Found my gremlin.

I had three hasOne associations that when I appended the “_key” in the table column, table and the form, all started working.
Example: Changed “tax_cod” to “tax_cod_key”

No idea why this logic worked in v4.5.8 and not in v5.2.5. Naming conventions???

      $this->hasOne('TaxCod', [
            'className' => 'DataGroupDetails'
         ])
         ->setForeignKey('secondary_key')
         ->setBindingKey('tax_cod')
         ->setProperty('tax_cod')
         ->setConditions(['TaxCod.data_group_id' => 7])
         ->setDependent(false);

To

      $this->hasOne('TaxCod', [
            'className' => 'DataGroupDetails'
         ])
         ->setForeignKey('secondary_key')
         ->setBindingKey('tax_cod_key')
         ->setProperty('tax_cod')
         ->setConditions(['TaxCod.data_group_id' => 7])
         ->setDependent(false);

Different association that worked from the start

      $this->hasOne('CompanyType', [
            'className' => 'DataGroupDetails'
         ])
         ->setForeignKey('secondary_id')
         ->setBindingKey('company_type_id')
         ->setProperty('company_type')
         ->setConditions(['CompanyType.data_group_id' => 1])
         ->setDependent(false);
Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: smoeckel

79702661

Date: 2025-07-15 21:05:01
Score: 3
Natty:
Report link

fixed for me with explicitly setting a NEXTAUTH_URL environment variable, by doing that we are forcing the authentication library to use the correct public URL

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

79702632

Date: 2025-07-15 20:38:55
Score: 2
Natty:
Report link

Here is the answer for the pattern: https://stackoverflow.com/a/52541503/9749861

Regarding negative value, since latest partition offsets and latest consumer commit offsets are obtained from broker in two different APIs, they don't apply to the exactly same time instance. Also I suspect the broker may have some kind of delay/caching between the actual partition offset and the offset returned to queries.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: B.Z.

79702630

Date: 2025-07-15 20:37:54
Score: 3
Natty:
Report link

Looping through stdout using `with_items` does the trick. Thank you for the the solution!

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

79702629

Date: 2025-07-15 20:36:54
Score: 3.5
Natty:
Report link

This patch helped me in my case https://github.com/software-mansion/react-native-reanimated/issues/7493#issuecomment-3056943474 . It should be fixed in 3.19

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Piotr Badura

79702627

Date: 2025-07-15 20:35:54
Score: 1.5
Natty:
Report link

Xarray's new SeasonResampler can do this:

import xarray as xr
from xarray.groupers import SeasonResampler

ds = xr.tutorial.open_dataset('air_temperature')
ds.resample(time=SeasonResampler(["ONDJ"])).mean()
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dcherian

79702621

Date: 2025-07-15 20:31:52
Score: 2
Natty:
Report link

So basically this issue seems to be the size of the intellisense of the IDE which I configured in the vmoptions cofig file.
Use
-Didea.max.intellisense.filesize=5000
it incerased the limit to 5 MB and solves the problem.
Thanks for the suggestion and pointing it out at the first place.

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

79702598

Date: 2025-07-15 20:09:48
Score: 2.5
Natty:
Report link

Use #| viewerHeight: 600 instead of your original #| viewer-height: 600

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

79702586

Date: 2025-07-15 19:48:43
Score: 2.5
Natty:
Report link

drive.file scope is fine even with folders as long as you select the folder along with the token you access all files inside that folder and sub folder . but in the client you cant access folder contents so yes its intentional

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

79702583

Date: 2025-07-15 19:48:43
Score: 1
Natty:
Report link

There is a difference between the two methods which no one here has yet mentioned: the return value. removeChild() returns a reference to the element that's removed, whereas remove() returns undefined.

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