79604213

Date: 2025-05-02 22:51:57
Score: 3.5
Natty:
Report link

This is crazy..
I didn't try anything else till now beyond use curl from Google Drive (since it always works over a shared link) and I also read that you can do the same from Dropbox, and as alway from everywhere else.

But should be a way with a, let say, an open source software to accomplish this with Onedrive bs? (Need to be able to use it via command line)

I'm stuck with this because the file must be in my job's Microsoft account shared folder, and I need it for bulk use, not the other way around.

We are in 2025 and I can't believe they still fooling around with this. What I do know that Microsoft is only covering its a##.

It is user responsibility to know if the link is secure or not, as any other crappy download we do everywhere else since internet exist.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kunta Kinke

79604197

Date: 2025-05-02 22:32:53
Score: 3.5
Natty:
Report link

I'm not sure if you have the same issue as I did, but my scripts stopped working after the most recent update. I realised an additional tab which didn't exist was being created and i had to switch the focus to the correct tab using:

driver.switch_to.window(handle)

You can check if you've got focus on the correct tab by printing driver.title and seeing if it has the same title as you expected. If it doesn't then just make sure to switch to the correct window before executing the rest of your code

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: Jake Murphy

79604190

Date: 2025-05-02 22:18:50
Score: 3
Natty:
Report link

The error message indicates that there's a mismatch in the common name (CN) of the SSL certificate. Google cloud manages the SSL certificates so this might be an issue on instance connection name or service account permissions.

You can double check the steps in this documentation regarding connecting to Cloud SQL from Cloud Run. Also, you may find helpful answers in this StackOverflow question about accessing Cloud SQL from Cloud Run.

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (1): StackOverflow
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: yannco

79604189

Date: 2025-05-02 22:16:49
Score: 1.5
Natty:
Report link

It drove me crazy, at last, I have removed the all subscription block and recreated it. Right after that, it appeared!

Be sure that you are in the “Prepare for Submission” phase

enter image description here

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

79604187

Date: 2025-05-02 22:14:49
Score: 2
Natty:
Report link

Have you ever dreamed of achieving extraordinary wealth, recognition, and influence?

If you're ready to step into a life of power and success, the Illuminati is now accepting new applicants. This is a rare chance to align with a global network of leaders, visionaries, and achievers who shape the world’s future.

By joining, you could unlock:

- Financial abundance beyond your imagination

- Global fame and influence

- Access to elite circles of opportunity and power

The path to greatness begins with one decision. If you're prepared to embrace your destiny, reach out via the email below to begin your registration process.

Act now—this opportunity may not remain open for long.

Kindly contact: [email protected]

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

79604181

Date: 2025-05-02 22:08:47
Score: 1
Natty:
Report link
            //# 0.0.0.0 - 9.255.255.255
            builder.addRoute("0.0.0.0", 5)
                    .addRoute("8.0.0.0", 7)

//# 11.0.0.0 - 127.0.0.0
                    .addRoute("11.0.0.0", 8)
                    .addRoute("12.0.0.0", 6)
                    .addRoute("16.0.0.0", 4)
                    .addRoute("32.0.0.0", 3)
                    .addRoute("64.0.0.0", 2)

//# 127.0.0.2 - 172.15.255.255
                    .addRoute("128.0.0.0", 3)
                    .addRoute("172.0.0.0", 12)

//# 172.32.0.0 - 192.167.255.255
                    .addRoute("172.32.0.0", 11)
                    .addRoute("172.64.0.0", 10)
                    .addRoute("172.128.0.0", 9)
                    .addRoute("173.0.0.0", 8)
                    .addRoute("174.0.0.0", 7)
                    .addRoute("176.0.0.0", 4)
                    .addRoute("192.0.0.0", 9)
                    .addRoute("192.128.0.0", 10)

//# 192.169.0.0 - 255.255.255.255
                    .addRoute("192.169.0.0", 16)
                    .addRoute("192.170.0.0", 15)
                    .addRoute("192.172.0.0", 14)
                    .addRoute("192.176.0.0", 12)
                    .addRoute("192.192.0.0", 10)
                    .addRoute("193.0.0.0", 8)
                    .addRoute("194.0.0.0", 7)
                    .addRoute("196.0.0.0", 6)
                    .addRoute("200.0.0.0", 5)
                    .addRoute("208.0.0.0", 4)
                    .addRoute("224.0.0.0", 3);

More elegant. But it doesn't work for me. The VPN still sends local addresses.

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Master

79604179

Date: 2025-05-02 22:07:47
Score: 1.5
Natty:
Report link

I found this problem too. I found the AT+CFUN=1,1 also has reponse. While most AT commands return

CME Error:PACM(CP),UNREGISTED
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 罗皓天

79604162

Date: 2025-05-02 21:52:43
Score: 2
Natty:
Report link

Ended up here because I had the same question. I'm very strongly considering outsourcing this to https://github.com/bennylope/django-organizations.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: mecampbellsoup

79604161

Date: 2025-05-02 21:51:43
Score: 1.5
Natty:
Report link

There now is expo-file-system/next which supports writing anywhere in a file using the FileHandle, setting the Offset, and then calling write().

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

79604159

Date: 2025-05-02 21:51:43
Score: 5
Natty:
Report link

If you are spanish speaker here is an explanation:

¿Por qué ocurre el error?

Ocurre porque:

solución:

import matplotlib
matplotlib.use('Agg')  # <- Usa backend no-interactivo (solo para guardar imágenes)
from matplotlib import pyplot as plt 

Esto cambia el backend a Agg, que es:

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (3): solución
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: FreddicMatters

79604154

Date: 2025-05-02 21:48:42
Score: 0.5
Natty:
Report link

Thank you for your response Naren. I see what you mean by calling overrideSelector twice in the test since we are skipping the first value, which makes sense. I took what you posted and changed it to:

// Arrange
store.overrideSelector(selectBooks, [{ test: 1 }] as any);
store.refreshState();

// Act
component.getSomething();

const mockResult: any = [];
store.overrideSelector(selectBooks, mockResult);
store.refreshState();
flush();

After that it worked/passed great. Thanks again!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: John

79604150

Date: 2025-05-02 21:43:41
Score: 3
Natty:
Report link

nvAPI has disappeared but now doable with nvml.

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

79604148

Date: 2025-05-02 21:38:40
Score: 2.5
Natty:
Report link

After reading this post, I copied the lines within the closure to a separate function and discovered that response.value is where the problem is. Not sure what the answer is, but the bottom line: I guess you can't trust XCode to tell you where your problem is, at least not in closures!

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

79604147

Date: 2025-05-02 21:38:40
Score: 1.5
Natty:
Report link

If you are getting a 401 error that could be caused by insufficient permissions, can you check the permissions assigned to that user (ie. "global" - "superuser")

Sample Python code that I just tested on 4.1.2

https://colab.research.google.com/drive/1vDLnyIY5YeED-EhqIuu7wzWIJ7aPnzPN?usp=sharing

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

79604144

Date: 2025-05-02 21:35:39
Score: 3.5
Natty:
Report link

Fixed! The database cluster has Resource ID in the format cluster-xxxxxxx. You need to specify this in the encryption context. Decryption works now

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

79604142

Date: 2025-05-02 21:35:39
Score: 1
Natty:
Report link

Add this to make it writable:

