Community Update

DaeraxaFebruary 1, 2024
  • news
  • log
  • update
About 4 min

Here it comes sashaying into your feeds, it's the Fab-ruary community update!

Welcome to the February Community Update!

Last month was our biggest update to Pulsar we have had in quite a while, so in this blog we will be addressing some of the issues people have seen and what you can expect in terms of fixes and updates. Outside of that, we have some big changes to the Pulsar Package Registry backend that give (and document) a bunch of new filters and endpoints to the API, as well as a reminder for @maurício szaboopen in new window's blog post detailing our biggest hurdle: the road to modern versions of Electron.

Update on the new Tree-sitter implementation

[1]

With the release of Pulsar 1.113 we finally went live with our new Tree-sitter implementation, which had been in the works for a long time. We had tested this as much as we were able to with the resources we had, and we made sure that any issues raised by people enabling the new feature were dealt with. However, with it being enabled by default, we suddenly had significantly more people using this feature, and thus issues we hadn't yet seen were being found.

@savetheclocktoweropen in new window was quick in starting a number of "Mega-issues"open in new window on GitHub for those languages where issues had been found in order to keep things in one place and make sure we didn't get swamped with duplicate issues.

The vast majority of these issues have now already been addressed (or are in process), so if you are seeing any oddities or problems, then you can download one of our rolling releasesopen in new window which will already have those merged changes included. Otherwise, they will be present in the release version of Pulsar 1.114.

If any of these changes are truly breaking for you and you are not in a position to upgrade to a rolling release, you can find instructions on how to do this for that particular language in the relevant Mega-issueopen in new window. Make sure to subscribe to that issue so that you are notified when it has been fixed and the configuration can be removed. The benefits of the new system are substantial, and we would hate for you to miss out on them.

Thank you to all those who have submitted issues or let us know about problems via our community areasopen in new window, your help has been much appreciated. If you encounter any new problems, please check the Mega-issues and check if your issue has already been addressed. If not, then feel free to add a new post to that issue.

New blog post about our quest for Electron stable

[2]

If you haven't seen it already, @maurício szaboopen in new window has written a great new blog post on our next biggest goal for Pulsar: getting it onto a current and stable version of Electron. There are a number of challenges (the recent Tree-sitter update included) that need to be met in order to reach this, and the post explains it all.

Read it now on the Pulsar blogopen in new window!

New PPR filter options

Thanks to @confused-techieopen in new window following on from some work via @savetheclocktoweropen in new window, we now have a whole bunch of new ways to use the PPR API to filter packages. For example, you can now search for packages that provide a grammar for a particular file extension, consumes/provides a service, or just search by the package owner.

Examples of this would be as follows:

Currently, these filters are only available via the API directly, so they do not feature within Pulsar itself or in the PPR website UI, but we are looking to add this functionality in the future to make finding the exact package you want much easier.

Now if only there was a way to find what all these different endpoints might be and how you could construct even fancier queries... well, if only there was a...

Major update to our OpenAPI documentation for the PPR

[3]

Our API documentation (found at https://api.pulsar-edit.dev/swagger-ui/open in new window) is having a major update courtesy of work by @confused-techieopen in new window. This update adds the significant number of endpoints and schemas that have been added since it was last updated.

Even better, to make sure we don't get into this same situation again with outdated API information, it will now automatically update when changes are made to the backend schema.

Community Spotlight

Thank you to @claytonrcarteropen in new window for the PR to Pulsar to fix a breaking changeopen in new window with our new Tree-sitter implementation as well as a second PR for adding a new -f/--force flagopen in new window to the ppm link command in order to aid in replacing linked packages without needing to manually remove original.

And a big collective thank you to all those users who have helped us by submitting issues and feedback about the new Tree-sitter implementation in general. We know this might have been unintentionally disruptive to some people, so thank you so much for sticking with us while we fix these issues!


And that brings us to the end of this community update. We have a lot of exciting plans for Pulsar this year, so make sure to keep tuning into the blog for new posts from the Pulsar team!


  1. Image from https://tree-sitter.github.io/tree-sitter/open in new window - Copyright (c) 2018-2021 Max Brunsfeld ↩︎

  2. Image from https://www.electronjs.org/open in new window ↩︎

  3. Image from https://www.openapis.org/open in new window ↩︎