How do you debug the Custom Providers code when running it locally from your IDE?
@sriharsha149Ай бұрын
Can we use any other open source library to get same 3d layout
@aditigupta6870Ай бұрын
How are we authenticating here to the GCP bucket? In code there is no authentication shown
@sanjayms003 ай бұрын
how to call other user, permission, policy etc from angular
@CarbonRiderOnline3 ай бұрын
Sanjay your question is not clear. Can you elaborate it?
@kirillknyazevknyazew16343 ай бұрын
How can I store GCS connection variables as environment variables. It's not safe to keep JSON file.
@CarbonRiderOnline3 ай бұрын
You shouldn't keep the JSON file inside the project source code. It can be easily be stored in Secret manager or Environment variable. If you are using docker, then you can fetch the file contents and write it to a location which can be then read by your program.
@sansu19855 ай бұрын
Sir, how to add special formatting for last node which wont expand further
@CarbonRiderOnline5 ай бұрын
@sansu1985 check this link. You can define style class for node. primeng.org/tree#api.tree.interfaces.TreeNode
@tvoliver11125 ай бұрын
Refused to frame 'localhost:8081/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". Are you fix error here
@vigneshsriramj84356 ай бұрын
how to access a file using google drive api i have stored a google drive link in my db with that i need to access the file internally please help
@algavone7 ай бұрын
Thank you very much, sir!! Using this for a little side project during a coding bootcamp. All the best!
@jscales43107 ай бұрын
I encountered an error 'cannot read properties of undefined (reading 'type')' under apexcharts.esm I followed the steps. Im using: Angular cli version 9 apexcharts version 3.19.2 ng-apexcharts version 1.3.0 What is the problem? I don't have any error on my code
@PuchoWebSolutions7 ай бұрын
Hello from New York City! Can Command Palette be used with any website software stack? Specifically, WordPress or other static stie generators. Or is Command Palette only for React sites? Thank you for your informative video.
@CarbonRiderOnline7 ай бұрын
yes, you can add command palette to any website. Just create a single output file using webpack or build tool of your choice and then the script can be included in any website.
@elvisninan66057 ай бұрын
Great video, really helped setup Editorjs. Just having one problem, in angular16 the plugins are not working due to missing types for the plugins.
@CarbonRiderOnline7 ай бұрын
Hi, I haven't checked EditorJS with Angular 16. I will check that and reply you back.
@hematw7 ай бұрын
Well done bro
@AbhilashaVar8 ай бұрын
so if i want to enable the custom provide , after running mvn clean install command , in target file i will get the jar file should i copy that file to the path keycloak/lib/deployment is this correct to enable the custom provider , please reply
@CarbonRiderOnline8 ай бұрын
@AbhilashaVar if you have to add it inside Keycloak container then you should copy it to /opt/keycloak/providers/ If you are running Keycloak on your local machine using extracted folder, you will find providers folder inside Keycloak directly.
@AbhilashaVar8 ай бұрын
Hi i want an springboot api which internally call this but without exposing this keycloak UI to the user please provide
@CarbonRiderOnline8 ай бұрын
@AbhilashaVar can you please clarify the requirement? What exactly are you trying to achieve - is it REST API or web based application? Also is it server to server communication or are you building custom GUI for login?
@AbhilashaVar8 ай бұрын
@@CarbonRiderOnline basically i want to register the user in keycloak through otp without exposing the UI of the keycloak 0r otp UI , so i want to make an Springboot API which internally calls the keycloak SPI ,also i have one confusion ,how to enable the custom provider do i need to copy the jar file to the provider foldersv of keycloak or without doing this is it possible to enable the provider with the code only??also i cant able to find the path oyp/keycloak/providers or standalone/proviers in keycloak
@CarbonRiderOnline8 ай бұрын
@AbhilashaVar If you building your own registration page UI and wish to create a user in Keycloak, then you will have to use Keycloak SPI. To do that, you need to create a client with direct grant credentials. Also it needs to have permissions to manage users. You can then use that client (with id and secret) to invoke Keycloak SPI to create user. You do not need any custom provider to build this.
@suvendujena401410 ай бұрын
Hello, Good explanation. Need more operations like how to get user details, refresh token check and other things. Please make one video for a full application.
@JeevithaShetty-m9t10 ай бұрын
Plz tell how to change colour of pie chart
@CarbonRiderOnline10 ай бұрын
Jeevitha, it could be using this - apexcharts.com/docs/options/fill/ I haven't tried this option yet. I will go through it over weekend and let you know.
@esmahr_10 ай бұрын
I want to use this library in angular 17 but I get the following error. Do you have a suggestion? [vite] Error when evaluating SSR module /main.server.mjs: |- ReferenceError: window is not defined
@CarbonRiderOnline10 ай бұрын
You cannot use it in Server side rendering. It can be rendered only at client side.
@esmahr_10 ай бұрын
I found the problem. I guess it depends on which operating system we created the project on. While I received the above error in Linux, this error did not occur when I performed the same operations in Windows.
@startrades10 ай бұрын
please share the source code of the project
@CarbonRiderOnline10 ай бұрын
Sure, I will share the link in description over the weekend.
@startrades9 ай бұрын
@@CarbonRiderOnline -please share the source code of the project
@AbhilashaVar8 ай бұрын
@@CarbonRiderOnline source code??
@CarbonRiderOnline8 ай бұрын
Hi @AbhilashaVar Sorry I have been travelling whole week to meet customers. I will share the code tomorrow.
@AbhilashaVar8 ай бұрын
@@CarbonRiderOnline thanku please share , i need urgently , is this possible @AbhilashaVar 3 days ago Hi i want an springboot api which internally call this but without exposing this keycloak UI to the user please provide
@Preet_160210 ай бұрын
Everything else works for me instead of the logout functionality can you please suggest the logout settings in my keycloak I want to navigate to the login page only but is says Invalid redirect uri « Back to Application please help
@CarbonRiderOnline10 ай бұрын
Check the redirect uri configuration for the web client.
@Preet_160210 ай бұрын
@@CarbonRiderOnline yes i got the error my url was wrongly added in the administration console can you please suggest how to send authorization header with websocket via sockjs
@freakster410 ай бұрын
I need to login from mobile app, can’t use form. What the alternate to SMS OTP verification for mobile app to provide access token to with mobile OTP verification
@CarbonRiderOnline10 ай бұрын
Keycloak doesn't provide any option out of box for Mobile apps. You will have to implement custom authentication flow and generate Response object. We created a custom implementation for one of our project.
@freakster410 ай бұрын
I need to login from mobile app, can’t use form. What the alternate to SMS OTP verification for mobile app to provide access token to with mobile OTP verification
@CarbonRiderOnline10 ай бұрын
This can be achieved using custom authentication flow.
@alokkarmarkar848110 ай бұрын
As I am importing in same way in app module I am getting error stating it does not appear to be an Mg module class. Can you help me out in this
@CarbonRiderOnline10 ай бұрын
Alok, I haven't tested with new Angular versions and hence its difficult to describe what could be causing the issue.
@alokkarmarkar84819 ай бұрын
@@CarbonRiderOnline finally solved the issue.. 👍🏻
@CarbonRiderOnline9 ай бұрын
@@alokkarmarkar8481 Thats really great 👏
@therealmanc11 ай бұрын
is this library compatible with angular version 15?
@CarbonRiderOnline10 ай бұрын
Sorry, not sure about that.
@julienelghadghadi259911 ай бұрын
Agree, he takes the time to make short explanations on each steps in a well executed way, still working today with keycloak 23.0.4 and angular 18 !
@SrikanthKunapuri Жыл бұрын
tq
Жыл бұрын
Need a tutorial on upload and how You overcome the CORS error problem.
@KassoumOUATTARA-x9v Жыл бұрын
Good lesson, very simple clear to understand
@abhishekbajpai1208 Жыл бұрын
voice is similar to Ms Dhoni... thanks for this
@zahidshaikh2988 Жыл бұрын
👍
@nixonnixon79 Жыл бұрын
👍
@amrouzamar Жыл бұрын
Verry helpful tuto, thank you sir for you efforts and time to make this video
@ahsanalirandhawa4814 Жыл бұрын
it write subtitles over video that can't be changed after that suppose if we want to disable it
@CarbonRiderOnline Жыл бұрын
For that a separate SRT file should be created and the player must support reading captions.
@onedev7316 Жыл бұрын
Could not find a declaration file for module '@editorjs/table' why i am getting this error? any Help please
@ylxh.14 ай бұрын
add // @ts-ignore above line import
@onedev7316 Жыл бұрын
editor.js styling modification will be a good video
@Isniffchairs Жыл бұрын
This Was extremally helpful, thanks so much
@GautamKumar-uideveloper Жыл бұрын
Nice video... Hummm liked it, How to populate data in editorjs, programmatically. If we have data from database?
@CarbonRiderOnline10 ай бұрын
Thats very much possible.
@brucevwilcox1002 Жыл бұрын
Thanks for the content. But the background music is VERY distracting, painful.
@CarbonRiderOnline Жыл бұрын
Sorry for the music. I was learning back then how to create videos. :)
@edgarconrado8333 Жыл бұрын
Excellent video and excellent explanation. , Do you have an example how to use the p-treeTable de primeNG?
@CarbonRiderOnline Жыл бұрын
Don't have it yet. I will target this.
@greenhoodie Жыл бұрын
This is a brilliant video, so well explained. Thank you 😊
@yogeshdhavan2115 Жыл бұрын
How configured Storage class?I am following exactly same what you said but getting error for autowiring storage class
@ankanayaka Жыл бұрын
what is flow in e07, 6:40s didnt get it
@CodeMirai Жыл бұрын
How to use React as frontend for this app , unable to understand the flow
@MrEdusi Жыл бұрын
Ótima narração e excelente caso simples para começar a trabalhar com o Keycloak.
@KlikAku Жыл бұрын
Use subtitle edit, more fast.
@arvindsinha1566 Жыл бұрын
how can i generate srt file of a video ? is there any online tool or open source written in java/python?
@kittybtw Жыл бұрын
assemblyai is good for that
@anuradhak5825 Жыл бұрын
in angular 15v how we should implement it
@hlawulanisibisi2634 Жыл бұрын
3 years Later, you are still alife saver, thank you from south africa. how do we then upload file using Presigned url?
@CarbonRiderOnline Жыл бұрын
You can definitely upload a file using presigned URL. To achieve the upload you can use PutObjectPresignRequest. More details are available here - docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html