Skip to content
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

How can I sponsor this project? #29

Closed
siimaoo opened this issue Mar 3, 2023 · 7 comments
Closed

How can I sponsor this project? #29

siimaoo opened this issue Mar 3, 2023 · 7 comments

Comments

@siimaoo
Copy link

siimaoo commented Mar 3, 2023

Is there a way to sponsor this project? It's very helpful and a must have feature in maps that I created.

@Raruto
Copy link
Owner

Raruto commented Mar 3, 2023

Hi @siimaoo,
first of all thanks for the thought.

I'm not an expert on the subject, but if I remember correctly many sponsorship platforms charge substantial commissions to individual developers (that is, individuals, not companies), and in many cases you must also consider additional taxation fees, as these are international transactions...

BTW, at the moment, given the size of project (rather than a few pennies), I'd be really happy if some other developers would join to keep the project alive.

If you think this plugin is a "must-have" for your daily work, you can start, for example, how to write some tests that we could add here.

A single developer has limited time and capabilites
👋 Raruto

@siimaoo
Copy link
Author

siimaoo commented Mar 6, 2023

can I make a PR with docs improvements? how to setup, how to use with react, common issues etc etc?

@Raruto
Copy link
Owner

Raruto commented Mar 6, 2023

@siimaoo for sure, whatever you think might be useful 👌

As for react, do you mean how to use it with a JS bundler?

@siimaoo
Copy link
Author

siimaoo commented Mar 6, 2023

I mean how to integrate this lib with react-leaflet and maybe I'll create an exemple repo

@siimaoo siimaoo closed this as completed Mar 13, 2023
@ragavendra
Copy link
Contributor

I found that my app stopsnearme.ca wasn't rotating and I found this library. I just set it up a while ago and really appreciate all the efforts put into it.

I saw that the app was rotating a bit more faster and wasn't sure which setting to update for it if there is any. Then, I was looking for documentation and found this post. Yes, I would be interested in the documentation.

If you think this plugin is a "must-have" for your daily work, you can start, for example, how to write some tests that we could add here.

I am between jobs now and can help with supporting this project like writing some tests as well as this can help with my next gig. I would appreciate if there is some guidance on this part.

PS - I didn't mean to add comment to a closed issue but rather offer my aid in contributing if possible.

@Raruto
Copy link
Owner

Raruto commented May 2, 2024

Hi @ragavendra,

writing some tests as well as this can help with my next gig. I would appreciate if there is some guidance on this part.

lukeed/uvu is used for performing semi-automated tests.

I talked about it a little in here (they are different repos but the code structure/testing logic is the same):

Additionally:

  • /test/index.html it's usually a file I use to test changes while developing (npm run dev)
  • /lib/debug.js is a support library that could be useful for showing some debug info about your app at runtime (L.Rotate.debug(map);)
  • /examples folder contains all the tested files ("automatic" or "manual"), see also leaflet-elevation/examples for some inspiration (that means, if necessary, you can also use multiple .spec.js files)
  • console.assert I don't use it yet, but it might come in handy in debugging runtime code

👋 Raruto

@ragavendra
Copy link
Contributor

Thanks @Raruto for all this information. I will try and work on it whenever I get a chance. I will also try to see if I can improve the docs or relevant areas as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants