Questions tagged [customization]

Modifying the default state of an application to suit a user's preferences or to address the unique requirements of a particular objective.

An app that supports customization may allow users to change default values, colors, or settings and persist those changes for the next time the user runs the app.

Customization can also refer to modifying configuration settings or modifying source code to make a "prepackaged" software product meet a requirement that is unique to a particular customer or environment. For example, if an app needs to fetch data from a server, the specific details of how the app should connect to the server (URL, protocol, credentials) are usually externalized in a configuration file so they can be easily customized without requiring code modifications.

4611 questions
1
vote
0 answers

WordPress - Woocommerce custom column on “Customer” sub-menu

I am using Woocommerce to create one online shop and my requirement is to add a custom column in the customer sub-menu under the Woocommerce menu - highlighted in the following screenshot. As this is not some custom post type table, I am unable to…
Himadri
  • 2,922
  • 5
  • 32
  • 56
1
vote
1 answer

Customizing an Alert in SwiftUI

In an iOS app using SwiftUI, I have set an alert with this kind of code: Alert(title: Text("Nice Title"), message: Text("Some important message for the user."), dismissButton: .none) It works, but I would like to change one…
Michel
  • 10,303
  • 17
  • 82
  • 179
1
vote
1 answer

@react-native-firebase/messaging how to customize notification?

According to the documentation: https://rnfirebase.io/messaging/usage I want to display the background notification from firebase but with custom configuration, like a custom icon, custom data, and custom function on tapping on a notification. //…
1
vote
0 answers

How to Master the HTML/CSS in Weebly

I’m trying to update a client’s existing website with: Centered links in the navigation Social Media links on the right side of the navigation A Sidebar on the right side of the Home page that would contain links to their blog My problem is that…
1
vote
0 answers

How to reset customization of default home view in IBM Cognos 11.0.5 to default welcome page

While testing customization of Cognos 11.0.5 I've tried to make a dashboard the default home page following the steps in IBM knowledge center Here On the Views tab of the Managing > Customization slide-out panel, click next to the default home…
Monem_منعم
  • 336
  • 2
  • 10
1
vote
0 answers

Custom loss calculation causes RuntimeError: Attempting to capture an EagerTensor without building a function

Environment: tensorflow 2.2 on Windows 10 x64 in CPU only mode. Using tf.keras. I want to build a simple model for image to text recognition (sometimes called OCR). For this I use CRNN model architecture with CTC loss function. There is a nice…
Pavel Chernov
  • 1,807
  • 1
  • 16
  • 15
1
vote
1 answer

Create a custom layer

I am trying to create a Sign layer in tensorflow. Because the gradient of Sign is zero, I want to create a function like this: but I don't know where should write backward function?
Moein
  • 61
  • 5
1
vote
1 answer

Custom convolutions and none type object in keras custom layer for gating operation

I am trying to implement gated pooling layer in keras and this will need to first find the max and average pooling of the layer. After that it computes a region wise parameter using the same trainable mask across all the depth dimensions. For…
1
vote
0 answers

Can you assign custom icons to file types that don't have icons yet?

I want to assign an icon to .vert-files. Now they have the same icon as textiles, so there is no icon assigned to it yet. Is it possible to assign an icon to this file-extension and if yes, how?
Nikita Demodov
  • 553
  • 5
  • 17
1
vote
2 answers

PowerShell export "Get-volume" to excel/csv

I used the below one it gives somewhat different in excel ,please help me on this #Disk Space Get-Volume $results = Get-Volume | Export-Csv -Path C:\temp\software1.csv Note: I need health check , Drive Name, Free space , size, disk type in…
MOHIDEEN
  • 13
  • 2
1
vote
1 answer

Default message or image to appear when AWS servers are at stopped state

we have an AWS infrastructure as follows Client --> Internet Facing LoadBalancer --> Firewall --> Internal LoadBalancer--> ECS Containers we have an LAMBDA FUNCTION, which stops the servers during night time and starts again at Morning time to…
Bala krishna
  • 519
  • 1
  • 10
  • 24
1
vote
2 answers

Acumatica - Action "Reverse and Apply Memo" Default Post Period to active financial period

Can a customization be created to set the post period to the current active financial period after pressing the "Reverse and Apply to Memo" action in "Invoices and Memos" screen? We've noticed the newly created credit memo defaults to the post…
jckta
  • 33
  • 2
1
vote
0 answers

CABasicAnimation with UINavigatonController and custom animations goes wrong

Here below you can see the result of my code. Please note that the second time when I press in the Back Button the animation is not working. Best Regards I have tried for hours to understand what is the trouble with my animation, but I can't find…
1
vote
0 answers

How do you use the framework.jar from a target system in AndroidStudio?

I want to develop an application, in AndroidStudio, for a target system with a custom /system/app/framework.jar The SDK for JellyBean 4.2, in ...\Android\Sdk\platforms\android-17 has an android.jar which I think is the 'framework' classes. I want…
Ribo
  • 3,363
  • 1
  • 29
  • 35
1
vote
1 answer

TFS - Customize releases view

I'm using (on premise) Microsoft Visual Studio Team Foundation Server Version 15.112.26307.0 I wanted to know if I can add a custom column to the releases view, so the approver can take a decision to approve from one environment to another based on…
diegoarg79
  • 111
  • 1
  • 6