Dashboard

Profile level : Anon

0%
  • First name
  • Last name
  • Job title
  • Work experience
  • Tags
  • Avatar
  • Cover
  • Description

Filling out more of your profile gets you higher rankings in the directory and increases community trust.

Your points

Total Points

0

Contribution

0

Visit

0

Recent comments

EZ Zé Verified userVerified user staff View ez's profile
Wed, 11/01/2023 - 13:49

Can this be replicated on a mobile phone?

Ed Parsadanyan Verified userVerified user public View ed's profile
Tue, 10/31/2023 - 17:32

I tried to play with Tesseract one or two years ago and literally fell into a rabbit hole. The image quality is very-very condition sensitive and requires tons of pre-processing and maybe a PhD in Computer Vision.

From what I learned the main goal is to get as contrast and sharp text as possible (black readable letters on white background) so that tesseract's neural network can confidently recognize them. So, in many applications OpenCV library does some heavy lifting even before the text gets into tesseract.

Aditya Parthiban Verified userVerified user moderator View 1aditya7's profile
Sun, 10/29/2023 - 06:46

In reply to by jacquesikot

Thank you!

Aditya Parthiban Verified userVerified user moderator View 1aditya7's profile
Sun, 10/29/2023 - 06:46

In reply to by ron

That's a great suggestion, I'll work on that!

Ed Parsadanyan Verified userVerified user public View ed's profile
Thu, 10/19/2023 - 12:23

Actually, the booking logic is quite complex. I did a PoC prototype once, where I connected Easy!Appointments as a backend service. The idea was to simplify the process and just query Easy!Appointments by API and populate the list of free timeslots / manage bookings from the Appsmith interface.

Jacques Ikot Verified userVerified user author View jacquesikot's profile
Thu, 10/19/2023 - 04:40

I really like the UI, clean and complete.

Ron Northcutt Verified userVerified user staff View ron's profile
Wed, 10/18/2023 - 16:06

Looks great! One piece of feedback - it would be nice to know how many pages and what page you are on. Like 
"Page 4 of 10"

Aditya Parthiban Verified userVerified user moderator View 1aditya7's profile
Wed, 10/18/2023 - 10:13

In reply to by kevinblanco

Thanks Kevin :)

Kevin Blanco Verified userVerified user staff View kevinblanco's profile
Wed, 10/18/2023 - 10:07

Great work!! 

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Sat, 10/14/2023 - 14:18

Want to list all the functions from a JS Object progromatically? 

Object.keys(JSObject1).filter(f=>typeof JSObject1[f]==='function').map(f=>({function:f}))
Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Sat, 10/14/2023 - 13:15

Thanks John! Glad you found it helpful. It's crazy how much work this saves and how easy it is to use with any number of functions. No editing the switch or if/else block with each new function. It just works! 

John Passmore public View dwba's profile
Fri, 10/13/2023 - 10:13

Much needed blog and associated app - been trying to find out for ages how to use variables for  e.g. Query and modal names! Many thanks 

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Thu, 10/12/2023 - 12:22

This is great news! JS libraries open up so many new use cases. 

Ron Northcutt Verified userVerified user staff View ron's profile
Wed, 10/11/2023 - 10:02

In reply to by joseph_appsmith

Tagging users in comments is a great idea... added to the backlog.

I was already thinking of adding not just likes for comments, but emoji reactions (happy, angry, celebrate, laugh, etc). The same Rate module provides that functionality. Just need to enable it, configure it, and theme it :D

Ron Northcutt Verified userVerified user staff View ron's profile
Wed, 10/11/2023 - 09:56

In reply to by ron

Awesome!

Ron Northcutt Verified userVerified user staff View ron's profile
Wed, 10/11/2023 - 09:25

In reply to by ed

That is pretty cool! I can certainly simplify it a bit. The points system we are using has some limitations, but I think we can come up with something.

Ron Northcutt Verified userVerified user staff View ron's profile
Wed, 10/11/2023 - 09:21

In reply to by ed

We will definitely be implementing a message/notification system soon. Links to liked/commented articles is an easy one... I'll put it on the backlog

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Wed, 10/11/2023 - 06:26

+1 on the notifications. How about likes for comments, and tagging users in comments? 

Ed Parsadanyan Verified userVerified user public View ed's profile
Tue, 10/10/2023 - 20:25

How difficult would it be to make smth like this?