9da7fd2
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
Click to expand commit body
This ensures that every library and binary we build doesn't assume
that it's going to run on the same machine that created it.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
6dbae37
Merge pull request #1442 from zed-industries/packaged-json-language-server
Click to expand commit body
Use a pre-packaged version of the JSON language server
Antonio Scandurra
created
eb71ac9
Download json-language-server as a zip instead of as a binary
Click to expand commit body
It turns out that this lifts the code-signing limitation and lets
us run arbitrary executables.
Antonio Scandurra
created
a29d5dd
Use a pre-packaged version of the JSON language server
Click to expand commit body
This ensures users can still edit settings even if they don't have
Node or NPM installed.
Antonio Scandurra
created
7588753
Add on delete cascade to signups user_id column
Max Brunsfeld
created
1877fc2
Update user retrieval API to take both github user id and github login
5898fa6
Temporarily disable status item so that we can merge to `main`
Antonio Scandurra
created
66d13cf
Query `isKeyWindow` on `windowDidBecomeKey` or `windowDidResignKey`
Click to expand commit body
Before we were assuming that receiving a callback meant that the window
was in that "key" state accordingly, but with popups that's not always
the case. In particular, there was a bug that caused an unrelated window
to receive `windowDidBecomeKey` when making an `NSPanel` the key window.
Antonio Scandurra
created
ea00a00
Start showing a filter query in contacts popover
Antonio Scandurra
created
462e585
Use an "always active" tracking area to detect `mouseMoved` events
Click to expand commit body
This ensures that we can still receive mouse moved events (e.g. for
setting the cursor style) for panels that float above other windows
even if the application isn't active.
Antonio Scandurra
created
1472681
Animate popup window as if it were an `NSMenu`