Jump to content
chmichael

Is this project still Alive ?

Recommended Posts

Hello,

  There a number of github issues without any fixes. Is this project still alive ?

 

Thank you

Share this post


Link to post
1 hour ago, chmichael said:

Is this project still alive ?

What do you consider "alive"?


The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021.

 

Share this post


Link to post
14 hours ago, Dave Nottage said:

What do you consider "alive"?


The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021.

 

There some bugs in the github issues list for months

Share this post


Link to post

This library is widely used, author uses it in his own work so it is not dead.

 

If main developer is busy at the moment, others could chip in.

 

I think he has time to merge solid pull requests.

 

Also if the open bug iare no something that is deal breaker for you, just dive in.

Edited by Tommi Prami

Share this post


Link to post
3 hours ago, chmichael said:

There some bugs in the github issues list for months

That is not a sign of a dead product. Sometimes bugs are hard to reproduce, sometimes they are hard to fix or simply not relevant enough to be tackled. Don't forget that this is a free product. The maintainer may not have the time or will to work on it as if it were a well-paid full-time job.

  • Like 1

Share this post


Link to post
26 minutes ago, chmichael said:

Well a couple reported bugs are making the library unable

Which ones?

  • Like 1

Share this post


Link to post

May be caused by scope issues? Looks like the interface references 

var
  FTask1: IOmniTimedTask;
  FTask2: IOmniTimedTask;

Are global variables and thus live longer than the internal window handles that Omni uses internally to post messages?

 

Clear the interface references (and thus free the underlying objects), or do something else in the app close down to stop / wait for the threads before the app goes down?

 

Sounds like programmer error.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×