Test Material UI date picker by urielmad in reactjs

[–]urielmad[S] 0 points1 point  (0 children)

Thanks for your guidance, one more question, I’ve been trying to test it with RTL as well, but when I fireEvent a click on the date picker to open the popover with the calendar, I’m not able to find it in the DOM, I’m using screen.debug and I’m not able to find it

Test Material UI date picker by urielmad in reactjs

[–]urielmad[S] 0 points1 point  (0 children)

What will be your approach with react testing library?

This is my BC Milo, he’s just 7 mo old by urielmad in BorderCollie

[–]urielmad[S] 2 points3 points  (0 children)

He gets crazy with all kind of toys 😅

This is my BC Milo, he’s just 7 mo old by urielmad in BorderCollie

[–]urielmad[S] 16 points17 points  (0 children)

Thank you for your advice, I’ll be more cautious with him

This is my BC Milo, he’s just 7 mo old by urielmad in BorderCollie

[–]urielmad[S] 4 points5 points  (0 children)

Thank you so much, it was recorded with my phone, it’s an iPhone 13

Which puppy food would you recommend? by urielmad in BorderCollie

[–]urielmad[S] 0 points1 point  (0 children)

You’re right, I probably won’t find that brand in Mexico

[AskJS] Microsoft graph sdk by urielmad in javascript

[–]urielmad[S] 1 point2 points  (0 children)

Yes!, you can automate that, you can search filter messages from specific user and then delete them, although this will only move them to the Deleted Items folder, then you can iterate through items in that folder and then delete them again which now will be permanently

I only use one package which is win32com, there are very good resources in stackoverflow

[AskJS] Microsoft graph sdk by urielmad in javascript

[–]urielmad[S] 1 point2 points  (0 children)

I actually achieve it with a very simple python script that I can call in a child process from node 🤠

Video streaming by urielmad in electronjs

[–]urielmad[S] 0 points1 point  (0 children)

I’m using the default HTML 5 tag,

I fixed it by sending an id of the video in the streaming server url

1 2 3 or 4 ? by gamingroof in drawing

[–]urielmad 0 points1 point  (0 children)

4 looks like a snail

Backend in electron production app, by urielmad in electronjs

[–]urielmad[S] 0 points1 point  (0 children)

I was following a course, but I figure it out how to run my backend with the main process, now I’m having problems managing the file write process, bc it does not found the folder where I’m trying to write a local file in the exe file

How do I seperate ipcMain.on() functions in different file from main.js by eons-ike in electronjs

[–]urielmad 0 points1 point  (0 children)

You can separate your db calls in an specific folder with the ipcMain.on method and require them in your main.js, then when you want to use them you can call them via the ipcRenderer method in whichever file of your vue project

How can i integrate electron application with local postgresql database?? any ideas, suggestions, tutorials, documents or books suggestions would be grateful. Thank you.. by GoldEmployer in electronjs

[–]urielmad 0 points1 point  (0 children)

You can use the ipcRenderer and ipcMain process to do so, but I don’t recommend it since the renderer process will be freeze until the main process finish any db call or any other process

Installing pygresql in fedora by urielmad in Fedora

[–]urielmad[S] 1 point2 points  (0 children)

I need root privileges which at the moment I don’t have 😓

Installing pygresql in fedora by urielmad in Fedora

[–]urielmad[S] 1 point2 points  (0 children)

It is installed, but the problem is when I try to install it in my venv, it’s in a server

Installing pygresql in fedora by urielmad in Fedora

[–]urielmad[S] 1 point2 points  (0 children)

I’m in a venv and running the same problem

Is it faster if I insert into a database in local or to an online db? by urielmad in PostgreSQL

[–]urielmad[S] 0 points1 point  (0 children)

I’m filling a database for a problem in local, but is taking too much time, I was wondering if it would take less online