app.use((req, res, next) => {
      Object.defineProperty(req, 'query', { ...Object.getOwnPropertyDescriptor(req, 'query'), value: req.query, writable: true });
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zecat

79604136

Date: 2025-05-02 21:28:36
Score: 9 🚩
Natty:
Report link

Facing same issue, please help if anyone find solution.

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zubair Shahzad

79604133

Date: 2025-05-02 21:24:35
Score: 2.5
Natty:
Report link

I found this post on Gradle forums that worked for me. I removed the .gradle folder under C:\Users\<username>

https://discuss.gradle.org/t/gradle-is-trying-to-use-a-jdk-that-has-been-uninstalled-from-my-system/43202

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tarun Bhardwaj

79604128

Date: 2025-05-02 21:23:35
Score: 0.5
Natty:
Report link

next.config.js needed the following:

    module.exports = {
    ...
    env: {
        AUTH0_SECRET: process.env.AUTH0_SECRET,
        APP_BASE_URL: process.env.APP_BASE_URL,
        AUTH0_DOMAIN: process.env.AUTH0_DOMAIN,
        AUTH0_CLIENT_SECRET: process.env.AUTH0_CLIENT_SECRET,
        AUTH0_CLIENT_ID: process.env.AUTH0_CLIENT_ID,
        NEXT_PUBLIC_COGNITO_IDENTITY_POOL_ID:
            process.env.NEXT_PUBLIC_COGNITO_IDENTITY_POOL_ID,
    },
};
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Thomas

79604125

Date: 2025-05-02 21:18:34
Score: 3
Natty:
Report link

You can only navigate to from feature file to step definition implementation using pycharm enterprise/professional edition

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

79604123

Date: 2025-05-02 21:17:34
Score: 2
Natty:
Report link

if you want mel:

float $start = 0.0;

float $end = 100.0;

timeControl -e -beginScrub $start -endScrub $end $gPlayBackSlider;

from there you can capture your own start and end values in w/e way you wanna do it.
$gPlayBackSlider is the global string variable for maya's default timeSlider.

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

79604112

Date: 2025-05-02 21:09:31
Score: 1
Natty:
Report link

It is generally hard to understand how a custom cuntrol would behave without any inside of what this control is, however it should be fairly obvious that your control takes input on itself and blocks this input to be passed towards the item within collection view, just like any item with background would do.

The usual solution would be to make control input transparent (like InputTransparent="True"), but depending on the implementation of your custom control this could be not enough.

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

79604106

Date: 2025-05-02 21:03:30
Score: 5
Natty: 5.5
Report link

what does this say? ԡ‡‚ ≻敫⵹摩㨢∠挱㝢㘷搸㐭㠰ⵡ㐴㜹戭㕣ⵦ散慢昵㌲ㄳ㈳Ⱒ∠楦敬猭慨㨢∠挹㈶㠵ㄵㄷ㈷㈷づ㠸挲づ㤴㍣㡦㕢捣㌱㤸改晢㠶搶〹〲ㄴ愰㙤㤲散㘴㡥㌶索ஂ 븑纋◦嗝轇䟝옆첨꟞酷滊旜驸שׁ 䓷畱渴죇ର䎠騘筧裧弅䵗ģཕ麴ႇ튝⽴ꕅ巬ꡔ뮢㕸羟捞 ﮥ㷖㋀됲Ꚏ㞂涸等㷤关沒ꄎﺜ懜ꯦ哾朡嫢춨ₛ⥆ㅱ㛩ᏽꘪꭔ퍄䦕┲گ쭌뛐蔶溶⷟⌚漹ӓ瘯綢땿椉圹ꎷﺥ썶╒셂䞝 鯝佀禣溽㶀骣辑굇㫛럜᫈蘙楖糽㧀ϙ딣ꪳ녿Ꞽ⃉ය⬴ટ蹸㋄븹骫虡ꂁ曛睊ἐ㎈뢲㪄놬想ᴺ螞눛併䏉봳 戾쎯㬾㾋븙ṹ뻓⠖䯪胇ᴮ ָ꾅텅ၞ⥍Pꚑ闧ᵦ華ٜ鉧焴菈膓坾ﭹঞ๙珽宐蔘籰旑ԓ铗芖㿏̟孬顶榊鉇뙶๳ᬄ໻ᩊ䆆迤싞诟钹뇬 灼ᶫ삾⣘⽧往站沲꿴췽꘩ឨᶏ皽䫧໯뜖ඥ걜쑫ǘ힫ຆ䐧轾醆佸ᾯ쑥⯁Ꮕ宏〸ꣿ흣뼧Տ妢㤭䗡쮫㗱ꑳ쯲ഽஞ豵鶯䙼㉠ﱮ吼ꇶŽ碵ႆ뜏곌뫟䓪뤢폝쮥砻걤৑럂뗌窻傿ﭓㅢ蠼츹掺ᤞﴥ㍃ҁᘩ綐驔鞗艻뷑㼨읪곺碯큜悔ꁄȿ﹊電矬굼탪楶鵑ዄ℅㾓춴檭䩊ꨜ挾褴兹␷쉸쏕泠᧶も絯馘퍪ᔩ蓚ⷡ窹桕᱑埚ᾟꏡ猲믑漦⿌䣈舅福䤻︙伕䌅풃蓳濴냬䖛锌ᩗ蜅r䝅￑툅㙫ݙ᧞詚灧鐄∼尔↤ᐢṒ๲슱䦤 咜ᤘ┲蝐Ԇꢉ〄丆阽옕 裪毺澾ݖ횘ꡢ褐么̬涆逘ꕰ阎눀ᯈퟛ級籸彵紀悔푷⯁쌃ꋆ職ꟕ柌ᮁࣺ媅य⟣鹙擝˯ᇺ낥៱䎇˼ㆠ̭쥗 霓⮙⤴ᣥ됣䳝≕␲톴阗㊅皠璁Ῠ⇟秀᮪料 眩멾㨣鹠ទ䟇ꌸ袟鳳뚀㚙崙碌ꜞ窹⿔嶉⿩홮덼촷耇똵䈃ᬋגּ 㽌܊䛝ꃼ뭟ﱀ㡫‰蘢➫ﱥ雔枺剕䶔掛ឤ潢뢶鉏龾损瘆뛇エ鬕껗綏ঢ틹醑ꍃ⊫㉧㦃觱潭㑷隰優搴凍祉೓욄ίꇢ זּ軔厫ᏽⷆཡ୰冡ᮈ끟슫䶕?㴔툴슣궧쵆Һ䬹琚賥 ꣬䤕‍蚢ቔ눛훑⦜%㖨省埦ꈵ㛹磨梆鋵謜ꭄ膀僒袳°蚭᱾盛瞱绨ᙍ驷兇庤吮腏력麕ꌐ쎲❼浉啅㹵䣏뱋ꅒ晲㇖撽ऑ剺柒뗃곂奸㘠 镌수㼪ʉ泶坍퀾鎦ﴘ蝃ꉹ⽳ 쇃罵誁欜벥ᚾ瀸╆ꐕ憓巣븞춼ᰆ魜帎뎣⊆ᧀ梙㭒㯷ꅴ㷺蛼䡧ꬾ᛹馳㐉뇡섚㸫᳉黓轔汷ᖸ狊䱳ᕲ⿝饀嘌餘 퍂냘ᝆ䢪﫫 䋧鯙誉頢֏辁ƿ࠺涕輹ꃽ攂ⵥﱫඞ藯襪봣냴בּ逕鶏㌄≷뗻ㄦ窉᭻ᬇ橌ﻰ穻꺤トசꤌ慧ᙒ갆 䌳ᖭ輚龆핍升辁릻㦖殞酿ɞ䂗掅ⶨ᪋苼繁㛹䞽エ홄킱玭錣爂嗀ᅱ厃팋蠇혂縦騨९鰿祼猲䣒밴Ịᘵ笆⿹⇝됡뷇⥎ꑧ䗫♛굏좞塗蟵冬툣薃㦭赯鱘ﮢ씧ૣᕞ㿯⣣蔽鬲ѽ긍⭪䡈낊荲꬈㷨귔汉唝ܴ﹑홒鈉ä춮없芩₼峼䪒ᨹᗕ᪵뭴뙶룯鵎瀌䍍錂蘻퉾⳰ꆿ㚵夓痤⫖㿩棝땱ሃ믇Ⱈ鐠髭뀺堍迡݉蕇毘爤䑹ો䙉⸢⥉⇻勋৽鍸呡蟎藣蘫벬榿Ꮮᬘ坹違巼榋뒄ꚍښ␷ﰃ䗰蔆횷 趫䁥ꐗ彰귢벝䈢㢊⤨驲䞪㭼芭᧭乒䧻豗᭠ނ䗂헰ꛫඛﯣ馘鈁潃 ꪹ嵮ࣄ㤇飻珌풍䘙뇉鱅짼峐ⅇ惵ᝇἎ揄 ꛵⭎洦픴Τ섇羫쫗礳餳憪핏ζ쁥襫댧ᅍ 篋쒃껋뜀毽幻㈻鞪싳ᶊ䉈⋯픞춤닀߄㒟ꥪﳖ䳬 㯋㶧⑖᧷䑘抲꫃締쫕⫢⌔ 顑鮴뮣缏➁洆泐ᕱ츝ض⼠挽췸輘폣锜墤脑传㝏䜂됌቗퉇Ⓥ 탣舞㙵 徵⾛ཪᗐ⨖ೋ놻汴窙⨷奧ୂ언㳶춙紖샞䝒侀莖Ꚋ篾䃽媒駎곋蔃♻↙᥍뺲쐭눳㕡Ͽ祇툫ᔢ䁹摍ꀫ牢Ꞓ툺䫗ֶ߀呤攧碣ﰱ쎩 祆 䣫㜆쨷狖䱋魥䎴⏧룥ꃸ캤㑫頎躻눃⇘ᘗ쩣䘺㿌⻎髑酷ᴅ쩀紀撡戂蠍䥩䈪唙ዐ➫⺅ᑂ⧢曢↡✼媢얇鱛紦㽏ᡅ⻿䦏Е밅Ũᴪ䌔㳴⠽紮骍豍ꂷ꾙椇䀞䥻ᓛ㼽䕳ꏵ汈㮿ꂭ菞ᗵඬ駧遗谄贛扁쬲撛ठ⎇ ゚눆㶜㏌ワᡨ傃 ꚗ껂毁뷶 ͥ聢뎈╈ꗈ顋띖塰●ݿ뫉ᎎ䬏풉뎭蚙瀾皀ꮼ뉲⁚咍ﲴⓧᏲ㑞큆焝ᔼֆ㩨䘆㩧ைꔍ舕圣梽䭒浟樑恑Ỻ쒑ዽ庄 쥁첞ᰥ耸㯵Ꟈ䄮 䇬 竜쩧ΰꬅ㖶됙 ꦰ驁Ᵹ➠ꇑ꧈┐╠쌒ꋨ泻ꯥ┝රྭ〝㖋泥ԼЭޅÊ帄砋憵怿醠摵枧폵ᅦ흐遈둮嚀箈齾偖抢즃쇀䊙퍹▇鉇଍ᬚ審벱쭻꧱퇭ď䴇н堀桮ߏ쳤⧗䫴⟘왟怴䎻拍锬꽜Ḟ휮┪዆⇳䧧宕犻핽嶢堳낟羽삟鳾 㻉窮鄯祔 㱽殯䤣猓㽽啩Ꝋ샡郷㳱᥹粉佷㦅꥕Ꮝ鞰 ᫲벱렀ꅃ킹볂訍抇쉐ꑮ␦楔ꔈ膀㯃ⱀ좷㊏瘝⸴劍訩森⼏鿽葕苫Ɗ鈱㜀흉忧剻摦즞

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what do
  • No latin characters (3):
  • Low reputation (1):
Posted by: Loretta Rodger

79604099

Date: 2025-05-02 20:57:28
Score: 1
Natty:
Report link

I am using a singleton with dependency injection to get the default settings I want everywhere:

services.AddSingleton(new JsonSerializerOptions()
{
    PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
    PropertyNameCaseInsensitive = true,
    DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull
});

And then it is available anywhere like so:

public class MyClass(JsonSerializerOptions jsonOpts)

Not sure if this is the best solution - hopefully I never have to change this, as that would warrant a potentially massive regression test.

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

79604098

Date: 2025-05-02 20:57:28
Score: 0.5
Natty:
Report link

There is no WordPress action hook that runs before the database connection is made. But you can execute custom code by:

Placing it early in wp-config.php, before the require_once wp-settings.php; line.

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

79604085

Date: 2025-05-02 20:42:25
Score: 1.5
Natty:
Report link

To clarify the "reflection" solution of @AlexeyRomanov, Scala (version 3.6.x) expects an instance as the first argument of the invoke method, as follows:

// assumes func has exactly one apply method, modify to taste
val instance = func.getClass.newInstance
val method = instance.getClass.getMethods.filter(_.getName == "apply").head
method.invoke(instance, arr: _*)
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @AlexeyRomanov
  • Low reputation (1):
Posted by: TL K

79604083

Date: 2025-05-02 20:39:24
Score: 4
Natty:
Report link

Trust the 4 steps in this pictorial explanation would help someone

enter image description here

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

79604079

Date: 2025-05-02 20:37:24
Score: 1.5
Natty:
Report link

After talking with the support team at Mongo we finally figured out what was happening.

My application needs to generate search indexes dynamically at run-time. This turned out to be an issue when multiple search indexes were trying to be generated at the same time, because Mongo throttles requests to the mongot service.

Making sure only one index was being generated at a time fixed my issue.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jean-Samuel Girard

79604072

Date: 2025-05-02 20:29:22
Score: 0.5
Natty:
Report link

The way to do this is now

CompositionLocalProvider(LocalMinimumInteractiveComponentSize provides Dp.Unspecified) {
    SmallBox()
}

You can also provide a different minimum size.

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

79604070

Date: 2025-05-02 20:27:21
Score: 0.5
Natty:
Report link

I am writing the answer to reply to @ThomasLedan.

As mentioned I had to override the index.html:

// Originally from https://github.com/swagger-api/swagger-ui/issues/3876#issuecomment-650697211, refactored slightly
const AdvancedFilterPlugin = function (system) {
    return {
        fn: {
            opsFilter: function (taggedOps, phrase) {
                phrase = phrase.toLowerCase();
                var normalTaggedOps = JSON.parse(JSON.stringify(taggedOps));

                for (const [tagObj, value] of Object.entries(normalTaggedOps)) {
                    const operations = value.operations;
                    let i = operations.length;

                    while (i--) {
                        const operation = operations[i].operation;
                        const parameters = (operation.parameters || []).map(param => JSON.stringify(param)).join('').toLowerCase();
                        const responses = (operation.responses || {}).toString().toLowerCase();
                        const requestBody = (operation.requestBody || {}).toString().toLowerCase();

                        if (
                            operations[i].path.toLowerCase().includes(phrase) ||
                            (operation.summary && operation.summary.toLowerCase().includes(phrase)) ||
                            (operation.description && operation.description.toLowerCase().includes(phrase)) ||
                            parameters.includes(phrase) ||
                            responses.includes(phrase) ||
                            requestBody.includes(phrase)
                        ) {
                            // Do nothing
                        } else {
                            operations.splice(i, 1);
                        }
                    }

                    if (operations.length === 0) {
                        delete normalTaggedOps[tagObj];
                    } else {
                        normalTaggedOps[tagObj].operations = operations;
                    }
                }

                return system.Im.fromJS(normalTaggedOps);
            }
        }
    };
};

...
app.UseSwaggerUI(c =>
{
    ...
    // custom filter as the default from EnableFilter() only filters on tags and is case sensitive
    c.EnableFilter();
    c.InjectJavascript("/js/custom-swagger-ui-filter.js");
    var assembly = GetType().Assembly;
    c.IndexStream = () => assembly.GetManifestResourceStream($"{assembly.GetName().Name}.Swagger.index.html");
});

SwaggerUI-filters-demo

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @ThomasLedan
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PhoenixAshes

79604062

Date: 2025-05-02 20:17:16
Score: 2
Natty:
Report link

I understand that this is old and OP probably doesn't need it anymore, but for anyone else searching and coming across this post:

For blob trigger, you'd need "Storage Account Contributor" on whatever storage account you are running your queue service on.

https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv5&pivots=programming-language-csharp#grant-permission-to-the-identity

The reason for this is that when it is initializing, it called properties on the storage account. That call requires storage account contributor:

https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-service-properties?tabs=microsoft-entra-id#authorization

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

79604055

Date: 2025-05-02 20:12:15
Score: 1
Natty:
Report link

ClickOnce allows two "Install Modes": available online only, available offline as well.

With offline mode, the ActivationUri is not available. Instead, you can access:

AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData

Launch the offline app by referencing the shortcut from a command line in this form:

"%userprofile%\Desktop\My App Name.appref-ms" arg1,arg2,arg3

Further explanation can be found:

https://robindotnet.wordpress.com/2010/03/21/how-to-pass-arguments-to-an-offline-clickonce-application/

https://developingfor.net/2010/06/23/processing-command-line-arguments-in-an-offline-clickonce-application/

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

79604052

Date: 2025-05-02 20:08:14
Score: 1.5
Natty:
Report link

To prevent vertical expansion, change these:

align-items: flex-start;
align-content: flex-start;

This makes the items align at the top and keeps their natural height.

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

79604050

Date: 2025-05-02 20:08:14
Score: 2
Natty:
Report link

Since MQTT v5 was released the year after this question was posted, I'd suggest putitng the sensor ID in the User Properties map of each message. That seems a better place for it as an identifier vs. the topic or the payload. Yes, it will increase the message size, but no more (not much more?) than having it in the topic or payload.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aaron

79604044

Date: 2025-05-02 20:00:11
Score: 1.5
Natty:
Report link

To reduce the size of thump use "RoundedSliderThumpShape"

solution resource = https://api.flutter.dev/flutter/material/SliderThemeData/rangeThumbShape.html


SliderTheme(
  data: SliderTheme.of(context).copyWith(
    thumbShape: RoundSliderThumbShape(enabledThumbRadius: 4),
    // to increase or reduce size use
    rangeThumbShape: RoundRangeSliderThumbShape(enabledThumbRadius: 8)
  ),
  child: RangeSlider(
    values: RangeValues(0, 20),
    min: 0,
    max: 100,
    onChanged: (v) {},
  ),
)
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahsan-mw

79604043

Date: 2025-05-02 19:58:10
Score: 6 🚩
Natty: 6.5
Report link

How can i change HttpClient Implementation in .csproj? @Anand

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Anand
  • Single line (0.5):
  • Starts with a question (0.5): How can i
  • Low reputation (1):
Posted by: Wesley Ferrera

79604036

Date: 2025-05-02 19:53:08
Score: 1
Natty:
Report link

Found it. Apparently there is a lookup function. This works perfectly in my templates:

{{- range .Values.onepass.items }}
{{- if not (lookup "onepassword.com/v1" "OnePasswordItem" .Release.Namespace .name ) -}}
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
  name: {{ .name }}
  annotations:
    operator.1password.io/auto-restart: {{ .autorestart | default true | quote }}
spec:
  itemPath: {{ .path}}
---
{{- end }}
{{- end }}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tyler Reid

79604021

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

Opentofu wants another provider before the dynamic provider. So changing the code to

provider "aws" {
  alias = "by_region"
  region = each.value
  for_each = toset(var.region_list)

}

provider "aws" {
  region = "us-east-1"
}

variable "region_list" {
  type    = list(string)
  default = ["us-east-1", "us-east-2", "us-west-1", "us-west-2"]
}

will fix the error

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

79604016

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

inclui este parâmetro que esta na documentação e funcionou:

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

79604011

Date: 2025-05-02 19:35:04
Score: 2.5
Natty:
Report link

<p style="text-align: left;">Este texto está alineado a la izquierda.</p>

<p style="text-align: center;">Este texto está centrado.</p>

<p style="text-align: right;">Este texto está alineado a la derecha.</p>

<p style="text-align: justify;">

Este texto está justificado, lo que significa que se alinea uniformemente en ambos márgenes, mejorando la presentación en textos largos.

</p>

Reasons:
  • Blacklisted phrase (1): está
  • No code block (0.5):
  • Low reputation (1):
Posted by: English For everyone

79603998

Date: 2025-05-02 19:17:00
Score: 0.5
Natty:
Report link

When using Flask-Smorest, you can disable the automatic documentation of default error responses across all endpoints using this configuration pattern example:

def setup_api(app: Flask, version: str = "v1"):
    # init API
    _api = Api(
        spec_kwargs={
            "title": f"{app.config['API_TITLE']} {version}",
            "version": f"{version}.0",
            "openapi_version": app.config["OPENAPI_VERSION"],
        },
        config_prefix=version.upper(),
    )
    _api.DEFAULT_ERROR_RESPONSE_NAME = None # Key parameter to disable default errors
    _api.init_app(app)
    # register blueprints
    register_blueprints(_api, version)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: David Puerta

79603994

Date: 2025-05-02 19:11:58
Score: 4
Natty: 4
Report link

Try out Modernblocks, i think you might like it!! https://moblstudio.vercel.app/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: john john i bored

79603985

Date: 2025-05-02 19:01:55
Score: 2
Natty:
Report link

I think I found what I want. I need to do the following:

import asyncio

async def long_task():
    try:
        async with asyncio.timeout(5):
            print("Long task started")
            await asyncio.sleep(10)  # Simulate a long operation
            return "Long task completed"
    except asyncio.TimeoutError:
        # Do something when you reached timout
    except asyncio.CancelledError:
        print("Long task cancelled")
        raise
 
async def main():
    background_task = asyncio.create_task(long_task())

    # Do useful work

asyncio.run(main())
Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Garry

79603983

Date: 2025-05-02 18:59:54
Score: 2.5
Natty:
Report link

I'm having a similar issue with connecting to my supabase project using the IOS simulator.

I wonder if it is because Apple ATS sees a URL that ends in "supabase.co" and doesn't like it.

If I update my infoPlist like this, it works. I don't know if this is a good long term solution though.

"ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.xxxxxxx.expoapp",
      "infoPlist": {
        "ITSAppUsesNonExemptEncryption": false,
        "NSAppTransportSecurity": {
          "NSAllowsArbitraryLoads": true,
          "NSExceptionDomains": {
            "supabase.co": {
              "NSExceptionAllowsInsecureHTTPLoads": true,
              "NSIncludesSubdomains": true
            }
          }
        }
      }
    },
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm having a similar issue
  • Low reputation (1):
Posted by: Brendan Lentz

79603981

Date: 2025-05-02 18:59:54
Score: 1
Natty:
Report link

It is recommended to use AuthOptions instead of NextAuthOptions for better clarity and consistency. You can import it directly using:

import { AuthOptions } from 'next-auth';

This helps align your code with the latest conventions in the NextAuth.js documentation.

export const authConfig: AuthOptions = {}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NekoMoew

79603973

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

I believe you can set the specific warning codes

https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022

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

79603968

Date: 2025-05-02 18:51:52
Score: 3
Natty:
Report link

Below the settings/Code and automation/Actions you can select which action will be allow.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: L. Kvri

79603967

Date: 2025-05-02 18:49:51
Score: 0.5
Natty:
Report link

Your template does not match the actual S3 layout. Omit the `<col_name>=` and it should work. Also, if the projection is enabled Athena will not consider manually added partitions.

'storage.location.template'='s3://mybucket/productA/${Model}/${Year}/${Month}/${Date}/'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aleksandr Krymskiy

79603964

Date: 2025-05-02 18:47:50
Score: 6 🚩
Natty:
Report link

I’m having the same issue right now. It auto updated to sdk 53 last night and haven’t been able to figure out how to fix it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Casey

79603955

Date: 2025-05-02 18:43:48
Score: 6 🚩
Natty:
Report link

I am getting same issue when I tried to upgrade from 52 to 53.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Seji John

79603932

Date: 2025-05-02 18:26:41
Score: 3
Natty:
Report link

You're using the wrong addressing mode. In all likelihood you want to use Indirect Indexed. It can also be a monitor issue.

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

79603919

Date: 2025-05-02 18:19:40
Score: 1
Natty:
Report link

According to the Microsoft Documentation at: https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.querystring.add?view=aspnetcore-9.0

Request.Querystring.Add returns a QueryString, not Void. However, Request.QueryString.Add does not mutate the Request Query String, therefore, you need to do something like this:

Request.QueryString = Request.QueryString.Add("returnUrl", url.ToString());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karl Williams

79603913

Date: 2025-05-02 18:12:38
Score: 2
Natty:
Report link

git config --global --add safe.directory *

Use above command to surpass the security check.

The only difference is that i have not used Apostrophe for directory.

==============================================

git config --global --add safe.directory '*'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): ==============================================
  • Low reputation (1):
