Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/pulsar

A Community-led Hyper-Hackable Text Editor
https://github.com/pulsar-edit/pulsar

Try and fix the if statements

b596922597c498cd928103dc4db93ea48518f747 authored over 1 year ago
[autocomplete-plus] Suppress `marked` warnings

adb3a8fdceaffcd6f207b9f851dc9d5979e562e3 authored over 1 year ago
Cleanup logic, expand install timeout for windows, add retry to build, add cleanup to install

cf8bf818acb1a8da57ff6f1d45ab2a717c413682 authored over 1 year ago
Add retries, simplify logic

a84507a3b0b467af8222a8a29c8eb53f1427fd4f authored over 1 year ago
Fix logic for running agnostic pulsar binary build

0d90881f2e4fc34573c60063cf8bb302cce4f454 authored over 1 year ago
Fix what value is checked for to build agnostic binaries

dd2ae4fcfe1336c132e192f83497cdb61290b4da authored over 1 year ago
Fix naming of `Build Pulsar (macOS)` => `Build Pulsar Binaries (macOS)`

5383603e6e4d43ab60d5164da0f671438267fee7 authored over 1 year ago
Compare booleans to `true` unlike JS

8d75726d10f2c844158c1a853845e2df3bf20ac5 authored over 1 year ago
Restore one valid comment

ff0db1f8cce7035eb35d1b870adcea0db95657d2 authored over 1 year ago
Use env vars to disable tests and signing on specific platforms

dfe9dfa5f0c35e0eb5c83ac104bbb392ebf7157f authored over 1 year ago
Disable visual tests on windows and macOS, use PowerShell for checking pulsar version on windows

652b30f220d105e51e5ed0feca3b71792c84a74e authored over 1 year ago
Fix bad syntax

a4c9f36359569dbbd2b9f6ee9cb96d6dde0a8cb5 authored over 1 year ago
Use regular build steps for all platforms

c57b5de8311a4bf568aecd6b3fa5bebb88634f2f authored over 1 year ago
Windows CI

2658c5f8fd02334ce57b2a62cb44bacbd46ff8ef authored over 1 year ago
Separate out our build steps, check again if we can install ffmpeg, fix sed statement

1994c79f3cb8c864ad37313079d039b2bd18a9bf authored over 1 year ago
Properly escape newline

d9320b5503af4a9774b0d81317a0f64a33bc2d45 authored over 1 year ago
Seems we must use sudo

db77504f0d837dad396a2951845f85c5d5989228 authored over 1 year ago
Don't seem to be installing everything listed

f044d6296076421dc7868959d00331064f8cd9e1 authored over 1 year ago
Don't install ffmpeg, use action instead

7a6cc86993e30f00f7ad01751f6c18419612ff2f authored over 1 year ago
Use `sudo` where needed

