Nikhil Kothari
Nikhil Kothari
@iamejaaz That means even the unread message counts for channels were not working for you (and others who do not have access to the desk interface). Pushing a fix for...
Have the same error in production and our builds are failing. For now, I have fixed it by installing [email protected] as a dev dependency in my React project.
Seems like an issue with Tippy.js . Will wait for TipTap to release v3 which will use FloatingUI
For starters, we'll probably need a sample export file from Slack to see what can be imported and how well. Most users use a lot of 3rd party integrations with...
> Hey, I would like to work on this issue. This issue isn't tagged with FOSSHack - please choose one of those for now?
Duplicate of #1430 Apparently this only happens with https://google.com but not google.com
Yes this is going to be a part of v3 which is in active development right now.
I don't think so. The preview feature is based on Frappe's preview feature which does not support previews for child tables AFAIK. I think it should be possible to add...
Some additional research: [Why do projects like Vue/Three.js check build results to git](https://stackoverflow.com/questions/55910985/why-do-javascript-projects-check-built-results-in-to-git) [This states to not have build output in source because code reviews become complicated](https://stackoverflow.com/questions/50796326/should-compiled-javascript-files-be-committed-to-git-repo) - I agree....
It's easier to think this in terms of npm packages - which are compiled and then uploaded to npm. Frappe apps are sort of like javascript packages - the end...