Posted by: Parth Vaghela

79603891

Date: 2025-05-02 18:01:35
Score: 2
Natty:
Report link

So I was having this problem in Visual Studio 2022. In my case, the problem appears to have been that the stored procs were originally created without a schema, so CREATE PROCEDURE [proc_SomeProc]instead of CREATE PROCEDURE [dbo].[proc_SomeProc] Once I added the schema in both the Visual Studio project and the proc on SQL server no difference was reported.

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

79603886

Date: 2025-05-02 17:58:34
Score: 5.5
Natty: 5.5
Report link

That helps, but I have a question - How do I filter all "Microsoft Applications" in Graph API

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1.5): I have a question
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Megha Bachani

79603880

Date: 2025-05-02 17:53:33
Score: 3
Natty:
Report link

Use aria-haspopup="true" and aria-expanded="false" attributes on dropdown triggers (not fully functional without JS but useful for screen readers).

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

79603872

Date: 2025-05-02 17:48:31
Score: 2
Natty:
Report link

I know this is old but this may help others experiencing the same issue:

QueryString.Add does not mutate the request so you must do something like the following:

context.Request.QueryString = context.Request.QueryString.Add("name", "value");

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

79603866

Date: 2025-05-02 17:41:29
Score: 2.5
Natty:
Report link