Apparently, GitHub Actions use a passwordless root account to protect some actions [docs](https:...

8cf0db28c349ce18247776a57086b602bc90162a authored over 1 year ago
Create `linux` build task

cfd20283d2c9446d64bfaa0543a89df893c0ff36 authored over 1 year ago
[language-c] Scope identifiers as types when they are unambiguously so

Anything that is one of the reserved type words in C must be a type in all contexts. And any ide...

ebf5333022451b7855c971db6a8c1fab8a8019f1 authored over 1 year ago
[autocomplete-plus] Detect when menu state gets out of sync with DOM

We schedule the removal of `.autocomplete-active` when a menu closes, which means that that task...

a0c446e958fb5202dc78b5b869fcedc909f32e27 authored over 1 year ago
Update packages/about/lib/components/about-view.js

Co-authored-by: DeeDeeG <[email protected]>

f3ecfc33d4fffc16b443e5dea91d111e32c53084 authored over 1 year ago
Returns "Developer Instance" in tests

52b71d34643538c37a96f99f854b3c84d437daf2 authored over 1 year ago
Update readme

e8f4f61bafecc14a387eec98c76c0df444e819d5 authored over 1 year ago
Detect when run via `yarn start`

58133533e62445d560277d402625a8ef509e068e authored over 1 year ago
suppress action deprecation warnings

there are a bunch of deprecation warnings here about actions/checkout
and actions/setup-node

ht...

42ad6bb5e569be33bcb8adaa395ec9d62c271e86 authored over 1 year ago
Add spec

8703a686b24371a7803945adc6c7fe71bed51b7e authored over 1 year ago
Include conditional update check button

415f90ce0244b852abe6dc0d96b9c92a68742579 authored over 1 year ago
Fix syntax highlighting of Ruby regexes

9954068f8f73261e7cc9b1bbcf3bca4491282086 authored over 1 year ago
CI: Fix test steps for macOS runs with renamed binaries

c7422d1a34109e9aaafbe37ee9c61f1af9649ffb authored over 1 year ago
CI: Fix PATH export for ARM Mac binary renaming step

Copy-pasting this line from the Intel Mac CI steps
was apparently not the correct way to do it.
...

e73e5ff41045e84070d6e564dae41a1a53317334 authored over 1 year ago
script: Add basic error handling in CI binary renaming script

Throw literally the entire script into a try/catch.

This script should exit "cleanly" no matter...

d11f5238c94e9d66ff5977521c6fcfa1863eb831 authored over 1 year ago
Use correct comment delimiters within JSX when using a TSX grammar

10907fb40ffa00778db67a315b8dc70c5717dda9 authored over 1 year ago
Adjust `meta.block` scopes so that they're active only when inside curly braces

36bcd70ff5066f0d268f6405e31c3340849dc001 authored over 1 year ago
Tweak JSX indentation hinting

cb4679f9d88ed7f5cb6459b2645b89c29962d4fc authored over 1 year ago
Tweak some C/C++ queries

cd392dfbd6d06d785ee8a5f84aa13f06179faca9 authored over 1 year ago
Add some recognized values to the CSS `highlights.scm`

99d230e7c6267c074547e4b5781905358360562f authored over 1 year ago
JavaScript tags.scm: associate methods with their class name

b03b56d90512d1b6913353e73487f4276a579133 authored over 1 year ago
JavaScript: Stop handling injections for TypeScript and TSX

Instead, move that code to `language-typescript/lib/main`.

d0b3b0829576c61b7a6645525aedc10604b10d13 authored over 1 year ago
Fix bracket-matcher failing to find a match in Tree-sitter mode

Occurred in a TSX file.

46f5e44fd166d6e4c66077aade9c66671e3e34c9 authored over 1 year ago
Reformat a `bracket-matcher` file

cc31ed935baaab838b5d5c6844d68517f8d2457f authored over 1 year ago
Fold multi-line parameters in TypeScript and TSX

0adb5e6dc82e4eaccc16504092f7dc4862cd05cb authored over 1 year ago
Tag properties as such in JSON's `tags.scm`

5c8f6abd941ed2cc9991ada6a4f28d9e0a4f4968 authored over 1 year ago
Make the `fun` snippet work in more contexts

`fun` expands to a simple function definition in JavaScript, but there
are certain contexts whe...

37a81ccb8200dc50bd43a7d807b20efe4c29dffa authored over 1 year ago
Add TODO and Hyperlink injections to the shellscript grammar

2d802a745fe48d5db6f14e93fc23f89836db2fbe authored over 1 year ago
Fix folding of block comments in TypeScript/TSX

eb5d1c2198d7efde75bda7669640909c132a2f1b authored over 1 year ago
Add some TypeScript/TSX highlights

There were some constructs that we neglected to highlight properly, like
type predicates and re...

4402d9ada4d5e70f12a369e8d0086860378a1ce0 authored over 1 year ago
Harmonize the TypeScript/TSX `indents.scm` with that of JavaScript

18606447cfb6530de14bc8508dd2e9842c63832c authored over 1 year ago
Ensure `setQueryForTest` fires the `onDidChangeQueryFile` callback

220e70fc41cf6b15551e7d1f8ff5f9ed038ad2d1 authored over 1 year ago
Fix bug when trying to determine indentation level of a misaligned line

For example: if tab size is set to 2, we should interpret a line with 3
leading spaces as havin...

d5fb9f50077d5d3437ad10994dc2ea78971701da authored over 1 year ago
Surface more information when a grammar fails to load

Also, recover from a malformed `highlights.scm` on load by loading an empty query file instead. ...

2358e1e90d0b2e7a25e30cb31eff7b49b57ec540 authored over 1 year ago
Rework how we find comment delimiters

Checking on the grammar first means that we get no opportunity to override the answer. It also f...

0039432bb46f9c3f360780d706bd9532a17d40ac authored over 1 year ago
Use the proper comment delimiters when commenting out a range of JSX

ff34f2daf2ca611f2380bc289772d5305686989b authored over 1 year ago
Fix JavaScript folds:

* When a list of parameters is formatted with one on each line, you
should be able to fold up t...

54c4a3a4fb8e1e9044dfbf6ebfc2a926453d06d7 authored over 1 year ago
Scope inline tags in JSDoc

7de9a82a42cad34237a9ad08d6974657a09b1bfe authored over 1 year ago
Merge pull request #676 from pulsar-edit/v1.108.0-release

Version `1.108.0` bump in `package.json`

cd16715d9b8aee2f296f3d7fb969d73132ef7f8f authored over 1 year ago
Add back dev

c5e80990bf6f60091b5d85373a5fb07ad64faef1 authored over 1 year ago
CI: Fix bin rename script invocation on Windows

We're using bash here, even on Windows,
so backslashes are escape characters, not path separators.

e23c70ac98cafd1741af2637f5b495b4725b03ec authored over 1 year ago
CI: Export homebrew bin dirs to PATH for rename script

Without this, the rename_binary_script step has no `node` on the PATH,
and errors out (thus erro...

7014976f02bb22c81fe0a2ec6f6143989dc3eb2e authored over 1 year ago
Update version to `v1.108.0`

20696ecbf89d138fbc809b9fafc1287772244eaf authored over 1 year ago
Merge pull request #674 from pulsar-edit/v1.108.0-change-log

v1.108.0 Changelog Updates

501d8c91b7fe1160e195b88031712ec861eab28d authored over 1 year ago
script: Update version string check for binary renaming script

Need to check this way, since the CI script already modifies
the version string to end in someth...

cfb943648473ac885329fe561f3ada5f49337e5e authored over 1 year ago
Add changelog entries

d38a44b7b4632d93c98236f2c3fdfc857822ec81 authored over 1 year ago
CI: Automatically rename binaries for Regular releases

Adds a renaming script to rename the binaries with our
Regular release naming scheme, and update...

0dac1e514dffe5124f3df8584126f2edf5b470f0 authored over 1 year ago
Merge pull request #659 from pulsar-edit/add-markdown-tree-sitter-grammar

Add the Tree-sitter Markdown grammar

9e0db5b05465160194c97769d32bd645789389b9 authored over 1 year ago
Merge pull request #669 from Daeraxa/updater-updates

Non-code change, solely documentation and internal text only.

ecaff0e996c96a7e236958a3913754e22b84777a authored over 1 year ago
Merge branch 'master' into add-markdown-tree-sitter-grammar

e293df1ab11da4cde7e1eed9834f55db1f65adb1 authored over 1 year ago
Tweak heading styles for one-dark-syntax and one-light-syntax

8ab7f145e018c6271540b83121b025b2fc325632 authored over 1 year ago
Fix bad spec

dec390abf59dd42612e8ef65e6bf94320891e4fd authored over 1 year ago
Add spec to ensure behavior

a40207ddd05c37afb26e9caedfac7118c9d35382 authored over 1 year ago
Use `config.onDidChange` instead of `config.observe` to avoid immediate callback

3d164261dbed477f8105764794d5f5efd17aa512 authored over 1 year ago
Use `this.config` everywhere, use optional chaining on previous existing atom call

f10ac4f727a3674033731cf1116c6694925f7cb9 authored over 1 year ago
Use `this.config` instead of `atom.config`

cf1d4c7e7b0f7134d10b6015f4ab58e496222d68 authored over 1 year ago
Add configuration of window title into `workspace.js`

7e4582b70758c497b4067dc3714fc0a9d2810344 authored over 1 year ago
Add back `win-shell.js` for usage within `settings-view`

8852c77211ce15cdfc3cdd57635a44a564727b54 authored over 1 year ago
Remove the update listener function call

8f0a3aa9533f64a24f452a8a336e8e5f3cfc6cc1 authored over 1 year ago
correct deb-get instructions and homebrew in readme

3a64adfb4ec53bf649d54a417970b34a47b87c6b authored over 1 year ago
Merge pull request #660 from savetheclocktower/tree-sitter-running-fixes

Tree-sitter running fixes

e09f0a09efe4b4372710026dc95244f83e3c318e authored over 1 year ago
Update ADR doc

87d3986e460295921ab54213f7bc36aa832df6f6 authored over 1 year ago
Remove auto update functionality from `about`

68bf1689974311d1a1c7fd38c1645df8638ed6d3 authored over 1 year ago
Remove auto update functionality from core

6fc2b65ff5c085837a2f3942555150b7523a8beb authored over 1 year ago
Revert "Add the Tree-sitter Markdown grammar."

This reverts commit 498fc00af823bcfd8ff1bb3bb4c8495f5eb8d6c9.

f4bda1a53b8e0bf00cd5d5435d2b18c1a74d5f44 authored over 1 year ago
Revert "Add ability to fold nested list items"

This reverts commit 0b39cba419fcb1f8e5a67c54573d8844469f5ac7.

d0f047bf13fb281acc9e13241e90e9fda36896e7 authored over 1 year ago
Add design decision document

5710953e1022847219e53bca46722378cfa8a117 authored over 1 year ago
Merge branch 'master' into tree-sitter-running-fixes

552acd08531247a9155c660d4e074744ac95c260 authored over 1 year ago
GH Action Documentation

bf60fbe6fc267b737a70d5d39c03cad1629ea128 authored over 1 year ago
Merge pull request #656 from pulsar-edit/bundle-pulsar-updater

Add `pulsar-updater` as a core bundled Package

aabb845c0924b0daac6448c92d0ca117f5d31ffd authored over 1 year ago
Merge pull request #664 from pulsar-edit/manual-decaf-bundle

Manual Decaf Bundle (`autocomplete-atom-api`, `autoflow`, `deprecation-cop`) Source

21fedaee87ddccdb036f5bf6ca982ff81efe2d87 authored over 1 year ago
Merge pull request #666 from pulsar-edit/confused-Techie-update-cirrus-token

[Time Sensitive] Update Cirrus Encrypted token for GitHub Access

59b9af2946aea8125f5c1d91d86f29861ec10057 authored over 1 year ago
Update Cirrus Token

7eb3dc5b6860ad892afc2a543c1b4fb2eb07c2a1 authored over 1 year ago
Fix configuration value retrieved in `autoflow`

03d4477f66a2d979197c641036ce659508b1bf83 authored over 1 year ago
Manual decaf `autocomplete-atom-api` source

15dc4a744579f4a1a5ba77ff9312a5650658d3f7 authored over 1 year ago
Manual decaf `autoflow`

c523fe6cc4e75589979b3c9704b03b1855e168ab authored over 1 year ago
Manual decaf `deprecation-cop` source

d9be938a256c770002dfbbf3643d546ea6cdf476 authored over 1 year ago
Machine decaf `deprecation-cop` source

6954dae521ce94ad16a51ed78385fabb5bf52197 authored over 1 year ago
Machine decaf `autoflow` source

10dfda98f05c2b9fe4fa62416af30494f15eba2a authored over 1 year ago
Machine decaf `autocomplete-atom-api` source

e0021d2d814d90993ce94f4cf53f5e32d37095fc authored over 1 year ago
Merge branch 'bundle-pulsar-updater' of https://github.com/pulsar-edit/pulsar into bundle-pulsar-updater

fea651e33a026fdb1bdc8d254835682aa0290774 authored over 1 year ago