79687437

Date: 2025-07-02 12:44:18
Score: 1.5
Natty:
Report link

I was facing the same issue, what helped me solve the issue was running:
php artisan queue:restart

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

79687435

Date: 2025-07-02 12:43:17
Score: 2.5
Natty:
Report link

you need a focus trap directive and possibly a aria-hide-app-content directive (so AT assistive technology can't see the content behind the dialog)

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

79687427

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

change internet connection solved the issue

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

79687411

Date: 2025-07-02 12:20:11
Score: 3
Natty:
Report link

I found the cause of the problem. After disconnecting the device my eth0 interface became down. After I up-ed it and assigned IP 192.168.1.111 all has began to work

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

79687406

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

you can contact me on [email protected], i think we are facing same issue, we can disscuss and solve

Reasons:
  • Blacklisted phrase (0.5): contact me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahesh Gadhari

79687397

Date: 2025-07-02 12:11:59
Score: 7.5
Natty:
Report link

I'm trying to adapt the excellent answer above, but simplify it in 2 ways:

I have my data across a row, so swapping row() to column() and removing transpose()...

and

i'm after a simple cumulative of ALL the numbers in the row, (rather than needing the sumif condition of column B:B's "item A" that the original poster had...

----

I have dates to index in $K$7:$7, and expenditure data across $K14:14, and need to find the date in row 7 that the cumulative expenditure in row 14 reaches 10% of the row 14's total in $G14

i'm trying this but it's not working for me...

=INDEX($K$7:$7, MATCH(TRUE, SUMIF(OFFSET(B2,0,0,column($K14:14)-column($K14)),"A", OFFSET(C2,0,0,column($K14:14)-column($K14)))>=0.1*$G14, 0))

Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (3): not working for me
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mike DB

79687396

Date: 2025-07-02 12:11:59
Score: 0.5
Natty:
Report link

While this type of errors can have multiple causes, in my specific case the error was caused by a race condition: parent component was listening to a BehaviorSubject in a service while a child component (in parent's <router-outlet>) was listening to routing events and subsequently updating the same BehaviorSubject.

So it was like

Parent Child Service
public mode: BehaviorSubject<T> = new BehaviorSubject(someVal);
Parent subscribes onInit this.mode.pipe(...).subscribe(); Child subscribes onInit this.route.params.pipe(tap(() => this.service.setMode(someVar)).subscribe() public setMode(var) {this.mode.next(var)} After which parent throws error
[fix] this.mode.pipe(observeOn(asyncScheduler),...).subscribe()

So observeOn(asyncScheduler) saved my day. Never heard of this pattern before, but it works just fine.

Reasons:
  • Blacklisted phrase (2): saved my day
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: pop

79687395

Date: 2025-07-02 12:11:59
Score: 3
Natty:
Report link

I have a personal PC and the command seems to work. So it looks like this is related to my company proxy. Will harass them.

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

79687394

Date: 2025-07-02 12:09:58
Score: 1.5
Natty:
Report link

/iphone|mac|ipad|ipod/i.test(window.navigator.userAgent.toLowerCase())&&(console={},console.log=function(e){var t=document.createElement("iframe");t.setAttribute("src","ios-log: "+e),document.documentElement.appendChild(t),t.parentNode.removeChild(t),t=null},console.debug=console.info=console.warn=console.error=console.log),function(){var e=window.mraid={},t=window.navigator.userAgent.toLowerCase(),n=/iphone|mac|ipad|ipod/i.test(t),r=/android/i.test(t),i=window.mraidbridge={nativeSDKFiredReady:!1,nativeCallQueue:[],nativeCallInFlight:!1,lastSizeChangeProperties:null};function o(e){var t,i;N(s.INFO,"调用方法:"+e),n?(t=e,(i=document.createElement("iframe")).setAttribute("frameborder","0"),i.style.cssText="width:0;height:0;border:0;display:none;",i.setAttribute("src",t),setTimeout(function(){document.body.appendChild(i)},5)):r&&window.prompt(e,"mraid:")}i.fireChangeEvent=function(e){for(var t in e){if(e.hasOwnProperty(t))(0,A[t])(e[t])}},i.nativeCallComplete=function(e){0!==this.nativeCallQueue.length?o(this.nativeCallQueue.pop()):this.nativeCallInFlight=!1},i.executeNativeCall=function(e){var t=e.shift();if(!this.nativeSDKFiredReady)return console.log("rejecting "+t+" because mraid is not ready"),void i.notifyErrorEvent("mraid is not ready",t);for(var n,r,a="mraid://"+t,s=!0,u=0;u<e.length;u+=2)n=e[u],null!==(r=e[u+1])&&(s?(a+="?",s=!1):a+="&",a+=encodeURIComponent(n)+"="+encodeURIComponent(r));this.nativeCallInFlight?this.nativeCallQueue.push(a):(this.nativeCallInFlight=!0,o(a))},i.setCurrentPosition=function(e,t,n,r){d={x:e,y:t,width:n,height:r},N(s.INFO,"Set current position to "+I(d))},i.setDefaultPosition=function(e,t,n,r){g={x:e,y:t,width:n,height:r},N(s.INFO,"Set default position to "+I(g))},i.setMaxSize=function(e,t){p={width:e,height:t},h.width=e,h.height=t,N(s.INFO,"Set max size to "+I(p))},i.setPlacementType=function(e){O=e,N(s.INFO,"Set placement type to "+I(O))},i.setScreenSize=function(e,t){m={width:e,height:t},N(s.INFO,"Set screen size to "+I(m))},i.setState=function(e){R=e,N(s.INFO,"Set state to "+I(R)),N(s.STATECHANGE,R)},i.setIsViewable=function(e){y=e,N(s.INFO,"Set isViewable to "+I(y)),N(s.VIEWABLECHANGE,y)},i.setSupports=function(e,t,n,r,i){f={sms:e,tel:t,calendar:n,storePicture:r,inlineVideo:i}},i.notifyReadyEvent=function(){this.nativeSDKFiredReady=!0,N(s.READY)},i.notifyErrorEvent=function(e,t){N(s.ERROR,e,t)},i.fireReadyEvent=i.notifyReadyEvent,i.fireErrorEvent=i.notifyErrorEvent,i.notifySizeChangeEvent=function(e,t){this.lastSizeChangeProperties&&e==this.lastSizeChangeProperties.width&&t==this.lastSizeChangeProperties.height||(this.lastSizeChangeProperties={width:e,height:t},N(s.SIZECHANGE,e,t))},i.notifyStateChangeEvent=function(){R===a.LOADING&&N(s.INFO,"Native SDK initialized."),N(s.INFO,"Set state to "+I(R)),N(s.STATECHANGE,R)},i.notifyViewableChangeEvent=function(){N(s.INFO,"Set isViewable to "+I(y)),N(s.VIEWABLECHANGE,y)},i.audioVolumeChange=function(e){w=e,N(s.INFO,"Set audioVolumeChange to "+I(e)),N(s.AUDIOVOLUMECHANGE,w)};e.VERSION="3.0";var a=e.STATES={LOADING:"loading",DEFAULT:"default",EXPANDED:"expanded",HIDDEN:"hidden",RESIZED:"resized"},s=e.EVENTS={ERROR:"error",INFO:"info",READY:"ready",STATECHANGE:"stateChange",VIEWABLECHANGE:"viewableChange",SIZECHANGE:"sizeChange",AUDIOVOLUMECHANGE:"audioVolumeChange"},u=e.PLACEMENT_TYPES={UNKNOWN:"unknown",INLINE:"inline",INTERSTITIAL:"interstitial"},h={width:!1,height:!1,useCustomClose:!1,isModal:!0},l={width:!1,height:!1,offsetX:!1,offsetY:!1,customClosePosition:"top-right",allowOffscreen:!0},c={allowOrientationChange:!0,forceOrientation:"none"},f={sms:!1,tel:!1,calendar:!1,storePicture:!1,inlineVideo:!1},p={},d={},g={},m={},v={},E={},w="",R=a.LOADING,y=!1,O=u.UNKNOWN,C={major:0,minor:0,patch:0},N=function(){for(var e=new Array(arguments.length),t=arguments.length,n=0;n<t;n++)e[n]=arguments[n];var r=e.shift();v[r]&&v[r].broadcast(e)},S=function(e,t){for(var n in t)if(t[n]===e)return!0;return!1},I=function(e){if("object"==typeof e){var t=[];if(e.push){for(var n in e)t.push(e[n]);return"["+t.join(",")+"]"}for(var n in e)t.push("'"+n+"': "+e[n]);return"{"+t.join(",")+"}"}return String(e)},A={state:function(e){R===a.LOADING&&N(s.INFO,"Native SDK initialized."),R=e,N(s.INFO,"Set state to "+I(e)),N(s.STATECHANGE,R)},viewable:function(e){y=e,N(s.INFO,"Set isViewable to "+I(e)),N(s.VIEWABLECHANGE,y)},placementType:function(e){N(s.INFO,"Set placementType to "+I(e)),O=e},sizeChange:function(e){for(var t in N(s.INFO,"Set screenSize to "+I(e)),e)e.hasOwnProperty(t)&&(m[t]=e[t])},currentAppOrientation:function(e,t){E={orientation:e,locked:t},N(s.INFO,"Set app orientation to "+I(E))},supports:function(e){N(s.INFO,"Set supports to "+I(e)),f=e},hostSDKVersion:function(e){var t=e.split(".").map(function(e){return parseInt(e,10)}).filter(function(e){return e>=0});t.length>=3&&(C.major=parseInt(t[0],10),C.minor=parseInt(t[1],10),C.patch=parseInt(t[2],10),N(s.INFO,"Set hostSDKVersion to "+I(C)))}},P=function(e,t,n,r){if(!r){if(null===e)return N(s.ERROR,"Required object not provided.",n),!1;for(var i in t)if(t.hasOwnProperty(i)&&void 0===e[i])return N(s.ERROR,"Object is missing required property: "+i,n),!1}for(var o in e){var a=t[o],u=e[o];if(a&&!a(u))return N(s.ERROR,"Value of property "+o+" is invalid: "+u,n),!1}return!0},b={useCustomClose:function(e){return"boolean"==typeof e}};e.addEventListener=function(t,n){t&&n?S(t,s)?(v[t]||(v[t]=new function(t){this.event=t,this.count=0;var n={};this.add=function(e){var t=String(e);n[t]||(n[t]=e,this.count++)},this.remove=function(e){var t=String(e);return!!n[t]&&(n[t]=null,delete n[t],this.count--,!0)},this.removeAll=function(){for(var e in n)n.hasOwnProperty(e)&&this.remove(n[e])},this.broadcast=function(t){for(var r in n)n.hasOwnProperty(r)&&n[r].apply(e,t)},this.toString=function(){var e=[t,":"];for(var r in n)n.hasOwnProperty(r)&&e.push("|",r,"|");return e.join("")}}(t)),v[t].add(n)):N(s.ERROR,"Unknown MRAID event: "+t,"addEventListener"):N(s.ERROR,"Both event and listener are required.","addEventListener")},e.close=function(){R===a.HIDDEN?N(s.ERROR,"Ad cannot be closed when it is already hidden.","close"):i.executeNativeCall(["close"])},e.unload=function(){R===a.EXPANDED?N(s.ERROR,"Ad cannot be unload when it is already EXPANDED.","close"):i.executeNativeCall(["unload"])},e.expand=function(e){if(this.getState()!==a.DEFAULT&&this.getState()!==a.RESIZED)N(s.ERROR,"Ad can only be expanded from the default or resized state.","expand");else{var t=["expand","shouldUseCustomClose",!1];e&&(t=t.concat(["url",e])),i.executeNativeCall(t)}},e.getExpandProperties=function(){return{width:h.width,height:h.height,useCustomClose:h.useCustomClose,isModal:h.isModal}},e.getCurrentPosition=function(){return{x:d.x,y:d.y,width:d.width,height:d.height}},e.getDefaultPosition=function(){return{x:g.x,y:g.y,width:g.width,height:g.height}},e.getMaxSize=function(){return{width:p.width||window.innerWidth,height:p.height||window.innerHeight}},e.getPlacementType=function(){return O},e.getScreenSize=function(){return{width:m.width||window.screen.width,height:m.height||window.screen.height}},e.getState=function(){return R},e.isViewable=function(){return y},e.getVersion=function(){return e.VERSION},e.getCurrentAppOrientation=function(){return{orientation:E.orientation,locked:E.locked}},e.getAudioVolume=function(){return w},e.open=function(e){e?i.executeNativeCall(["open","url",e]):N(s.ERROR,"URL is required.","open")},e.removeEventListener=function(e,t){if(e){if(t){var n=!1;if(v[e]&&(n=v[e].remove(t)),!n)return void N(s.ERROR,"Listener not currently registered for event.","removeEventListener")}else!t&&v[e]&&v[e].removeAll();v[e]&&0===v[e].count&&(v[e]=null,delete v[e])}else N(s.ERROR,"Event is required.","removeEventListener")},e.setExpandProperties=function(e){P(e,b,"setExpandProperties",!0)&&e.hasOwnProperty("useCustomClose")&&(h.useCustomClose=!1)},e.useCustomClose=function(e){},e.createCalendarEvent=function(e){D.initialize(e),D.parse()?i.executeNativeCall(D.arguments):N(s.ERROR,D.errors[0],"createCalendarEvent")},e.supports=function(e){return f[e]},e.playVideo=function(t){e.isViewable()?t?i.executeNativeCall(["playVideo","uri",t]):N(s.ERROR,"playVideo must be called with a valid URI","playVideo"):N(s.ERROR,"playVideo cannot be called until the ad is viewable","playVideo")},e.storePicture=function(t){e.isViewable()?t?i.executeNativeCall(["storePicture","uri",t]):N(s.ERROR,"storePicture must be called with a valid URI","storePicture"):N(s.ERROR,"storePicture cannot be called until the ad is viewable","storePicture")};var V={width:function(e){return!isNaN(e)&&e>0},height:function(e){return!isNaN(e)&&e>0},offsetX:function(e){return!isNaN(e)},offsetY:function(e){return!isNaN(e)},customClosePosition:function(e){return"string"==typeof e&&["top-right","bottom-right","top-left","bottom-left","center","top-center","bottom-center"].indexOf(e)>-1},allowOffscreen:function(e){return"boolean"==typeof e}};e.setOrientationProperties=function(e){e.hasOwnProperty("allowOrientationChange")&&(c.allowOrientationChange=e.allowOrientationChange),e.hasOwnProperty("forceOrientation")&&(c.forceOrientation=e.forceOrientation);var t=["setOrientationProperties","allowOrientationChange",c.allowOrientationChange,"forceOrientation",c.forceOrientation];i.executeNativeCall(t)},e.getOrientationProperties=function(){return{allowOrientationChange:c.allowOrientationChange,forceOrientation:c.forceOrientation}},e.resize=function(){if(this.getState()!==a.DEFAULT&&this.getState()!==a.RESIZED)N(s.ERROR,"Ad can only be resized from the default or resized state.","resize");else if(l.width&&l.height){var e=["resize","width",l.width,"height",l.height,"offsetX",l.offsetX||0,"offsetY",l.offsetY||0,"customClosePosition",l.customClosePosition,"allowOffscreen",!!l.allowOffscreen];i.executeNativeCall(e)}else N(s.ERROR,"Must set resize properties before calling resize()","resize")},e.getResizeProperties=function(){return{width:l.width,height:l.height,offsetX:l.offsetX,offsetY:l.offsetY,customClosePosition:l.customClosePosition,allowOffscreen:l.allowOffscreen}},e.setResizeProperties=function(e){if(P(e,V,"setResizeProperties",!0))for(var t=["width","height","offsetX","offsetY","customClosePosition","allowOffscreen"],n=t.length,r=0;r<n;r++){var i=t[r];e.hasOwnProperty(i)&&(l[i]=e[i])}},e.getHostSDKVersion=function(){return C};var D={initialize:function(e){this.parameters=e,this.errors=[],this.arguments=["createCalendarEvent"]},parse:function(){this.parameters?(this.parseDescription(),this.parseLocation(),this.parseSummary(),this.parseStartAndEndDates(),this.parseReminder(),this.parseRecurrence(),this.parseTransparency()):this.errors.push("The object passed to createCalendarEvent cannot be null.");var e=this.errors.length;return e&&(this.arguments.length=0),0===e},parseDescription:function(){this._processStringValue("description")},parseLocation:function(){this._processStringValue("location")},parseSummary:function(){this._processStringValue("summary")},parseStartAndEndDates:function(){this._processDateValue("start"),this._processDateValue("end")},parseReminder:function(){var e=this._getParameter("reminder");e&&(e<0?(this.arguments.push("relativeReminder"),this.arguments.push(parseInt(e)/1e3)):(this.arguments.push("absoluteReminder"),this.arguments.push(e)))},parseRecurrence:function(){var e=this._getParameter("recurrence");e&&(this.parseRecurrenceInterval(e),this.parseRecurrenceFrequency(e),this.parseRecurrenceEndDate(e),this.parseRecurrenceArrayValue(e,"daysInWeek"),this.parseRecurrenceArrayValue(e,"daysInMonth"),this.parseRecurrenceArrayValue(e,"daysInYear"),this.parseRecurrenceArrayValue(e,"monthsInYear"))},parseTransparency:function(){if(this.parameters.hasOwnProperty("transparency")){var e=this.parameters.transparency;S(e,["opaque","transparent"])?(this.arguments.push("transparency"),this.arguments.push(e)):this.errors.push("transparency must be opaque or transparent")}},parseRecurrenceArrayValue:function(e,t){if(e.hasOwnProperty(t)){var n=e[t];if(n&&n instanceof Array){var r=n.join(",");this.arguments.push(t),this.arguments.push(r)}else this.errors.push(t+" must be an array.")}},parseRecurrenceInterval:function(e){if(e.hasOwnProperty("interval")){var t=e.interval;t?(this.arguments.push("interval"),this.arguments.push(t)):this.errors.push("Recurrence interval cannot be null.")}else this.arguments.push("interval"),this.arguments.push(1)},parseRecurrenceFrequency:function(e){if(e.hasOwnProperty("frequency")){var t=e.frequency;S(t,["daily","weekly","monthly","yearly"])?(this.arguments.push("frequency"),this.arguments.push(t)):this.errors.push('Recurrence frequency must be one of: "daily", "weekly", "monthly", "yearly".')}},parseRecurrenceEndDate:function(e){var t=e.expires;t&&(this.arguments.push("expires"),this.arguments.push(t))},_getParameter:function(e){return this.parameters.hasOwnProperty(e)?this.parameters[e]:null},_processStringValue:function(e){if(this.parameters.hasOwnProperty(e)){var t=this.parameters[e];this.arguments.push(e),this.arguments.push(t)}},_processDateValue:function(e){if(this.parameters.hasOwnProperty(e)){var t=this._getParameter(e);this.arguments.push(e),this.arguments.push(t)}}}}();

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

79687392

Date: 2025-07-02 12:09:58
Score: 1.5
Natty:
Report link

In addition to setting the sound in Windows Sound settings, I had to also turn on a setting in Visual Studio itself.

Tools > Options > Test > General > Sound Notification > turn on "Play a sound when tests finished running"

enter image description here

This is Visual Studio Professional 2022, Version 17.14.6 (June 2025)

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

79687389

Date: 2025-07-02 12:08:58
Score: 2.5
Natty:
Report link

Take separate photos of the front and back of your ID then combine them into a single image using an image editor. Once both sides are in one image file, upload it to the Google Play Console. That should meet their requirements.

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

79687387

Date: 2025-07-02 12:08:58
Score: 0.5
Natty:
Report link

I was facing the same issue. I was using virtual environment and Django was installed in that.

I clicked on the area right to the Python (where verison of Python is written).

Clicking on it opens a drop down down, and asks "Select Interpreter".

Click on "Enter interpreter path..." .

In the input section asking "Enter path to a Python interpreter", enter path to your enterpreter.

I was using Linux I wrote: "/home/yuvraj/Virtual_environments/DjangoVenv/bin/".
Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kumar Yuvraj

79687383

Date: 2025-07-02 12:04:57
Score: 1
Natty:
Report link

I've found a way around the issue.

 public function get_session_range()
 {
        $sessions = $this->meta('programme_general_connected_sessions');

        $dates = array_map(fn($s) => $s->general_date_object(), $sessions->to_array());

        $earliestDate = !empty($dates) ? min($dates) : null;
        $latestDate   = !empty($dates) ? max($dates) : null;

        return ['earliest' => $earliestDate, 'latest' => $latestDate];
}

But I still have no clue why the first solution wouldn't work.

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

79687372

Date: 2025-07-02 11:57:55
Score: 0.5
Natty:
Report link

You can either hardcode your Node.js version in package.json engines or

remove the "plugin:node/recommended" from your .eslintrc.json extends

"extends": [
    "eslint:recommended"
  ],
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KimG

79687368

Date: 2025-07-02 11:55:55
Score: 2.5
Natty:
Report link

IDK if there's native support for what you're looking for, but you could extract the mermaid code from the response and then using mermaid-py extract it to a png to then serve it as an chainlit.Image element.

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

79687366

Date: 2025-07-02 11:55:55
Score: 2.5
Natty:
Report link

In short you need to enable logging - either on the FrontDoor or the Application Gateway - depends what you are using for Azure WAF. The logs will show you which rule has blocked those requests. After that you can disable the rule for example. Troubleshoot Web Application Firewall (WAF) for Azure Application Gateway

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

79687359

Date: 2025-07-02 11:51:54
Score: 1.5
Natty:
Report link

For anyone else stumbling upon this, using ax = df.plot() followed by ax.autoscale(tight=False) worked for me with timeseries data, and is a lot more concise.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Elise

79687357

Date: 2025-07-02 11:50:54
Score: 2
Natty:
Report link

Wrgbihbdsz

header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jdjdj Bdj

79687350

Date: 2025-07-02 11:38:50
Score: 6.5
Natty:
Report link

I hope that you are fine and in good health

The Problem of injecting the add-on to FDM is cleared but when I try to add URL to the playlist it does nothing it won't Traeger the function that I put in main.py, and I use elephant as source for handling the playlist, so I'm trying to make it work with elephant, but it doesn't work

Please Help me Fix this issue Thanks to you all for your reply

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Help me
  • RegEx Blacklisted phrase (3): Please Help me Fix this
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mohamed

79687345

Date: 2025-07-02 11:36:49
Score: 9
Natty: 7.5
Report link

I need Bahrain Gold Price Live API Could you provide it?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abid jatra

79687343

Date: 2025-07-02 11:34:48
Score: 2
Natty:
Report link
<table style="font-family:Arial, sans-serif; font-size:14px; color:#333;">
  <tr><td><strong style="font-size:16px;">Best Regards,</strong></td></tr>
  <tr><td><strong>Mr. Kundan Patil</strong></td></tr>
  <tr><td>Assistant Manager | Human Capital</td></tr>
  <tr><td>📞 <strong>Mobile:</strong> +91 888-988-0866</td></tr>
  <tr><td>✉️ <strong>Email:</strong> <a href="mailto:[email protected]" style="color:#0066cc;">[email protected]</a></td></tr>
  <tr><td>🌐 <strong>Website:</strong> <a href="https://www.lenskart.com" target="_blank" style="color:#0066cc;">www.Lenskart.com</a></td></tr>
</table>
Reasons:
  • Blacklisted phrase (0.5): Best Regards
  • Blacklisted phrase (1): Regards
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kundan Patil

79687342

Date: 2025-07-02 11:34:48
Score: 2
Natty:
Report link

I found the issue in the actual SQL Agent Job. I had imported the job from another server and I overrode the data source. Once I found that and fixed it it worked correctly.

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

79687340

Date: 2025-07-02 11:33:47
Score: 0.5
Natty:
Report link

Decentralized ID (DID) offers several advantages over federated identity systems, especially when implemented through services like Supra Name Service (SNS) on Dexlyn:

In contrast, federated identity systems (like logging in with Google or Facebook) rely on central authorities, which can revoke access, track user activity, and are vulnerable to data breaches or outages. With SNS on Dexlyn, your identity is yours alone—secure, private, and portable across the decentralized web.

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

79687330

Date: 2025-07-02 11:22:45
Score: 1.5
Natty:
Report link

As commented above the problem was that GLOB_RECURSE doesn't scan for new files after the project was generated. I've switched to explicitly defining my sources and includes, which is an extra manual step for every sourcefile you add, however it comes with the added benefit of actually knowing whats included or not.

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

79687327

Date: 2025-07-02 11:20:44
Score: 0.5
Natty:
Report link

Another alternative with cl-loop:

(progn
  (setq a (list 1 2 3 4 5 6))
  (cl-loop for v in-ref a
           when (eq v 3)
           do (setf v 22)))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Post Self

79687326

Date: 2025-07-02 11:20:44
Score: 2.5
Natty:
Report link

Always link normalize.css first, and then your styles.css second. Normalize sets the base of how different browsers should interpret your webpage. The styles.css that you write will be what you need to make your webpage look like your webpage. You don't want normalize.css to overwrite any of that.

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

79687325

Date: 2025-07-02 11:19:44
Score: 1.5
Natty:
Report link

The issue seems to be resolved with Lombok 1.18.39. I downloaded from their Github repo

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

79687314

Date: 2025-07-02 11:11:42
Score: 1.5
Natty:
Report link

For me the accepted answer did not work. I eventually found a place that did change this however, its in setting/Tools/Terminal . Then there you will see font settings that you can change.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Adear

79687307

Date: 2025-07-02 11:06:41
Score: 2.5
Natty:
Report link

So as it turns out, the following command works:

`db:delete('ngram', 'ngram-buckets.xml')`

that is, the filename without the path. This time the file actually disappears from the database.

All good for now.

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

79687296

Date: 2025-07-02 10:57:38
Score: 1
Natty:
Report link

We already have an extension function to do this:

val letters = "ABCDEFGHIJ"
val randomLetter = letters.random()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Moises Portillo

79687294

Date: 2025-07-02 10:55:37
Score: 1
Natty:
Report link

You would have to solve it through Bitbucket administration.

See this tutorial, last updated April 15, 2025

Using branch permissions, add the following branch permission pattern to "Prevent all changes":

refs/tags/**

restrict tag pushing

Restrict it to an admin account so that no other users can push tags.

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Guildenstern

79687288

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

After you run flutter build web, make sure to check the build/web/assets/ folder to confirm that all your assets were actually included in the build.

Also, watch out for the base href in your index.html.

If you’re deploying your app to a subdirectory like https://example.com/myapp/ but your index.html still has <base href="/">, your app might not get loaded correctly. You’ll need to update it to something like <base href="/myapp/"> so the browser can find all the resources in the right place.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohit-B

79687285

Date: 2025-07-02 10:49:36
Score: 1
Natty:
Report link
#undef WINAPI_FAMILY  
#define WINAPI_FAMILY WINAPI_FAMILY_DESKTOP_APP

in the WinRT component, it worked correctly. The original setting was for UWP, but I want to use it with WinUI 3 in C#.

Reasons:
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kinton

79687282

Date: 2025-07-02 10:46:35
Score: 3.5
Natty:
Report link

There is now a Julia wrapper for the C API

https://github.com/JuliaGraphs/IGraphs.jl

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

79687278

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

Looks like the SDK is ahead of the documentation. It is giving a warning that the Assistants API is deprecated but there’s no way to actually switch to something else yet. Even the OpenAi’s own examples still use .beta.threads and .beta.assistants

Keep using .beta.threads and .beta.assistants for now if you want the functionality of Assistants with persistent threads, tools, and code interpretation.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohit-B

79687276

Date: 2025-07-02 10:43:34
Score: 0.5
Natty:
Report link

Removed code from Model Subscription and added dependsOn column names in Column Initialization Javascript Function

function(options) {
  options.defaultGridColumnOptions = {
    cellTemplate: `&PRODUCT_NAME. {if WEIGHT/}|| @&WEIGHT.Kg {endif/}
{if PROMOTION_REF/}
  <button type="button" onClick="showPromotionInfo( &PROMOTION_REF. );" 
          title="Promotion Details" aria-label="Promotion Details" 
          class="t-Button t-Button--noLabel t-Button--icon t-Button--tiny t-Button--success t-Button--link">
    <span aria-hidden="true" class="t-Icon fa fa-bullhorn"></span>
  </button>
{endif/}`,
    dependsOn: ['WEIGHT','PROMOTION_REF']
  }

  return options;
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Abdullah

79687262

Date: 2025-07-02 10:36:32
Score: 0.5
Natty:
Report link

You probably have the "plugin:node/recommended" in your .eslintrc.json extends

{"extends": ["airbnb", "prettier", "plugin:node/recommended"],...}

Just remove the "plugin:node/recommended"

{"extends": ["airbnb", "prettier" ],...}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KimG

79687261

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

Flutter is great for making beautiful user interfaces and handling logic like login, settings, server lists, etc. But when it comes to the actual VPN connection (the thing that tunnels your internet traffic), Dart alone can’t do it. That part needs to talk to the device’s lower-level system, and for that, native code is required.

So in short:

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

79687258

Date: 2025-07-02 10:32:31
Score: 0.5
Natty:
Report link

Support for NodeJS 16 (which has been EOL for almost two years) in AWS CDK was dropped on May 30th.

Here is the relevant blog post: https://aws.amazon.com/blogs/devops/announcing-the-end-of-support-for-node-js-14-x-and-16-x-in-aws-cdk/

Here is the PR implementing it: https://github.com/aws/aws-cdk-cli/pull/565

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

79687248

Date: 2025-07-02 10:22:28
Score: 1
Natty:
Report link

I've observed a clear issue with the SVG code snippet you provided: the path's drawing precision is very high (retaining many decimal places), which results in a large number of digits in your SVG snippet.

Usually, browsers can render SVG numbers with a precision of two decimal places, so if you can truncate the number of decimal places in the Path, it will greatly reduce the size of the SVG.

You can try using this Online Svg Optimizer to observe the content of the optimized SVG code snippet, and you will see how much impact this change has on the SVG.

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

79687242

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

Before async, get the ScaffoldMessenger.

var messanger = ScaffoldMessenger.of(context);
await Future.delayed(const Duration(second: 1));
messanger.showSnackBar(snackBar);

See: Synchronous BuildContexts | Decoding Flutter

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

79687241

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

This request is sent by the savefrom extension installed in your browser.

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

79687239

Date: 2025-07-02 10:14:26
Score: 2.5
Natty:
Report link

For anyone encountering this issue today: To avoid this problem, use a calibration pattern with an even number of rows and an odd number of columns, or vice versa. This asymmetry helps disambiguate the orientation of the pattern during detection.

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

79687234

Date: 2025-07-02 10:10:24
Score: 1
Natty:
Report link

Also it is possible with "option" method when reading csv file:

val testDF = spark.read.option("skipRows",1).csv("...")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onur Tokat

79687229

Date: 2025-07-02 10:05:23
Score: 0.5
Natty:
Report link

Alternative method using the Marc LaFleur linked example. I couldn't get this to work from with application permissions.

Connect-MgGraph -Scopes "Team.Create" -NoWelcome

$params = @{
    "[email protected]" = "https://graph.microsoft.com/v1.0/teamsTemplates('educationClass')"
    displayName = "My Sample Team"
    description = "My sample team's description"
}

New-MgTeam -BodyParameter $params
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Craig.C

79687228

Date: 2025-07-02 10:05:23
Score: 2
Natty:
Report link

For displaying the specific error message, instead of a generic unauthorized message, you will need to manage the API response properly in your .then() block rather than depending on the .catch() for this case.

Why?

Your API returns a JSON error response with status 200 or a non-error HTTP status) even when the ride is not found, so .then() is executed, not .catch(). The .catch() runs only on network errors or non-2xx HTTP status code.

How to fix?

Modify your .then() to check if the response keeps an error message to handle it accordingly, for example:

export const authUser = (rideId, action) => {
  return (dispatch, getState) => {
    const postData = {
      consumer: "Rapi",
      classId: rideId,
      action: action,
    };
    return Api.post('/api/xx/yy/auth', postData)
      .then((response) => {
        if (response.errorCode) {
          // Handle error response from API
          console.warn("Error:", response.message);
          return Promise.reject(new Error(response.message)); // to trigger catch if needed
        }
        const authorized = response.authorized === true;
        if (authorized) {
          console.log("User is authorized");
          return true;
        } else {
          console.warn("User is NOT authorized");
          return false;
        }
      })
      .catch((error) => {
        console.error("Authorization failed:", error.message || error);
        return false;
      });
  };
};
Reasons:
  • Blacklisted phrase (0.5): Why?
  • RegEx Blacklisted phrase (1.5): How to fix?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Techschneider

79687220

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

dude you just saved me from huge pain. Just lost 2 hours trying to figure out why the option was greyed out, and then I right click in the field well and it worked.

I hate powerbi.

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

79687219

Date: 2025-07-02 10:00:22
Score: 2.5
Natty:
Report link

Keycloak does not publish the HS512 secret key via the JWKS endpoint, but signs the email verification token with it. I don't want the user to verify the email through the keylock interface, I want to receive a link to the email that leads from vue3 -> java backend where I will analyze the token and make an email confirmation.
I want to be able to set a secret, tried via realm import and keycloak.conf but it is not possible.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Low reputation (1):
Posted by: William Manley

79687217

Date: 2025-07-02 09:58:21
Score: 1.5
Natty:
Report link

Try to update the CLI or use Custom option to Authorize the org

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

79687203

Date: 2025-07-02 09:50:19
Score: 3.5
Natty:
Report link

This situation seems to be a problem of JGroups message backlog

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

79687192

Date: 2025-07-02 09:41:16
Score: 1
Natty:
Report link
INSERT INTO sales (sales_id, item_id, location_id, time_id, sales_amount) VALUES 
(1, 1, 1, 1, 1000.00),

(2, 2, 1, 1, 500.00),

(3, 1, 2, 2, 1500.00),

(4, 3, 1, 3, 750.00),

(5, 2, 2, 4, 300.00),

(6, 1, 3, 5, 2000.00),

(7, 3, 4, 6, 800.00),

(8, 5, 5, 7, 600.00);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anu Radha Kalari

79687183

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

They are different because DataHash takes the length and the type of the message into consideration. so different message of same contents and different types give different outputs.

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

79687180

Date: 2025-07-02 09:33:14
Score: 2
Natty:
Report link

I tried it on Grafana 11.5 with {{ humanizePercentage $values.A.Value }} and everything works

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

79687178

Date: 2025-07-02 09:31:13
Score: 7
Natty: 4.5
Report link

Do you have any news about this issue, I am trying to do the same thing and the Get-AdminFlow return nothing

Best,

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Inoubli Nader

79687176

Date: 2025-07-02 09:28:11
Score: 1
Natty:
Report link

As of Java 25 EA Build 28, the javadoc tool processes Markdown in the @see tag correctly if used as follows:

/// @see <a href=""></a>[hello](https://openjdk.org/jeps/467)
public class SomeClass {
}

Result:

Rendered link in "See also"

As of IntelliJ IDEA 2025.1.3, such link are still not rendered.

Not rendered "See also" Markdown

We should wait for future releases of JDK and IntelliJ to make it look better.

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

79687174

Date: 2025-07-02 09:27:11
Score: 1
Natty:
Report link

Got it. It adds an entry to __annotation__

In [21]: __annotations__
Out[21]: {'o': {}, 'SECRET_KEY': 'SomethingNotEntirelySecret', 'myvar': 'Some string'}

anyway it looks strange that I can use any variable as a type hint.

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

79687170

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

Following will give you name of heads elements:

branch_names = [head.name for head in r.heads]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RCDevs Security

79687160

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

I overrided transform in InputLabelProps of my DateTimePicker and it fixed problem.

InputLabelProps: {
  style: {
    fontSize: '13px',
  },
  sx: {
    transform: 'translate(12px, 10px) scale(1) !important',
  },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user19590290

79687158

Date: 2025-07-02 09:17:08
Score: 2
Natty:
Report link

Typically, after days of trying, I worked it out myself minutes after asking this question.

Convert the json to a custom object, create a new list, create a variable for the array with an initial value of 0. Then loop through the custom object, incrementing the index variable by one each time.

enter image description here

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

79687152

Date: 2025-07-02 09:15:07
Score: 13.5
Natty: 7.5
Report link

Did you solve this issue? I'm facing the same problem, do you have some recommendation to me?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): Did you solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve this is
  • Low reputation (1):
Posted by: peng tse

79687142

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

I have simply deleted the whole /home/<my-user>/.cache/JetBrains directory. After this my "Recent WSL Projects" list in my JetBrains Gateway was empty and I needed to recreate/open them again.

As far as I can see no data was lost and even my settings were still the same as before.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PSanetra

79687118

Date: 2025-07-02 08:53:00
Score: 4
Natty: 4
Report link

Is there a line like

this.model.on('change', this.render, this);

in the code, or is listenTo() being used to listen for changes?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Mia

79687112

Date: 2025-07-02 08:47:58
Score: 5
Natty:
Report link

I am also working on this and referencing the nfclib source code.
Here is my project: https://github.com/JamesQian1999/macOS-NFC-Tool

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

79687109

Date: 2025-07-02 08:45:57
Score: 2.5
Natty:
Report link

hm. I can reproduce this behaviour & confirm that your answer solves this - as I’m currently tackling the same problem. And somehow it makes sense that it behaves like this, given the possibilities to automatically or manually acknowledge the record.

However, it seems quite uncomfortable to set the max poll records to 1 if I want to have an accurate lag metric - given the fact that the default is 500 for a reason. I assume that this would cause negative performance impact. Therefore I’m asking myself whether there is any simpler solution, anybody came across to measure the lag.

I thought about measuring it on the server side of my Confluent Kafka with JMX but this is also a bit of an overhead. Any other ideas or best-practices how one can solve this issue - and get an accurate consumer-lag? My goal is to raise alerts if consumer-lags build up.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: emaarco

79687107

Date: 2025-07-02 08:44:57
Score: 1
Natty:
Report link

Based on @Cory 's reply I made a function that returns with the same date from the previous month. You just need datetime library:

from datetime import datetime, timedelta

def same_dt_in_prev_month(dt: datetime) -> datetime:
    orig_day = dt.day
    return (dt - timedelta(days=orig_day)).replace(day=orig_day)

one_month_ago = same_dt_in_prev_month(datetime.now())
print(one_month_ago)
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Cory
  • Low reputation (0.5):
Posted by: andexte

79687106

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

I have encountered the same problem. The reason for this is that the Beale index cannot be calculated. The function will work properly if this index is excluded.

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

79687099

Date: 2025-07-02 08:38:55
Score: 1.5
Natty:
Report link

An Alternative for Instant would be to use ZonedDateTime which is also present in the java.time package and can easily converted to an Instant.

import java.time.*;

Instant OneYearFromNow = ZonedDateTime.now().plusYears(1).toInstant();

which is same response i gave for similar issue https://stackoverflow.com/a/79686982/7000165

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Valentine Tobah

79687092

Date: 2025-07-02 08:33:53
Score: 1
Natty:
Report link

An Easy solution to this problem is to

  1. First install your desired verison of python from python.org

  2. During the installation wizard check the add to path option at the bottom of the wizard so that you dont manually have to add python to path from environment variables

  3. Go to the directory where you want to create the python environment

  4. Run the command py -0 to check which python versions you have available

  5. Then run the command "py -//python version// -m venv //environment name// "---> "py -3.9 -m venv env3.9" to create a virtual environment which uses your desired python version

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

79687088

Date: 2025-07-02 08:28:52
Score: 4
Natty: 5
Report link

What solved it for me whas to increase 'max_input_vars' in php.ini

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

79687084

Date: 2025-07-02 08:24:50
Score: 2.5
Natty:
Report link

A little bit late, but you probably have to set the msms binary into the path. I also didn't manage to run it as msms, cause it has another name, so I change the name of the binary to msms and everything ran fine.

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

79687082

Date: 2025-07-02 08:23:50
Score: 2.5
Natty:
Report link
{  provide: DATE_PIPE_DEFAULT_OPTIONS,  useValue: {dateFormat: 'dd.MM.yyyy'}}

is the modern way https://angular.dev/api/common/DATE_PIPE_DEFAULT_OPTIONS for global config

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Desperado

79687081

Date: 2025-07-02 08:22:50
Score: 2.5
Natty:
Report link
{  provide: DATE_PIPE_DEFAULT_OPTIONS,  useValue: {dateFormat: 'dd.MM.yyyy'}}

is the modern way https://angular.dev/api/common/DATE_PIPE_DEFAULT_OPTIONS

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Desperado

79687080

Date: 2025-07-02 08:22:50
Score: 2.5
Natty:
Report link
{  provide: DATE_PIPE_DEFAULT_OPTIONS,  useValue: {dateFormat: 'dd.MM.yyyy'}}

is the modern way https://angular.dev/api/common/DATE_PIPE_DEFAULT_OPTIONS

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Desperado

79687070

Date: 2025-07-02 08:18:49
Score: 2
Natty:
Report link

You can use git tag and git hook to workaround.

I wrote a blog post guide you how to do it.

https://www.reactkeyblog.com/en/posts/how-to-automatically-add-commit-numbers-in-git-fork-%7C-reproduce-perforce-changelist-with-git-tags/296f5b54-e10e-4d6c-8eea-1cde1f886efb#blog-title

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Key Eric

79687067

Date: 2025-07-02 08:15:48
Score: 1
Natty:
Report link

Do this for KullaniciKayit. You are getting undefined because return Ok(result) returns ActionResult but your result is not

[HttpPost]
public async Task<ActionResult<Kullanici>> KullaniciKayit(Kullanici model)
{
    var result = await _kullaniciService.KullaniciKayit(model);
    return Ok(result);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Caner

79687062

Date: 2025-07-02 08:09:46
Score: 0.5
Natty:
Report link

Extending @CreeperInATardis answer, that is correct.

multipathd has following commands that produce JSON:

First one multipathd list multipaths json lists all multipath devices and prints JSON like this:

# multipathd list multipaths json
{
   "major_version": 0,
   "minor_version": 1,
   "maps": [{
      "name" : "mpathi",
      "uuid" : "366c4a7405155413030303135933856ef",
      "sysfs" : "dm-1",
...
   },{
      "name" : "mpathaa",
      "uuid" : "366c4a7405155413030303135a0b0c10d",
      "sysfs" : "dm-2",
...
   }]
}

(output is very large so I cut it out)

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @CreeperInATardis
  • Low reputation (0.5):
Posted by: Leonid K

79687061

Date: 2025-07-02 08:09:46
Score: 11
Natty: 5.5
Report link

Has anyone found a solution to this yet? Is there any extension available to achieve this?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Has anyone found
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zrzeda

79687047

Date: 2025-07-02 07:59:43
Score: 0.5
Natty:
Report link

Save the symbols in a file:

objcopy --only-keep-debug [executable] [executable].dbg

Strip the symbols from the executable:

objcopy --strip-debug [executable]

Add a link to the symbols file to the executable:

objcopy --add-gnu-debuglink=[executable].dbg [executable]

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

79687034

Date: 2025-07-02 07:52:40
Score: 2
Natty:
Report link

Seems like you can use Insta-loader for querying your saved videos.

You can check out this thread: https://www.reddit.com/r/DataHoarder/comments/mygsu4/instagram_saved_folder_scraper/

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

79687028

Date: 2025-07-02 07:48:38
Score: 0.5
Natty:
Report link

for x in myList is looping over elements which are of list type, which does not have lstrip method.

You will have to adapt like this : myList = [[x[0].lstrip()] for x in myList if len(x) > 0]

In my example, It will only lstrip if len of list is bigger than 0. In case list is empty, it will be ignored

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

79687022

Date: 2025-07-02 07:42:37
Score: 1.5
Natty:
Report link

This answer is from @furas' comment to the question.

Set the address in javascript to /static/PERDNI/09401576.jpg.

{% static ... %} is Python Django's syntax, so javascript doesn't understand that. So, we need to set the address directly to the file in javascript.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @furas'
  • Low reputation (0.5):
Posted by: djmoon13

79687019

Date: 2025-07-02 07:41:36
Score: 1.5
Natty:
Report link

n this fast-paced world, the digital world is deeply connected with mobile applications. These mobile apps have penetrated not only into our daily lives, making them much better, but also into our workplace and businesses. Many entrepreneurs, budding, or even well-established entrepreneurs have started embracing these changes in their businesses. To embrace these changes more positively, the business people are often on the lookout for the Best Mobile App Development Company.

Are you also facing struggles on your way to accomplish your business goals, as it is hard for you to understand the gamut of mobile apps? Well, you need not worry at all as we have compiled several bits of useful and engaging information that will lighten your path for choosing the best mobile app development services.

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

79687002

Date: 2025-07-02 07:32:34
Score: 3.5
Natty:
Report link

@a-haworth's suggestion to use border-box was great, but for reasons I don't quite understand yet, it didn't work on it's own. Instead, I had to switch from using flex: 1 & flex: 3 to get my sizing ratio to instead use flex: 1 1 25% and flex: 1 1 75%. The auto flex basis seems to have been problematic? Not quite sure.

body {
  min-height: 100vh;
  margin: 0;
  
  /* Just for testing */
  width: 760px;
}

.container {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  flex: 1 1 25%;
  
  /* All Good! */
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  max-width: calc(200px);

  background-color: lightsteelblue;
}

main {
  flex: 1 1 75%;
  
  padding: 0.5rem 1rem;
}
<div class="container">
  <aside class="sidebar">Sidebar Content</aside>
  <main>Main Content</main>
</div>

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @a-haworth's
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Devildude4427

79687001

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

In Android Kotlin you can change the Button tint programmatically like--

I am using the Jetpack View binding..

binding.imgEdit.backgroundTintList= ContextCompat.getColorStateList(context, R.color.green)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aakash

79687000

Date: 2025-07-02 07:31:33
Score: 11.5
Natty: 5.5
Report link

Hi i am facing the same error, please guide me.. i am using windows

Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): please guide me
  • RegEx Blacklisted phrase (1): i am facing the same error
  • RegEx Blacklisted phrase (1): i am facing the same error, please
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: anushkha thakur

79686998

Date: 2025-07-02 07:31:33
Score: 2.5
Natty:
Report link

https://comparexml.com/

It is an online tool specifically for comparing XML formats, which allows you to clearly see the differences between two XML files.

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

79686992

Date: 2025-07-02 07:26:32
Score: 2
Natty:
Report link

Use innerHTML (MDN docs).

Example:

let mapScript = document.createElement('script');
mapScript.innerHTML = 'the whole script body content';
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: biggujo

79686987

Date: 2025-07-02 07:23:31
Score: 1
Natty:
Report link

To view the data in the Core data database, first locate the path of the SQLite database for our project. This can be done by following the steps.

  1. Select your project target.

  2. Click on edit schema.

  3. In the run destination, select arguments, and in that, you can see environment variables.

  4. Add a new environment variable com.apple.CoreData.SQLDebug and set it value to 1.

  5. Now close and run the app in the simulator.

  6. In the console now you can now see all the logs related to core data.

  7. Search for CoreData: annotation: Connecting to sqlite database file at. This will give you the exact path for your database.

enter image description here

Great, you have done your first step, and now you have the path to the SQLite database of your project. To view the data in the database, you can use any of the free SQLite database viewers.

I am using DB Browser. You can download it using this link https://sqlitebrowser.org/.

Now go to the path that has been printed in the previous step using Finder, there you will see the .sqlite file. Double tap on it to open in the DB Browser. That's it, now you can inspect your database structure and values stored in it.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raguraman

79686985

Date: 2025-07-02 07:20:30
Score: 1.5
Natty:
Report link

I would say the first thing to check would be to go to this website:
https://marketplace.visualstudio.com/vscode if it doesnt load or you have a connection issue it could be due to a vpn that you have installed.
VS Code uses its own Node.js-based backend. Sometimes it can't connect even if your browser can. So you could try opening the VS Code terminal and run:
curl https://marketplace.visualstudio.com/\_apis/public/gallery/extensionquery
if that fails then there is a network restriction or a DNS issue inside your environment.

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

79686982

Date: 2025-07-02 07:19:30
Score: 0.5
Natty:
Report link

An Alternative Solution for Instant would be ZonedDateTime which is also present in the java.time package

import java.time.*;

Instant OneYearFromNow = ZonedDateTime.now().plusYears(1).toInstant();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Valentine Tobah

79686981

Date: 2025-07-02 07:18:30
Score: 0.5
Natty:
Report link

SQS uses envelope encryption, so the producer needs kms:GenerateDataKey to create a data key to encrypt the messages it sends, and it needs kms:Decrypt to verify the data key's integrity. It doesn't need kms:Encrypt, because it uses the data key to do the encryption.

The consumer just needs kms:Decrypt to decrypt the encrypted data key and then it can decrypt the messages using that data key.

So the repost doc is correct.

How is the application able to function correctly with the permissions 'reversed' like this?

My guess would be that either your queue isn't set up for SSE-KMS encryption, or your KMS key has the necessary permissions defined in it's key policy.

Are there any pitfalls or potential problems with this arrangement I need to be aware of?

Assuming the queue is encrypted, then you've got duplicate permissions defined in different places which isn't ideal, and you've got permissions defined that you don't need (e.g. neither producer nor consumer need kms:Encrypt).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: andycaine

79686978

Date: 2025-07-02 07:17:29
Score: 0.5
Natty:
Report link

My first impression was that 100.000 objects can be a lot, try to reduce it to something absurd like 1000 and see if it reproduces. Also you are not overflowing to disk (overflowToDisk=false), that is a hard limit to swapping which would explain the OOM error. Don't use eternal="true" unless you know very well the amount and size of objects you are storing, you are preventing the cache from cleaning up less used objects. Also remember to check -Xmx and -Xms in the JVM.

With the information you provide seems more like a code companion (IA) resoluble question.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Raul Lapeira Herrero

79686975

Date: 2025-07-02 07:15:28
Score: 3
Natty:
Report link

I had the same issue and was very frustrated - I'm using dates in Sheets a lot! Thank you for the solution, it works perfect!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30945448

79686964

Date: 2025-07-02 07:03:25
Score: 0.5
Natty:
Report link
dpkg -l | grep nvidia-jetpack

Use the above instead, it shows the actual installed JetPack version of the machine.

sudo apt-cache show nvidia-jetpack

The line above only shows the cached packages of the installed JetPack, and may have shown a few in the list. Just sudo apt clean it if you want to.

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

79686957

Date: 2025-07-02 06:58:24
Score: 1
Natty:
Report link
  1. Open the settings of the Terminal app (`Command` + `,`)

  2. Profiles

  3. Go to "Keyboard" tab

  4. Uncheck "Use Option as Meta key"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Nils Reichardt

79686940

Date: 2025-07-02 06:52:21
Score: 7
Natty: 6
Report link

I am also facing the same issue. Could you find a solution to this problem? I also try different parameters in API but it doesn't work.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30945117

79686939

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

To resolve this issue, I updated my app's build.gradle file to target the required API level:

android {
    compileSdkVersion 35
    defaultConfig {
        targetSdkVersion 35
    }
}

But you still got the warning then please remove the older bundles from the open close testing.

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

79686938

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

Yeah, figured, it is possible but I lack the expertise, however I found that you need to have su privilages for the app, which is impossible to provide in these devices , they are closed source and very little documentation is available from manufacturer, I even tried adb and all other ways (tried rooting too, but failed misearbly),somehow, accesing the serial port via termux is possible,even tried background terminal process)(too slow for me),
Later I found a plugin called SPUP ,a uart bridge approach(my last resort), but it is smart and can adapt to all platforms without any code changes,which hopefully worked

So the problem is currently solved, but still open to suggestion and alternatives.
Thanks

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

79686936

Date: 2025-07-02 06:50:20
Score: 2.5
Natty:
Report link

The issue lay in ModSecurity. It was set to "Detection only" with the default OWASP ruleset, but even so, it appeared to throw some kind of error. I have been able to resolve it by setting ModSecurity to Off, or to a different ruleset like Atomic Standard (and then it can be fully on, yielding no problems).

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

79686930

Date: 2025-07-02 06:46:19
Score: 2
Natty:
Report link

I am facing the same issue, I have attached the log for this issue. UUID is not loadable by azure function apps

import uuid
2025-07-02T06:28:33.900 [Information] File "/home/site/wwwroot/.python_packages/lib/site-packages/uuid.py", line 138
2025-07-02T06:28:33.900 [Information] if not 0 <= time_low < 1<<32L:
2025-07-02T06:28:33.900 [Information] ^
2025-07-02T06:28:33.900 [Error] SyntaxError: invalid decimal literal
2025-07-02T06:28:33.900 [Information] Traceback (most recent call last):
2025-07-02T06:28:33.900 [Information] File "/azure-functions-host/workers/python/3.11/LINUX/X64/azure_functions_worker/main.py", line 61, in main
2025-07-02T06:28:33.900 [Information] return asyncio.run(start_async(
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
2025-07-02T06:28:33.900 [Information] return runner.run(main)
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
2025-07-02T06:28:33.900 [Information] return self._loop.run_until_complete(task)
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
2025-07-02T06:28:33.900 [Information] return future.result()
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing the same issue
  • Low reputation (1):
Posted by: Shwetank