None of that worked for me. It only worked after following these steps:

https://marketplace.visualstudio.com/items/?itemName=bradlc.vscode-tailwindcss

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Cleverson Sacramento

79603865

Date: 2025-05-02 17:41:29
Score: 2.5
Natty:
Report link

When your pull request is merged, the original repo creates a new merge commit, which doesn't exist in your fork. That's why you're "1 commit behind." Even with no file changes, Git tracks the merge as a unique commit. This could technically cause a loop if both repos keep pulling and merging empty commits back and forth.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Udit Kumar

79603861

Date: 2025-05-02 17:36:28
Score: 0.5
Natty:
Report link

Object.assign didn't seem to work for me, probably because I was resetting with a static const array that was somehow being used within the reactive. Instead I used the following in vue 3:

data.splice(0, Infinity, ...defaultData.slice())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: racitup

79603860

Date: 2025-05-02 17:36:28
Score: 1.5
Natty:
Report link

There were two solutions to this problem:

  1. For the web browser persistence, after the initlal authentication, JS in the WPF app would find the necessary section on the MS login and click it for the user.

  2. For other applications, Imprivata, an app integral to these desktops, would persist the user login and add the credentials for them.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: James Igoe

79603858

Date: 2025-05-02 17:34:28
Score: 1
Natty:
Report link

