Louis Pilfold
Louis Pilfold
Hello! Are you still working on this one? Thanks
Thank you @fabjan ! Great detective work
Thank you. Would you mind running gleam run to update the readme?
That appears to be a cron syntax calculator rather than a background job library, so I think this is still needed.
That would be a scheduler library then, not a background job library.
Hello all! We have also been unable to upgrade in the Gleam compiler due to lost functionality. Thank you.
Thank you! Could you expand on what the issue is with the language server in this case? Why is that it continues not to work after this change and what...
> and a restart of the language server is required. Why is a restart required? What happens if the language server is not required? The language server uses the build...
That sounds like it does work. The language server doesn't automatically pick up changes, it only does anything when the editor tells it that there is a change and compilation...
Yup, that's the right behaviour! I've just looked at the code and it looks like it is recording dependencies of path dependencies as being direct dependencies of the root package?...