İbrahim BABAL
İbrahim BABAL
> I added the following to my VS Code settings.json file, un-installed and re-installed the extension and everything is working. > > ``` > { > "emmet.includeLanguages": { > "django-html":...
Have the same issue with https://medium.com/@ibrahimbabal/the-perfect-development-envirement-doesnt-exi-8bbe46331b6b
I'm having the same issue with https://medium.com/@ibrahimbabal/make-your-terminal-look-awesome-5ec507ba7cf9
> Add the following to your stylesheet. Worked for me. > > .DraftEditor-editorContainer .public-DraftEditor-content h1{ font-size: 2em!important; font-weight: bolder!important; } > > .DraftEditor-editorContainer .public-DraftEditor-content h2{ font-weight: bolder!important; font-size: 1.5em!important; }...
Have same issue with server side pagination. When I move to another page it shows same index of the rows are selected as well
> Same issue for me. > > Fixed adding this in request config > > ```js > transformRequest: [ > (data) => data, > ] > ``` These solved my...
> I had this issue, a portion of the page refreshed when calling `toast()`, and when it got dismissed. > > Fixed by using @lefelys suggestion, removed > > ```js...
I just migrated all toasts with sonner component. Work fine and sonner is better than toast for me.
I'm having the same issue with devcontainers. Is there any workaround for this or we just can't use pnpm with containers ?