python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Post-hook to DBT_CLOUD_PR Schemas (DBT Cloud CI)
I was wondering if it is possible to attach a post hook to DBT_CLOUD_PR Schemas (Generated by dbt Cloud CI) so that only the developers can see the PR tables generated on the database.
I would like to...
Salahddin-Warid
Votes: 0
Answers: 1
Angular Get value from string Enum using integer
export enum RoleTypesEnum {
RoleA = 'Role is A',
RoleB = 'Role is B',
}
// in TS file
public RoleTypesEnum = RoleTypesEnum;
I want to get string value (ex Role is B) from enum using an integ...
Mihai Socaciu
Votes: 0
Answers: 1
Ping a role in an auto message from my custom Discord bot
I'm facing an issue concerning my Discord bot.
I made an automatic answer that pings the user when he gets a role.
Everything works fine, the user gets pinged and the embed appears as planed.
I would ...
Laura M.
Votes: 0
Answers: 1
What guard should I use in Spatie permission when I'm using sanctum for my APIs?
I'm currently using the Spatie permission package, but I'm a bit confused what guard should I use since I'm using sanctum to authenticate the users. Should I use web? or api? or sanctum?
Blues Clues
Votes: 0
Answers: 1