Vitaly Nikolaiev

Results 12 comments of Vitaly Nikolaiev

@skyviewmedia i have same question, blue/green background and black digits on my numbers. As far as i checked the code - it makes BW image with white strokes, so should...

yeah, very strange bug... But actually safari also very strange browser )

We're using wpack for more that 2 years and it just great. But webpack4 is breaking my project now. I need to migrate to node v18+ and it does not...

Unfortunately this it related to webpack 4. It needs to be updated to v5 see https://github.com/swashata/wp-webpack-script/issues/1253

Yeah, WP 4.5 has native support of scrset. So it could make conflicts. Could you tell what gallery script do you use ?

Hi @dangelion ! This plugin was not updated almost a year, i hope i will have more time soon to get it to WP plugin repository. Actually it is quite...

Looks very cool. Trying to use it with cloudflare workers/pages.

THanks @ivictbor there's Vite integration for Workers. Just curious if Adminforth can be built as regular Vue app so the code can be uploaded to the server as SPA... https://developers.cloudflare.com/workers/vite-plugin/

thank you for the answer! I was using wrong column type. Changed and re-generated migrations. Now I have next setup ```sql -- CreateTable CREATE TABLE "vehicle" ( "id" SERIAL NOT...

Looks like I have several solutions here... The easiest i added for now - hook that cast filed to text in my resource definition via insecureRawSQL. ```js hooks: { list:...