-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Add Sync with Meilisearch for Kotlin #192
Comments
Hey @gewenyu99 can u assign me |
Awesome! I have assigned you @mohith2883 🥳 Notes:
|
Hi @mohith2883 is there any update? |
Hey @Haimantika I'd like to take this up. Can you assign this to me |
Hi @mohith2883 unassigning the issue due to inactivity. @ShamanthOP the issue is yours now, please update every 3 days |
Hi @ShamanthOP is there an update? We will have to unassign the issue from you due to inactivity |
Hey I'm having trouble serving static files ... Hope to resolve it soon |
What static files do you need to serve? |
@gewenyu99 HTML file 🔗 |
Ohhh coool, @ShamanthOP can I see your code? |
Hey @gewenyu99 Check this out #234 |
@ShamanthOP I don't see anything obviously wrong. How about this, try these steps and see where it fails:
I'm wondering where the problem might lie, lmk! |
Hey @gewenyu99 the current code in #234 is working fine. The problem is that I'm not able to read the HTML file from say |
Ahhh I see. @ShamanthOP The root directory isn't going to be relative from your code folder because your function is invoked from a runtime that treats it as a dependency. So the root level directory is going to be different. Is there a way to normalize paths? Maybe try this, print the path of https://stackoverflow.com/questions/64171104/how-to-get-the-current-working-directory-in-kotlin |
also @ShamanthOP try joining office hours, we can debug together live :P |
Sure. I'll experiment with this and I'll let you know⚡ |
Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official Appwrite Functions docs.
Your task is to implement the Sync with Meilisearch function in Kotlin. You can look at the existing Appwrite Functions Templates in another coding language.
Your function should behave and be implemented similarly to existing Sync with Meilisearch Node.js template.
Tasks summary:
feat-implement-sync-with-meilisearch-kotlin
kotlin/sync-with-meilisearch/
.README.md
explaining what the function does, how to use it, and customize it. Here is an example.If you need any help, contact us on our Discord server.
Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊
Happy Appwriting!
The text was updated successfully, but these errors were encountered: