Leke
Explore posts from serversKPCKevin Powell - Community
•Created by Leke on 7/18/2023 in #back-end
AutoIncrement using mongoose
Please Guys what is the best way to implement AutoIncrement using mongoose, i tried the best two option and it wasnt working
mongoose-sequence
mongoose-auto-increment
6 replies
TTCTheo's Typesafe Cult
•Created by Leke on 7/18/2023 in #questions
AutoIncrement using mongoose
Please Guys what is the best way to implement AutoIncrement using mongoose, i tried the best two option and it wasnt working
mongoose-sequence
mongoose-auto-increment
3 replies
KPCKevin Powell - Community
•Created by Leke on 6/13/2023 in #front-end
Attempted to load @next/swc-darwin-x64
I just created a new nextjs project and the first time i run the dev server i am seeing some errors in the console but the app running and i dont know if this will affect my project, please how do i resolve this issue?
1 replies
TTCTheo's Typesafe Cult
•Created by Leke on 6/12/2023 in #questions
Attempted to load @next/swc-darwin-x64
I just created a new nextjs project and the first time i run the dev server i am seeing some errors in the console but the app running and i dont know if this will affect my project, please how do i resolve this issue?
1 replies
TTCTheo's Typesafe Cult
•Created by Leke on 5/29/2023 in #questions
[vite-plugin-sass] Unexpected token u in JSON at position 0 error
I just migrated my react sass application from webpack to Vite but I haven’t been able to build since the migration took place.
The error below is what I encounter
main.scss
3 replies
KPCKevin Powell - Community
•Created by Leke on 5/29/2023 in #front-end
[vite-plugin-sass] Unexpected token u in JSON at position 0
I just migrated my react sass application from webpack to Vite but I haven’t been able to build since the migration took place.
The error below is what I encounter
main.scss
1 replies
KPCKevin Powell - Community
•Created by Leke on 3/6/2023 in #front-end
React Query state management
Can other states management tools be ignored over
React Query
being used for state management in a react application?8 replies
TTCTheo's Typesafe Cult
•Created by Leke on 3/1/2023 in #questions
node-canvas error
node-canvas error
I tried using
node-canvas
with jsbarcode
to process barcode
from a node
application but node-canvas
seems to be an issue ever since I tried implementing using it.I have tried rebuilding from source yet the error still a blocker.
6 replies
KPCKevin Powell - Community
•Created by Leke on 3/1/2023 in #back-end
node-canvas error
node-canvas error
I tried using
node-canvas
with jsbarcode
to process barcode
from a node
application but node-canvas
seems to be an issue ever since I tried implementing using it.I have tried rebuilding from source yet the error still a blocker.
4 replies
TTCTheo's Typesafe Cult
•Created by Leke on 2/22/2023 in #questions
Build failed due to import error
Build failed due to import error
After running the build command for my react app the build failed and the below is the response I get.
package.json
An ideal on how to resolve this issue will be much appreciated.2 replies
KPCKevin Powell - Community
•Created by Leke on 2/22/2023 in #front-end
Build failed due to import error
Build failed due to import error
After running the build command for my react app the build failed and the below is the response I get.
package.json
An ideal on how to resolve this issue will be much appreciated.4 replies
TTCTheo's Typesafe Cult
•Created by Leke on 2/21/2023 in #questions
Auto select country flag when country code is provided
I am building a
React
project
and it is required I implement a functionality
that allow users to provide their phone number in an input tag with the country code
and immediately the country code
is provided then the flag
of the country appears respectively.
Is there a library
I can use to achieve this or an API
?3 replies
KPCKevin Powell - Community
•Created by Leke on 2/21/2023 in #front-end
Auto select country flag when country code is provided
I am working on a
project
and it is required I implement a functionality
that allow users to provide their phone number in an input tag with the country code
and immediately the country code
is provided then the flag
of the country appears respectively.
Is there a library
I can use to achieve this or an API
?5 replies
TTCTheo's Typesafe Cult
•Created by Leke on 2/8/2023 in #questions
SCSS Error: can not read files in public path
I have an assets folder that contain some other files with images and svgs in it in the public file of my project so...
=>
navbar.scss
...I declared a variable with path below
Error: Module not found: Error: Can't resolve '../../../logos/mobile.jpg’
1 replies
KPCKevin Powell - Community
•Created by Leke on 2/8/2023 in #front-end
SCSS Error: can not read files in public path
I have an assets folder that contain some other files with images and svgs in it in the public file of my project so...
=>
navbar.scss
...I declared a variable with path below
Error: Module not found: Error: Can't resolve '../../../logos/mobile.jpg’
17 replies
TTCTheo's Typesafe Cult
•Created by Leke on 2/8/2023 in #questions
`Cant install mongodb on mac`
28 replies
KPCKevin Powell - Community
•Created by Leke on 2/8/2023 in #back-end
`Cant install mongodb on mac`
4 replies
KPCKevin Powell - Community
•Created by Leke on 2/6/2023 in #os-and-tools
0ver a 1000 accounts created per minute
I just discovered in the database that some accounts are being created with random emails, over 30,000 account have being created so far and i really don't know how to stop this, please who's got a better ideal on how to put a stop to this whole mess.
3 replies
TTCTheo's Typesafe Cult
•Created by Leke on 1/31/2023 in #questions
`window.scrollY` error `typescript`
3 replies
KPCKevin Powell - Community
•Created by Leke on 1/24/2023 in #back-end
How to make SQL Table Column data UNIQUE
I created this Clubs table in my SQL database but I want to make name row unique such that two rows will not have the same name.
5 replies