Questions tagged [lightning]

Questions about the Lightning extension to Mozilla Thunderbird

You can find more information about the Mozilla Calendar Project at: http://www.mozilla.org/projects/calendar/lightning/

153 questions
1
vote
1 answer

Mozilla Thunderbird Lightning sending invite to "unknown@somewhere.com

Using Mozilla Thunderbird 31.4.0 on Ubuntu Linux, along with Lighning Calendar. For some reason, every time I send a meeting invite, it adds a invitee with the email address unknown@somewhere.com. I have no idea where this is coming from but would…
Jim Maas
  • 1,481
  • 2
  • 16
  • 36
1
vote
1 answer

Thunderbird with lightning not reading valid ics file

I am writing a program for work that takes all of our ics files from our cal server, merges them into a single ics file, and then places that file on a webserver to be subscribed to. I have everything working great in the Mac's iCal program and the…
David
  • 1,296
  • 1
  • 15
  • 25
1
vote
1 answer

Can Lightning calendars be created with thunderbird.cfg?

We have set up a calDav server and are planning deployment within our enterprise but are having trouble creating the calDav calendars in Thunderbird with Thunderbird.cfg, default.js, all.js or user.js. Is there a method of automating the creation of…
0
votes
0 answers

Capture the record visitor details on lightning record page it is org default

I have one lightning record page which is org default. I want to show on record level current user name and no. of times he visited page. I wanted to achieve this using lightning web component. can you help me . I am new to LWC. I tried this…
0
votes
0 answers

TypeError: unsupported operand type(s) for -: 'NoneType' and 'Tensor' for tuner.lr_find()

I'm trying to create 100 candidates learning rate using tuner.lr_find() between the minimum and maximum values I tried this: inputs = torch.tensor([0., 0.5, 1.]) labels = torch.tensor([0., 1., 0.]) dataset = TensorDataset(inputs, labels) dataloader…
0
votes
1 answer

Salesforce lightning card header background

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 lightning card or some other component.
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
0 answers

Lightning: can't train on GPU after loading submodule from disk

I have a LightningModule that looks something like this: class MyModule(pl.LightningModule): def __init__(self): self.module1 = Module1() self.module2 = Module2() def save(path): torch.save((self.module1,…
MadScience
  • 81
  • 2
0
votes
0 answers

Get the Case Number when we clicked the Knowledge Article in Case Knowledge Article Related list search box

I have a requirement from client that is In Case, Knowledge Article Search Section is there, In Standard Search of Articles if I open particular knowledge Article I need to get the Case Number from which Case user has searched. How to do that? I…
0
votes
0 answers

Salesforce Screen Flow Dynamically Update Text Field based on Value of Picklist

I'm trying to display a Text Field in my Screen Flow based on a Picklist Value. Example: In a Picklist I see all Contracts. Now, when I choose a value from this Picklist I like to display the Account Name in a Text Field. When I choose a new value…
ioSven
  • 15
  • 3
0
votes
0 answers

Salesforce LWC to screen flow events

Is it possible to trigger standard component event from a custom Lightning web component. Like a value change in flow textbox to update a label in LWC on the same page and instantly.
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
0 answers

"parent error" when using callbacks in lightning.pytorch Trainer

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 to the new lightning and it runs when I remove the…
supvato
  • 33
  • 5
0
votes
1 answer

How Can Use Dynamic Shadows In my unity AR project?

I am trying to create a AR project to place furnitures by using camera. The shadows of the application do not change depending on the light. I need dynamic shadows that respond to light. I used Shadow Receiver URP (AR)Shadow Receiver URP (AR) Asset…
0
votes
0 answers

Crop webpage(url) content inside an iframe

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 so only required consents of page can be viewed…
0
votes
0 answers

Lights pass through the objects in unity

I'm having a trouble, I'm trying to create a dark scene for my project, but, when I add lights, the lights pass through the objects, it has no sense, becouse it pass through the walls. Light beside of an object Light passing through the object I…
Seokku
  • 1
0
votes
1 answer

Ride-The-Lightning/c-lightning-REST/ "Authentication Failed!"

installed https://github.com/Ride-The-Lightning/c-lightning-REST/ my cl-rest-config.json is { "PORT": 3001, "DOCPORT": 4001, "PROTOCOL": "http", "EXECMODE": "production", "LNRPCPATH":"~/.lightning/bitcoin/lightning-rpc", …
Roberto
  • 11
  • 2