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

Is this project still maintained ? #765

Open
lovasoa opened this issue Aug 2, 2023 · 4 comments
Open

Is this project still maintained ? #765

lovasoa opened this issue Aug 2, 2023 · 4 comments

Comments

@lovasoa
Copy link

lovasoa commented Aug 2, 2023

Hello!
I see no recent commit and many opened pull requests that did not get any reaction.
If there is no active maintainer, then are you looking for help to maintain this library ?

The SQLPage SQL website buider depends on list.js, and I'd like to make sure it is perenne. This issue in particular seems to come from list.js.

@UVLabs
Copy link

UVLabs commented Dec 3, 2023

I see you already forked and switched to the forked version: https://www.npmjs.com/package/list.js-fixed

I too was wondering the same thing, I tend to prefer using the original library unless the developer explicitly says that its no longer maintained and suggests which fork to use. I see this lib hasn't been updated in 3 years while your fork continues to be updated

I'm hoping @javve can maybe someday come back to give us an update on the project status, lots of pull requests opened

@lovasoa
Copy link
Author

lovasoa commented Dec 3, 2023

Yes, I think this repository won't be updated anymore. I fixed the issues that affected sqlpage in my fork, and I'll continue doing so if new ones arise.

@jmooring jmooring mentioned this issue Jan 5, 2024
@hrvstr
Copy link

hrvstr commented Feb 28, 2024

Does anybody know how can I use the types from @types/list.js for list.js-fixed?

I tried a bunch of approaches but TS is always complaining.

Could not find a declaration file for module 'list.js-fixed'. 'xyz/node_modules/list.js-fixed/src/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/list.js-fixed` if it exists or add a new declaration (.d.ts) file containing `declare module 'list.js-fixed';

Edit: I already found a solution:

Create list.js-fixed.d.ts with this content:

declare module "list.js-fixed" {
  import List from "list.js";
  export default List;
}

@lovasoa
Copy link
Author

lovasoa commented Feb 29, 2024

I pushed v2.3.5 with types included

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