Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
12 views

I have the below lwc which I am planning to use inside lwr. But the behavior is different/strange. For example: when I am giving some wrong date like Nov 39, 2025. it automatically chooses the next ...
Sudipta Deb's user avatar
0 votes
0 answers
122 views

When we use lightning in multigpu setting with strategy ddp, predictions = trainer.predict(model, dataloaders=predict_dataloader) the predictions are from a single gpu. From Combining loss, ...
user3731622's user avatar
  • 5,159
0 votes
0 answers
103 views

I have an LWC component that serves as a child component within an Aura comopnent. I'm passing data from Aura to the LWC to display in a Data Table. There is a button in the LWC, and when clicked, it ...
Anita Mehta's user avatar
0 votes
0 answers
78 views

I have been encountering this problem when I use SceneManager to change the scene or restart. where the new scene looks darker and the shadows more prominent even though the values are the same. See ...
Avisa Rasooli's user avatar
0 votes
1 answer
157 views

I have a Custom LWC component exposed on a Record Detail page in Salesforce. This component includes a Design attribute that dynamically queries picklist values. When I drag and drop this component ...
Gowtham S's user avatar
0 votes
0 answers
2k views

I am currently working on a medical image analysis project where GPU acceleration is crucial for performance. Despite enabling the GPU through the green icon in the top right corner of the Lightning....
Ali Serwat's user avatar
1 vote
1 answer
1k views

I want to rum mpnn with a lightning trainer on my mac. These are my trainer settings: trainer = pl.Trainer( logger=False, enable_checkpointing=True, # enable_progress_bar=True, ...
user25208651's user avatar
1 vote
0 answers
64 views

Looking for a standard ways to redirect to parent Object after Child record creation on salesforce Lightning by using URL's on Master Object List view button Could not find a way to redirect to parent ...
GCK SFDC's user avatar
0 votes
1 answer
36 views

In the first Nextjs14 boiler project you start, use the npm i lnurl After installation, API, just by importing 'lnurl', the following error occurs. Import trace for requested module: ./node_modules/...
keating's user avatar
  • 405
0 votes
1 answer
2k views

I am trying to fetch the Id of the record when user clicks on edit, this is little different out of box implementation rather than regular edit functionality in lightning datatable. Using custom ...
getty's user avatar
  • 1
0 votes
0 answers
123 views

Hello guys I have an Universal renderer pipeline asset installed in my Unity editor, the problem that I am facing is I want to get that 2D lightning in front of and behind certain objects. I have ...
AvaloN's user avatar
  • 1
1 vote
1 answer
2k views

I am trying to change the header color of the card and also there is line after the data table how to get rid of that line. Is it the border of data table. I want to get this result Is it the ...
Hasan Zubairi's user avatar
2 votes
0 answers
425 views

I am trying to replicate the multimodal transformer tutorial shown here in a colab notebook. However, this is a relatively old script and lightning.pytorch has changed significantly. I've adapted it ...
supvato's user avatar
  • 111
0 votes
0 answers
71 views

I have a requirement to embed an url inside iframe, which fits inside a lightning component. I would like to request you all to help me with an approach, where webpage contents can be disabled/cropped ...
Sai Sudarshan's user avatar
0 votes
1 answer
204 views

installed https://github.com/Ride-The-Lightning/c-lightning-REST/ my cl-rest-config.json is { "PORT": 3001, "DOCPORT": 4001, "PROTOCOL": "http", ...
Roberto's user avatar
  • 11
0 votes
2 answers
3k views

I am trying to get a data table with Account hierarchy using the Lightning tree grid lwc. I have a community page and when I open an account record, there is a parent Id field on each account. I am ...
Binu George's user avatar
1 vote
1 answer
98 views

I am trying to make a Django API for handling lightning payments, and I need to implement some functionalities such as unlocking wallet, changing password etc. I am getting "Incorrect padding&...
Pau1aAm7's user avatar
0 votes
1 answer
669 views

I want to improve the performance of my game. I've done many things and there have been drastic changes in performance. I also want to change the light. but I don't know which light is more ...
erenjeager's user avatar
0 votes
1 answer
1k views

{ label: 'Name', fieldName: 'Name', type:'button',initialWidth:200,typeAttributes: { label: {fieldName: 'Name'},class:"borderRemove" },sortable: true} //css class .borderRemove{ border:none; ...
Chirag Kansal's user avatar
2 votes
2 answers
579 views

I have a table which include a image in one column. I want to download table in Excel format with image data. Is there any way tot achieve this. My table looks like this [![enter image description ...
nischal vasisth's user avatar
2 votes
1 answer
142 views

I am looking at some docs for Lightning invoices creation at https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#now-send-24-for-an-entire-list-of-things-hashed. They say a SHA256 ...
Sergei Basharov's user avatar
0 votes
1 answer
934 views

Below i am pasting my code from cmp file and controller file> cmp file> <div class="slds-p-around_small slds-grid slds-gutters"> <lightning:input ...
Amit Kundu's user avatar
0 votes
1 answer
237 views

How to enable lookup/autocomplete feature in cases. I am doing a migration from classic to lightning. In classic this feature is enabled. I am new to salesforce. Please help.
Hasan Zubairi's user avatar
0 votes
1 answer
1k views

I am trying to add a link to redirect from opportunity page to a vfp page. There are two pages one for classic and one for lightning. I want to add two links. If user is in classic mode one button ...
Hasan Zubairi's user avatar
0 votes
1 answer
1k views

I got requirement to recalculate B2B Webstore index programatically. Found documentation here: https://developer.salesforce.com/docs/atlas.en-us.232.0.apexref.meta/apexref/...
Bartosz's user avatar