Apple devices include a default passkey provider, called Apple Passwords (formerly known as iCloud Keychain). If the user does not install their own passkey provider, Apple Passwords is used.

Apple Passwords creates synced passkeys, and they are synced to all other devices signed into the same Apple Account.

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

79603851

Date: 2025-05-02 17:29:26
Score: 10 🚩
Natty: 6
Report link

hello did you find any solution for this problem? because i am facing same after upgrading to expo 53 sdk

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solution for this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saranya P

79603844

Date: 2025-05-02 17:26:25
Score: 4
Natty: 5
Report link

Take a look at this one. Maybe it will help

https://github.com/ArtifexSoftware/pdf2docx

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

79603842

Date: 2025-05-02 17:24:24
Score: 0.5
Natty:
Report link

I wrote a utility called "Bits" which does exactly what you want. It installs an Explorer right-click menu that when selected analyses the file and tells you if it’s 32 or 64-bit.

It’s around 5K in size, has no dependencies beyond what is already present on the system and is a single file. The only installation required is to register a right-click menu with Explorer. The installer/uninstaller is embedded in the EXE.

Once installed you simply right-click on the file you want to check and choose, “32 or 64-bit?” from the menu.

You can get it or view the source here:

Bits utility on GitHub

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Steve

79603840

Date: 2025-05-02 17:24:24
Score: 2
Natty:
Report link

I'm not sure what the issue was, but going back to Flutter 3.24.0 fixed the red screen. It's possible that a newer version might also work.

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

79603833

Date: 2025-05-02 17:20:23
Score: 1
Natty:
Report link

I encountered the same issue while trying to use @for loop to populate a dropdown in Angular 19.2.0.

I'm able to resolve it by adding the track keyword

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

79603832

Date: 2025-05-02 17:20:23
Score: 3.5
Natty:
Report link

The problem was that I installed the snap version of firefox. I deleted this version and installed the deb version, the program worked.

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

79603817

Date: 2025-05-02 17:13:21
Score: 0.5
Natty:
Report link

I came up with an answer. It's not necessarily the best answer and I would love to be corrected if any Springdoc experts see this, but it's the best I could do with the time I had for this problem.

Does Springdoc support this?

After some reverse engineering, my estimation is that Springdoc does not support this or almost support this; i.e., a simple config change will not make it "just work".

Springdoc does have a QuerydslPredicateOperationCustomizer that supports Querydsl predicates in a similar fashion to what I'm asking, but it is triggered by the @QuerydslPredicate annotation and relies on domain-specific configuration on the annotation, which is not available for the annotated RootResourceInformation argument in Spring Data REST's RepositoryEntityController. It also only gets invoked when adequate operation context is provided, which Springdoc does not include for Spring Data REST's endpoints (perhaps for no other reason than that doing so breaks the QuerydslPredicateOperationCustomizer - I'm not sure). Long story short, this customizer doesn't work for this use case.

How should this be supported, ideally?

Ideally, this should probably be fixed within the QuerydslPredicateOperationCustomizer, but that is made more difficult than it should be by the fact that the DataRestRepository context is not available in that scope, which would be the simplest path to the entity domain type from which parameters could be inferred. Instead, the available context refers to the handler method within the RepositoryEntityController, which is generic to all entities and yields no simple way of inferring domain types.

To make this work at that level, the customizer would have to redo the process of looking up the domain type from the limited context that is available (which seems hard to implement without brittleness), or perhaps preferably, additional metadata would need to be carried throughout the process up to this point.

