156 questions
1
vote
1
answer
43
views
Extract type from branded type
How can I extract the type of a branded type in TypeScript?
It works on non literal brands:
type Branded = string & {
brand: string;
};
type Extract_I<T> = T extends infer V & { brand:...
0
votes
1
answer
129
views
Getting failed results on Brand campaigns on our Twilio sub-accounts
I was having difficulty in getting A2P approval on our sub-accounts brand campaign. The error shows: (1) The campaign submission has been reviewed and rejected due to issues verifying the Call to ...
1
vote
1
answer
94
views
Brand-Specific `AndroidManifest.xml` Not Being Merged in .NET MAUI Project
I'm working on a personal project where I need to use different AndroidManifest.xml files for different brands of the app. Each brand has its own manifest file located in a separate directory. However,...
0
votes
1
answer
294
views
Azure Auth Company Branding not showing all options
I need to make some changes in azure auth proccess.
I'm following this steps to change de default CSS https://learn.microsoft.com/en-us/entra/fundamentals/how-to-customize-branding
These are the ...
3
votes
0
answers
75
views
NetBeans Rich Client Platform: How to hide search bar from the options dialog?
How can I hide or remove the search bar from the options dialog? I can hide the tabs such as General, Editor, Java, A, B, C, X, Y, etc. by editing the layer.xml file but I cannot do the same for the ...
0
votes
0
answers
26
views
How to test POS Terminal Appication in Appium
How to test POS Terminal Appication in Appium for validating Sale, Bank and Brand Transaction with Base 24.
I have an Query --How to Validate & which type of Major step mainly taken to validate ...
0
votes
1
answer
49
views
Hiding DocuSign Links in Brand Settings Not Working
I've set the Brand to hide the Help and About links but they are still showing for some reason. This is the only Brand I have configured so it is definitely using this one.
As a test I set my own ...
2
votes
0
answers
148
views
Vue.js with Docker and brand-specific customization
I'm faced with the following situation:
I have a Vue3 application that is currently being deployed via Dokku. It could also be deployed using plain Docker in the future, but the point is that it is ...
1
vote
0
answers
1k
views
Where can I get the colors for the built-in themes for SharePoint Online?
Please note this pertains to Sharepoint Online Themes only, not older versions or on-premises.
Specifically, my manager wants a dark theme and we want to use the "Dark Blue" theme as a base ...
0
votes
0
answers
40
views
Torch.ai and PyTorch - What's with the connection?
There is a ML/AI company I came across called https://Torch.ai and the logo looks exactly like the PyTorch logo. They don't mention PyTorch anywhere on the site but it looks like they should. I really ...
1
vote
2
answers
924
views
Add custom theme in application?
I am building an android application. Where I am adding custom theme Color(Blue, Red, Yellow ETC) which can be choose by users.
I am able to apply custom theme for my view, text and icon. The ...
-1
votes
1
answer
65
views
how to enable feature enable_multiple_brands in branding api of one login
I am getting this error while creating account brand in OneLogin I am attaching the screenshot below branding api error message
2
votes
0
answers
109
views
Rebranding of a Flutter Project
I need to rename my current project fast( rename bundleID, change icon, etc) and need to write some little tool which i can use with command line to affect changes in my project files and folders. ...
1
vote
3
answers
4k
views
DBT docs generate - How to give the specific branding to the documentation website
How to replace the DBT logo with some other image in the website header, generated by dbt docs generate command.
0
votes
1
answer
395
views
How to add logo, banner or text on application level to show on login page when logging in to an application with Azure AD?
I've created an Azure account and added an application to it.
On company level I changed the branding (added a background and banner to the login page).
This is working great.
But I would like to ...
1
vote
0
answers
314
views
Windows Server IIS Configuration For SendGrid SSL Click Tracking
I would like to be able to use the Link Branding with SSL in SendGrid for Click Tracking. I followed the instructions for link branding and have it all setup on my DNS Server. I would prefer to use ...
-1
votes
2
answers
185
views
WPF: Using resx file for white labelling (Not localization)
We have a requirement to white label our application, where certain strings (notably the application name) will be different depending on the brand.
Many years ago, I'd had experience using resource ...
0
votes
1
answer
467
views
Avada Wordpress theme - unable to access Branding settings
We have just commissioned a new website via a commercial designer, who has used Wordpress with Avada theme and Avada Branding. As the owner of the site with an admin login, I am unable to access some ...
0
votes
1
answer
173
views
Docusign - using two different email body/blurb contents
Hello I have setup our app using the dev/demo account and almost ready to get a paid account. I want to get a starter API account, which doesn't have Branding.
Can I remove the Resource File from the ...
0
votes
1
answer
227
views
Send FCM from one Firebase account to apps compiled w/ different package names
This may really be more of a branding question but I'm asking here because it has to do with how FCM handles notifications.
We have an app that sends notifications to users based on the topic they ...
0
votes
2
answers
140
views
How do services like Okta and Auth0 implement their sign-on experience for Azure AD users?
With Azure AD users, sign-in usually requires you to be redirected to Microsoft URLs to enter your credentials. Okta and Auth0 allow these users to sign in from arbitrary URLs like https://orgname....
1
vote
2
answers
524
views
How can I combine nominal data on SPSS?
I am doing my dissertation about brand recall. I created on spss a variable with the brands that the respondents recalled first (eg: 1 = "Facebook", 2="Instagram" and so on). I ...
0
votes
1
answer
167
views
Remove Youtube branding after embedding video in web page?
I've a problem with removing Youtube logos after embedding it inside a Web Page.
I mean this logo
I've already tried with modestbranding=1 and showinfo=0 inside my HTML code with no success. I also ...
0
votes
1
answer
3k
views
Azure Active Directory Company Branding Not Showing on Sign-in Page
We are unable to get working our Azure Active Directory Company Branding. Neither the logo comes up nor the background image.
Checked on multiple devices with multiple time changing it on Azure....
1
vote
0
answers
183
views
How to Handle CSS for React Site locales driven by URL
I am working on a site (React via create-react-app, Sass for all components) whose CSS and data are driven by the URL. The URL is made up like so:
www.mysite.com/:brand-:locale
Each of the 4 brands ...
20
votes
6
answers
11k
views
Typescript: Enforce a type to be "string literal" and not <string>
Problem
Is there a way in Typescript to define a type that is only a string literal, excluding string itself?
Note that I am not talking about a certain list of string literal; for which, a simple ...
0
votes
1
answer
246
views
Branding / white labelling Azure Logic Apps
We'd like to use the Logic App UI/engine in the Azure Portal and give it to customers who have some development experience, so they are able to hook into our application to customise some calculations....
2
votes
1
answer
283
views
Asp.Net Core - Azure AD SignOut page Branding
I'm developing an application with Asp.Net Core 3 and I'm using the Azure Active Directory for authentication/authorization with Microsoft.Identity.Web (now a Nuget Package)
I was able to setup the ...
3
votes
1
answer
46
views
How to cleanly present different text to users based on user properties?
I'm building an app in Rails with SSR ERB views. In the app I'm building, each user is associated with a brand (i.e., a company). Based on the brand the user is associated with, the app must present ...
0
votes
1
answer
25
views
Icon from main app used in the branded app
I have a project with the main app. Its icons are set in the "Images.xcassets" asset - "AppIcon" icons set.
For the branded app I've created target (duplicated from main target actually). And for ...
3
votes
2
answers
2k
views
Multiple theme patterns handling in iOS [closed]
What is the best approach to create multiple theme iOS application?
I want to create styling for the whole app. For example, each label can have customizable font, size, colors, etc.
Are there any ...
1
vote
0
answers
468
views
How can I get the default Power BI Report Server branding zip file?
I need to change the default branding of our instance of Power BI Report Server (PBIRS). I've read a few articles on how to do this (e.g. Guy in a cube do a good video on YouTube). However, is it ...
-1
votes
2
answers
272
views
Looking for suggestions on web hosting solution (Wix, Squarespace, WordPress, for following
I want to host a clean, branded site that allows users to submit data which I will post process on some regular cadence and send custom emails based on data processing results. I can write code and ...
0
votes
1
answer
26
views
Can I use the "skills" word to label my product extensions?
We are developing a SaaS product that can be extended by developing add-ons or plug-ins. We are calling those extensions "skills", exactly the same way Amazon's Alexa calls its extensions. Our product ...
0
votes
1
answer
92
views
Scss array branding stylesheet
I wanted to use a Scss solution to easily modify styles on a website with multiple branded sub sites. My aim was to get arrays for elements (classes, ids, tags) which share styling properties and just ...
1
vote
1
answer
893
views
Branding Windows 10
We are trying to customize windows log on process for our product.
We've established Auto-Logon for a user and replacement of the shell.
However, we can't seem to be able to remove the authentication ...
3
votes
2
answers
2k
views
company branding doesn't work for password page in Azure Portal
I've created company branding from the Azure portal for my application.
This is working as expected for the first page i.e, the username page. When I click on next for the password page, the custom ...
3
votes
1
answer
3k
views
"icudtl.dat not found in bundle" when launching custom branded Chromium build on Mac?
I am trying to build Chromium from source. I was able to build it for Windows, now I am trying to build it for Mac.
I am customizing the branding so I can have my own icon and browser name.
I made ...
1
vote
1
answer
765
views
Applying client specific labeling and logos while building Angular 6 app
We have a product it have multiple clients, with their specific labeling and logos. So what i need to do is to build my app with client specific configurations. How can I achieve this in optimal way? ...
1
vote
1
answer
3k
views
Azure Active Directory Company Branding - Can't Edit
I've configured Company Branding (Images, Text, etc.) using Azure Active Directory > Company branding > Configure, and works fine.
However, I can't find any way to actually go back and edit the ...
1
vote
1
answer
112
views
How do people have mobile apps that display maps with no logo
I have had a look at a bunch of different map APIs and all the ones I have found require you to display their logo.
I have had a look on the iOS app store and there are loads of apps that display a ...
2
votes
1
answer
312
views
Brand wise building with Webpack
I have a requirement to do webpack build based on the brand (use brand specific css to build). I want to pass the brand as an agrument while building. for example I have 2 brands brandA and brandB, I ...
0
votes
1
answer
275
views
How to remove special characters and codes (using jquery) from sharepoint rendered html?
I am Working on a branding of share-point application. In some cases, rendered html contains codes like ''. In my slider, these are generated 8 times and in modal and content pages, their count ...
3
votes
2
answers
3k
views
Custom title AND logo in PowerBI Report Server
I have a Power BI Report Server 2017 to which I have applied a branding package, as per this guidance.
However I cannot find a way to have both a title and a logo at the top of the page. Including &...
1
vote
1
answer
567
views
Can I Use The Facebook Name And Logo On A Login Button?
I'm using the facebook-unity-sdk and have integrated facebook login for easy user authentication. This seems to be encouraged. However, I am at the point where I am designing my login button, ...
3
votes
1
answer
1k
views
Proper chromium browser branding?
I'm working on Chromium fork. How can i replace Chromium resources and app package?
Resources
I've found that one day android_branding_res_dirs gn argument was introduced:
@@ -43,10 +43,10 @@
# ...
0
votes
1
answer
1k
views
Steam Open ID login image
I was looking at https://steamcommunity.com/dev and i noticed for the OpenID they say
If you are using OpenID on your site, we request that you use one of the following buttons as your link to the ...
0
votes
1
answer
375
views
Branding a MS SQL BI Server
I am working on a MS SQL BI project. Now I have to brand this Server, according to the tutorial from "Guy in a Cube":
https://learn.microsoft.com/en-us/sql/reporting-services/branding-the-web-portal
...
2
votes
2
answers
201
views
Custom landing page for SaaS application
I am building a SaaS based web application, to which users can connect using their own domain and apply their company branding to it.
How can I customize the landing page of my application based on ...
4
votes
3
answers
4k
views
How to remove LARAVEL from branding and use own branding in Laravel 5
In Laravel 5, how could I remove "Laravel" from the forget password email template, and to use my own branding?
Please kindly advise to achieve this.