Error in setup of tailwind css in vs code - tailwind-css

The utility w-[calc(100%-theme('spacing[some_key][1.5]'))] contains an invalid theme value and was not generated.
I am getting this error on running my html file and no css is working
I tried everything but unable to resolve the error.
Please help

Related

Require() of ES Module Konva

I am trying to copy this sandbox. I copied everything and installed Konva, use-image and react-konva, but I got 2 errors. The first is that canvas is missing so I installed that. After the installation,I got this error:
Error [ERR_REQUIRE_ESM]: require() of ES Module C:\User\Folder\node_modules\konva\lib\Core.js from C:\User\Folder\node_modules\react-konva\lib\ReactKonvaCore.js not supported.
I am using Next13.
The error itself happens in a weird sense. If I navigate to the page from any link it works, but if I refresh the page, I get the errors.

MPDF can't load after change site url

I was using MPDF without problem, for some reason I had to change my site url. After doing that change MPDF can't load , i have this error :
Message: Undefined index: port
Filename: src/Mpdf.php
Line Number: 11944
File: /home/admedica/public_html/vendor/mpdf/mpdf/src/Mpdf.php
Line: 11944
Function: _error_handler
I'am using 7.1.1
May I know the reason for which it stops loading ?
Thanks
There is an unhandled array key from parse_url in mPDF which is fixed in just released version 7.1.6. Upgrade and the error should disappear. If not, file an issue in mPDF Github issue tracker.
Also see https://github.com/mpdf/mpdf/issues/870

Compilation Error on my server on SmartStore App

I have installed SmartStore on my server. everything is working fine except the add category module. when ever I try to Add or Edit any category an error pops saying :
Compilation Error Description: An error occurred during the
compilation of a resource required to service this request. Please
review the following specific error details and modify your source
code appropriately.
Compiler Error Message: CS0121: The call is ambiguous between the
following methods or properties:
'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Action>)'
and
'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Func,object>)'
Line 441: .ToolBar(commands => commands.Template(CategoryProductsGridCommands))
Please help me out. I m stuck :(
After working on it, we got the solution for this. So kindly try like this.
Hope will work
.ToolBar(commands => commands.Template(pp=>GridCommands(pp)))

Robot framework - Red Editor - Unknown library error message

I'm trying to import some classes using the "Library" keyword. I get the error message:
"Unknown library. Try to use Quick Fix (Ctrl+1) or add
library to red.xml for proper validation
Some of these classes exist in the same folder, other exists in another one. But same error for both cases.
ctrl+1 doesn't help, it shows this error message:
"Additional info: ((u"Importing test library '' failed:
ImportError: No module named infra".
And I'm not sure where to add to red.xml.
Any idea how to import classes and fix this error?
Any help would be appreciated!

NetBeans IDE 8.0.1 gives Redefinition failed with error 62 Check JVMTI documentation for this error code

I am using NetBeans IDE 8.0.1,jdk1.7.0_67,tomcat apache-tomcat-7.0.47. I have written a sample HelloWorld Spring MVC application and trying to profile the application. when i profile the application i get the following error
Redefinition failed with error 62
Check JVMTI documentation for this error code.
I have gone through the following links
https://netbeans.org/bugzilla/show_bug.cgi?id=191297
https://netbeans.org/bugzilla/show_bug.cgi?id=59085
As said in the links i have set the property "-Xverify:none" in netbeans.conf. After setting the property i get the same error.
This is the default options present in netbeans.conf
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Xverify:none"
Can some one please help me. Thanks in advance

Resources