Any of that would require more expertise with Springdoc than I have, plus buy-in from Springdoc's development team. If any of them see this and have interest in an enhancement to this end, I would be happy to lend the knowledge I have of these integrations.

So how about a hacky solution for today?

I extended Springdoc's DataRestRequestService with a mostly-identical service that I marked as the @Primary bean of its type, thus replacing the component used by Springdoc. In its buildParameters method, I added the line buildCustomParameters(operation, dataRestRepository); which invoked the methods below. It's imperfect to be sure, but it worked well enough for my purposes (which was mainly about being able to use OpenAPI Generator to generate a fully functional SDK for my API).

  public void buildCustomParameters(Operation operation, DataRestRepository dataRestRepository) {
    if (operation.getOperationId().startsWith("getCollectionResource-")) {
      addProjectionParameter(operation);
      addQuerydslParameters(operation, dataRestRepository.getDomainType());
    } else if (operation.getOperationId().startsWith("getItemResource-")) {
      addProjectionParameter(operation);
    }
  }

  public void addProjectionParameter(Operation operation) {
    var projectionParameter = new Parameter();
    projectionParameter.setName("projection");
    projectionParameter.setIn("query");
    projectionParameter.setDescription(
        "The name of the projection to which to cast the response model");
    projectionParameter.setRequired(false);
    projectionParameter.setSchema(new StringSchema());
    addParameter(operation, projectionParameter);
  }

  public void addQuerydslParameters(Operation operation, Class<?> domainType) {
    var queryType = SimpleEntityPathResolver.INSTANCE.createPath(domainType);
    var pathInits =
        Arrays.stream(queryType.getClass().getDeclaredFields())
            .filter(field -> Modifier.isStatic(field.getModifiers()))
            .filter(field -> PathInits.class.isAssignableFrom(field.getType()))
            .findFirst()
            .flatMap(
                field -> {
                  try {
                    field.setAccessible(true);
                    return Optional.of((PathInits) field.get(queryType));
                  } catch (Throwable ex) {
                    return Optional.empty();
                  }
                })
            .orElse(PathInits.DIRECT2);
    var paths = getPaths(queryType.getClass(), pathInits);
    var parameters =
        paths.stream()
            .map(
                path -> {
                  var parameter = new Parameter();
                  parameter.setName(path);
                  parameter.setIn("query");
                  parameter.setRequired(false);
                  return parameter;
                })
            .toArray(Parameter[]::new);
    addParameter(operation, parameters);
  }

  protected Set<String> getPaths(Class<?> clazz, PathInits pathInits) {
    return getPaths(clazz, "", pathInits).collect(Collectors.toSet());
  }

  protected Stream<String> getPaths(Class<?> clazz, String root, PathInits pathInits) {
    if (EntityPath.class.isAssignableFrom(clazz) && pathInits.isInitialized(root)) {
      return Arrays.stream(clazz.getFields())
          .flatMap(
              field ->
                  getPaths(
                      field.getType(),
                      appendPath(root, field.getName()),
                      pathInits.get(field.getName())));
    } else if (Path.class.isAssignableFrom(clazz) && !ObjectUtils.isEmpty(root)) {
      return Stream.of(root);
    } else {
      return Stream.of();
    }
  }

  private String appendPath(String root, String path) {
    if (Objects.equals(path, "_super")) {
      return root;
    } else if (ObjectUtils.isEmpty(root)) {
      return path;
    } else {
      return String.format("%s.%s", root, path);
    }
  }

  public void addParameter(Operation operation, Parameter... parameters) {
    if (operation.getParameters() == null) {
      operation.setParameters(new ArrayList<>());
    }
    operation.getParameters().addAll(Arrays.stream(parameters).toList());
  }

Disclaimers:

Versions that this worked with:

org.springframework.boot:spring-boot:3.4.1
org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6
com.querydsl:querydsl-core:5.1.0
com.querydsl:querydsl-jpa:5.1.0:jakarta
Reasons:
  • Blacklisted phrase (1): This document
  • Whitelisted phrase (-1): it worked
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ben

79603815

Date: 2025-05-02 17:11:20
Score: 2
Natty:
Report link

Your fork is "1 commit behind" because GitHub created a merge commit in the upstream repo when your pull request was accepted. That commit doesn't exist in your fork until you sync it manually.

Yes, if both sides keep sending PRs to sync, it could create an endless loop of empty merge commits.

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

79603804

Date: 2025-05-02 17:03:18
Score: 5
Natty:
Report link

Thank you! I have been having this exact same issue and could not find any solution. Garr's 'thank you' comment is what I needed as well as there was no easy way for me to figure out how to add httpd to the list of applications. The missing link was using finder to drag httpd to the Full Disk Access window in the System preferences section.

Note you must dismiss the finder window which opens when you first click the + on the Full Disk Access to add a new application. Then you can proceed to drag httpd from your finder window to this FDA section.

Thank you both for providing this information. Much appreciated!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1.5): any solution
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kevin Cassidy

79603799

Date: 2025-05-02 16:59:17
Score: 1.5
Natty:
Report link

Committing all files to git was not enough for my case. I had to close an opened file that I renamed externally and remained open in the old name.

Emphasized items might simply mean items that could no longer be safely or consistently tracked by VS Code; defaulting to being defined as such.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: R.P. Pedraza

79603788

Date: 2025-05-02 16:53:15
Score: 2
Natty:
Report link

Thanks all, much appreciated!

I did also have a requirement to extract a specific attribute based on another column, and this helped me solve for it. Here it is for posterity:

WITH pets AS (SELECT 'Lizard' AS species, '
{
  "Dog": {
    "mainMeal": "Meat",
    "secondaryMeal": "Nuggets"
  },
  "Cat": {
    "mainMeal": "Milk",
    "secondaryMeal": "Fish"
  },
  "Lizard": {
    "mainMeal": "Insects",
    "secondaryMeal": "None"
  }
}'::jsonb AS petfood)
SELECT
    pets.petfood,
    jsonb_path_query_first(
        pets.petfood,('$."'|| pets.species::text||'"."mainMeal"')::jsonpath
    ) ->> 0 as mypetmainmeal
FROM pets
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): appreciated
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dhruva Sen Gupta

79603783

Date: 2025-05-02 16:48:14
Score: 3.5
Natty:
Report link

BQ has a data type called BIGNUMERIC that can handle a scale of 38 decimal digits

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#decimal_types

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

79603781

Date: 2025-05-02 16:46:13
Score: 2
Natty:
Report link

import pandas as pd

df = pd.DataFrame({

'event':[None, None, 'CRP', None, None, None, 'CRP', 'CRP', None, None, None, None]

})

print(df)

df['tile'] = (df['event'] == 'CRP').cumsum()

print(df)

Result

event tile

0 None 0

1 None 0

2 CRP 1

3 None 1

4 None 1

5 None 1

6 CRP 2

7 CRP 3

8 None 3

9 None 3

10 None 3

11

None 3

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

79603769

Date: 2025-05-02 16:41:12
Score: 3
Natty:
Report link

It appears this is an ongoing issue since the newest mac update (something about an OpenSSH update causing breaking changes with VIsual Studio).

This thread has some workarounds/preview VS builds with potential fixes
https://developercommunity.visualstudio.com/t/Can-not-pair-to-mac-after-update-to-macO/10885301#T-N10887593

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

79603767

Date: 2025-05-02 16:40:11
Score: 0.5
Natty:
Report link

Thanks everyone for your useful inputs.

Here are the steps I followed to successfully resolve this issue (I am almost sure, this will work for other editors as well e.g. Jupyter).

  1. After realizing that I didn't yet install conda, I followed these instructions to first install miniconda:

    1. conda list (this command on your terminal will comeback with conda not found if it is not installed)

    2. https://www.anaconda.com/docs/getting-started/miniconda/install#mac-os

  2. Then install the numpy package in the conda environment you desire:

    1. conda create --name myEnv (where myEnv is the name of the environment you want to have your numpy package etc installed)

    2. conda activate myEnv (to switch from base to myEnv)

    3. conda install numpy (to install the package itself)

  3. Now, you are almost ready to start using your numpy package. If you do import numpy in your VSCode now, you will still get the traceback error. That is because you are not yet using your myEnv (where numpy is installed) in your VSCode editor. This step will start using the myEnv in your VSCode editor.

    1. On the bottom right corner of your VSCode editor, you will see the version of python you are currently using. Click on it:

    2. enter image description here - You will see a 'Select Interpreter' menu. You should see your new 'myEnv' environment within miniconda bin. Choose that. If you don't see your myEnv here, then restart VSCode to force it to recognize the new environment.

    3. Now, import numpy command should work!

I am sure there are several ways to solve this problem (e.g. you could use a virtual environment as opposed to conda). But, this worked for me, hopefully you will find this helpful.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Shyam Mantravadi

79603766

Date: 2025-05-02 16:40:11
Score: 0.5
Natty:
Report link

I am building an open-source JavaScript library to consume their new v3 API. They are shutting down the legacy web tools API.

https://github.com/balancer-team/usps-v3-js

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

79603753

Date: 2025-05-02 16:27:07
Score: 7.5 🚩
Natty: 5
Report link

I having the same problem but in anyone used vb.net and set the cookies session to none in the web.config file?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jon Adams

79603752

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

I know this has been out here a while, but I will try to add to the discussion.

FileInfo does not have a Static method named GetLength

An instantiate object of the class FileInfo does have a property named Length that will return the byte count of the file, this is not the filesize the the OS is going to show you.

To obtain file size (kb, mb, GB) you need to divide the byte Count by a factor of 1024.

FileInfo fi = new("somefileName);

long fiLength = fi.Length; // this is the byte count or size in bytes, a byte is 8 bits

long fileSize = fiLength / 1,024; // this is the filesize or the kilobytes that the file takes up on the physical drive or in memory.

fileSize = fiLength / 1,024,000; to see in MB

long fileSize = fiLength / 1,024,000,000; to see in GB

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

79603750

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

It looks like it runs fine, however, there might be other code affecting it, Try isolating the code and finding anything else that could be messing with it.

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

79603729

Date: 2025-05-02 16:13:03
Score: 1.5
Natty:
Report link

params is a Promise so you need to await it... like below

Const Page = async ({ params }: Promise<{ id: string}>) =>{
Const { id } = await params;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John

79603727

Date: 2025-05-02 16:11:03
Score: 2.5
Natty:
Report link

Kindly confirm that you provisioned your app by adding custom integrations in Bim360 account admin

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

79603720

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

This doesn't seem to work anymore...?
Any help very welcome ;-)

 const Edit = ( props ) => {
    const {
        attributes,
        setAttributes
    } = props,
    {
        productNum,
        selectedProductCategory,
        displayType
    } = attributes;
    const wooRequestedElements = useSelect( select => {
        const postType = 'product';
        const args = {
             per_page: 6,
             _embed: true,
             product_cat: [selectedProductCategory]
        };
        return select('core').getEntityRecords( 'postType', postType, args  );
    });
Reasons:
  • Blacklisted phrase (1): Any help
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: jst

79603716

Date: 2025-05-02 16:06:01
Score: 1
Natty:
Report link

# Setting Day-of-Year to the Oldest Leap Year in Pandas

For your use case of converting day-of-year values (1-366) to dates using an unlikely leap year, here's the most robust approach:

## The Oldest Leap Year in Pandas

Pandas can handle dates starting from **1678 AD** (the earliest leap year in its supported range). However, for practical purposes and to ensure full datetime functionality, I recommend using **1972** - the first leap year in the Unix epoch era (1970-01-01 onward).

```python

import pandas as pd

# Example with day-of-year values (1-366)

day_of_year = pd.Series([60, 366, 100]) # Example values

# Convert to dates using 1972 (first Unix epoch leap year)

dates = pd.to_datetime('1972') + pd.to_timedelta(day_of_year - 1, unit='D')

print(dates)

# Output:

# 0 1972-02-29

# 1 1972-12-31

# 2 1972-04-09

# dtype: datetime64[ns]

```

## Why 1972?

1. **Unix Epoch Compatibility**: 1972 is the first leap year after 1970 (Unix epoch start)

2. **Modern Calendar**: Uses the current Gregorian calendar rules

3. **Pandas Optimization**: Works efficiently with pandas' datetime operations

4. **Unlikely in Time Series**: Very old year that won't conflict with modern data

## Alternative: Using the Minimum Pandas Leap Year

If you truly need the oldest possible leap year that pandas supports:

```python

min_leap_year = 1678 # Earliest pandas-supported leap year

dates = pd.to_datetime(str(min_leap_year)) + pd.to_timedelta(day_of_year - 1, unit='D')

```

## For Your Existing Datetime Series

If you're modifying existing datetime objects (as in your example):

```python

dates = pd.Series(pd.to_datetime(['2023-05-01', '2021-12-15', '2019-07-20']))

new_dates = dates.dt.dayofyear # Extract day-of-year

new_dates = pd.to_datetime('1972') + pd.to_timedelta(new_dates - 1, unit='D')

```

This approach is more efficient than using `apply` with `replace`.

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

79603711

Date: 2025-05-02 16:04:01
Score: 2.5
Natty:
Report link

On Windows, go to File->Preferences->Settings and type Inherit Env. Turn on the checkbox and if it is already checked, uncheck and check again. Restart your Vs code. Find visual steps here: https://dev.to/ankitsahu/terminal-blank-in-vs-code-ubuntu-1kgc

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

79603710

Date: 2025-05-02 16:04:01
Score: 2.5
Natty:
Report link

Yeh rahi "Khud Par Vishwas" kahani, 500 shabdon mein — ek emotional aur prernaadayak roop mein:


Khud Par Vishwas

Ravi ek chhote se gaon mein rehta tha jahan na ache school the, na internet, aur na hi koi aisa tha jo sapne dekhne ki himmat karta. Uske pita kheti karte the aur maa ghar ka kaam sambhalti thi. Garibi Ravi ke ghar ki chaar diwari ka hissa thi, lekin uske dil mein ek sapna tha — doctor banne ka.

Bachpan se hi log uska mazak udate the. “Gaon ka ladka, angrezi bhi theek se nahi bol pata, yeh doctor banega?” Ravi chup rehta, par uske andar ek aag jalti thi. Usne kabhi kisi ko jawab nahi diya, usne sirf mehnat ki.

Har subah 4 baje uthkar padhai karta. Bijli chali jati toh diya jala leta. Kahi baar to raton ko mombatti ki roshni mein padhai karta raha. Kheton mein kaam karke thak jaata, lekin uska vishwas kabhi nahi thaka. Wo jaanta tha — duniya chahe jitna bhi kahe, agar usne khud par vishwas banaye rakha, toh kuch bhi mumkin hai.

School mein usse kabhi top karne ka mauka nahi mila, kyunki facilities kam thi. Lekin usne self-study se NEET ki tayari shuru ki. Uske paas coaching ka paisa nahi tha, lekin usne free YouTube lectures se seekhna shuru kiya. Mobile toh purana tha, lekin uska jazba bilkul naya tha.

Jab exam ka din aaya, Ravi ne apne gaon se pehli baar bus li aur sheher gaya. Uski aankhon mein dar tha, par dil mein vishwas tha. “Main kar sakta hoon,” usne khud se kaha.

Do mahine baad jab result aaya, Ravi ne apne district mein top kiya. Gaon ke log jo kabhi hanste the, ab taaliyan bajaa rahe the. Maa ro rahi thi, pita ki aankhon mein garv tha. Aur Ravi? Uska chehra shaant tha, lekin aankhen keh rahi thi — "Yeh meri mehnat ka phal hai."

Usne sabit kar diya ki agar kisi cheez ka sachcha junoon ho, aur khud par vishwas ho, toh har mushkil raasta asaan ban jata hai.

Ravi aaj ek medical college mein padh raha hai. Jab bhi usse koi kehta hai “Main nahi kar sakta,” toh wo bas ek hi baat kehta hai: "Jab poori duniya tumse kehti ho 'nahi hoga', tab khud se kehna — 'main kar ke dikhaunga.' Har jeet ka raaz hai sirf ek: Khud par vishwas."


Agar tum chaho, main is kahani ka audio version, Hindi se English translation, ya Falak ke liye special message jaisa kuch bhi create kar sakta hoon. Batao kya pasand aayega?

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

79603709

Date: 2025-05-02 16:02:00
Score: 1
Natty:
Report link

This penalty is fair because it upholds accountability in a space that is often exploited due to its anonymity and lack of regulation. In traditional finance, fraud and theft carry legal consequences—Web3 should strive for similar protections without relying solely on centralized authorities. By using on-chain evidence, such as the withdrawal of investor funds followed by abandonment of the project, the community can define transparent, verifiable criteria for blacklisting.

Such a system would serve as a strong deterrent to bad actors, making them think twice before launching malicious projects. It would also help protect newcomers and non-technical users from falling victim to scams, thereby improving overall trust and adoption. This enforcement could be managed by decentralized watchdog DAOs, using community voting and objective data to ensure fairness and transparency.

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

79603703

Date: 2025-05-02 15:57:59
Score: 2
Natty:
Report link

Circling back to this. Sure, it's years later, but this may help someone.

This was caused by inconsistent SQL drivers. Because of a minor OS difference, I had to use different drivers, and they had inconsistent behavior on calculated, unnamed columns. Updating the driver fixed it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Michael W.

79603696

Date: 2025-05-02 15:51:57
Score: 4.5
Natty: 4
Report link

Check mysql password. I cross checked password and used in java file. Its worked.

Regards,

Vijay

Reasons:
  • Blacklisted phrase (1): Regards
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vijay

79603690

Date: 2025-05-02 15:47:56
Score: 1
Natty:
Report link

I solved the problem by just re-running the emulator, but choosing "cold boot". As shown in the images provided.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr. Rough

79603677

Date: 2025-05-02 15:39:53
Score: 0.5
Natty:
Report link

While the transaction is not provided in @PostConstruct methods, it's possible to use it "the standard way" via ApplicationContext.getBean():

@Transactional(readOnly = true)
public class MyServiceImpl implements MyService {

    @Autowired
    private MyDao myDao;
    private CacheList cacheList;

    @Autowired 
    private ApplicationContext appContext;

    @PostConstruct
    public void init() {
        appContext.getBean(MyService.class).onInit();
    }

    @Transactional(readOnly = true)
    public void onInit() {
        this.cacheList = new CacheList();
        this.cacheList.reloadCache(this.myDao.getAllFromServer());
    }

    ...
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @PostConstruct
  • Low reputation (0.5):
Posted by: tequilacat

79603675

Date: 2025-05-02 15:38:52
Score: 12 🚩
Natty: 5.5
Report link

I'm having the same problem, I tried to login using xcode 15.2 to Azure Microsoft EntraID using different type of access, from swfitui and from the old storyboard, always getting some problem. did you finally made it? Please share how you did it, I coudn't find any good example.

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • RegEx Blacklisted phrase (2.5): Please share how you
  • RegEx Blacklisted phrase (3): did you finally
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3294275

79603658

Date: 2025-05-02 15:30:49
Score: 4
Natty:
Report link

Found the problem the bot wasn't added as bot, you should add Guild Install scope: bot

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Iván Isaev

79603657

Date: 2025-05-02 15:30:49
Score: 0.5
Natty:
Report link

That really sucks—sorry this happened. A few things you can try:

  1. Appeal again—sometimes it randomly works on the 5th or 10th try. Use this form.

  2. Contact Meta via Facebook Ads Support—even if you never ran ads. Go to Facebook Business Help, start a chat, and politely explain.

  3. Email these addresses (no promises, but worth a shot):

  4. Post publicly—tweet @Instagram or @Meta with details. Sometimes public pressure helps.

  5. Check if it was a mistake—like a false copyright claim or mass-reporting.

If all else fails, sadly, you might have to start fresh. Backup your content next time (Google Drive, etc.). Hope it works out!

Reasons:
  • Blacklisted phrase (0.5): Contact Me
  • Whitelisted phrase (-1): Hope it works
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Instagram
  • User mentioned (0): @Meta
  • Low reputation (1):
Posted by: Ankit Sharma

79603650

Date: 2025-05-02 15:26:48
Score: 2
Natty:
Report link

For anyone who might have similar problem

npm run --prefix nova dev && php artisan view:clear && php artisan nova:publish  

This helped me.

Command runs npm run dev within nova folder and view:clear & nova:publish in the laravel project.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have similar problem
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: tolga

79603644

Date: 2025-05-02 15:21:47
Score: 0.5
Natty:
Report link

I had a similar problem but putting an extra text for count dow like this

HStack{
    Text(timerInterval: Date()...Date().addingTimeInterval(120))
    Text("min")
    Spacer()
}

The result was
| 0:15 ------------------------- min |

But if you use

Text(timerInterval: startTime...endDate, showsHours: false) + Text(" min")

You obtains this

| 0:15 min ------------------------- |

full example:

HStack{
    Text(timerInterval: Date()...Date().addingTimeInterval(120)) + Text("min")
    Spacer()
}

The reason is that the system don't recognize "min" like part of text of time, and time have an dynamic width so you put it until the final of HStack.

Also you can make a var / func to group both text and then give format like only one.

------

I hope that this can help some one.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Filler text (0.5): -------------------------
  • Filler text (0): -------------------------
  • Low reputation (1):
Posted by: Jyferson Colina

79603619

Date: 2025-05-02 15:07:42
Score: 7.5 🚩
Natty: 4.5
Report link

I am having the same issue with Spring Boot 3.4.5. What did you do to fix it?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Barbaros Alp

79603601

Date: 2025-05-02 14:55:39
Score: 0.5
Natty:
Report link

Instead of using expo-dev client, I continued to use expo go, and I downgraded firebase by uninstalling and reinstalling:

"firebase": "^9.22.0"

I then deleted node_modules, package-lock json, and reinstalled npm.

After that, I simply added the following line in my metro.config.js file:

const defaultConfig = getDefaultConfig(__dirname);

defaultConfig.resolver.sourceExts.push('cjs');

// This is the new line you should add in, after the previous lines
defaultConfig.resolver.unstable_enablePackageExports = false;

After that, I didn't seem to get the error "Component auth has not been registered yet". You may still be able to use a newer version of firebase, but for safety, I downgraded it to 9.22.0, but you can definitely try a newer version, and see if it works.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anon

79603591

Date: 2025-05-02 14:48:37
Score: 1
Natty:
Report link

For me in VS2022, while I was loading SQL Server Database project it was showing "Incompatible" project and was providing below error:

Error

Issue: It was because I have installed both "SQL Server Data Tools" and "SQL Server Data Tools - SDK Style", you need to install any one of them and it will resolved error.

I uninstalled "SQL Server Data Tools - SDK Style" and it resolved error and project loaded successfully.

Solution

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