apple/swift 56355
The Swift Programming Language
apple/swift-evolution 12467
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
apple/swift-package-manager 8360
The Package Manager for the Swift Programming Language
apple/swift-corelibs-foundation 4297
The Foundation Project, providing core utilities, internationalization, and OS independence
web-based visualization libraries
apple/swift-corelibs-xctest 900
The XCTest Project, A Swift core library for providing unit test support
A low-level build system, used by Xcode and the Swift Package Manager
apple/swift-llvm 807
apple/swift-lldb 653
This is the version of LLDB that supports the Swift programming language & REPL.
startedcynthia/WorldWideWeb
started time in 7 hours
startedbeeware/Python-Apple-support
started time in a day
pull request commentfoxglove/fox
Keep language consistent - SDK > manager
LGTM
comment created time in a day
pull request commentfoxglove/fox
Keep language consistent - SDK > manager
I agree with @amacneil , this is an executable application not an SDK.
comment created time in a day
pull request commentfoxglove/fox
Keep language consistent - SDK > manager
Maybe ask for others input on this, but "manager" seems more appropriate to me than "sdk". I think of "sdk" as a library.
@defunctzombie - thoughts? Believe you preferred SDK when referring to foxglove/fox, from your comments on the extensions blog post.
cc: @amacneil
comment created time in a day
pull request commentfoxglove/fox
Keep language consistent - SDK > manager
Maybe ask for others input on this, but "manager" seems more appropriate to me than "sdk". I think of "sdk" as a library.
comment created time in 2 days
push eventfoxglove/studio-extension-turtlesim
commit sha 916e3e0f3be72079a7d771f050b50e7764a18016
Update README.md
push time in 2 days
push eventfoxglove/studio-extension-turtlesim
commit sha 01d419612c6e1e3470c97eac185aa0fd870473be
Update README.md
push time in 2 days
startedray-project/ray
started time in 2 days
startedbmild/nerf
started time in 2 days
startedwillmcgugan/rich
started time in 2 days
push eventfoxglove/fox
commit sha 626e4cb5e01404c6119c00d7d562eb457816de7e
v0.2.1
push time in 2 days
push eventfoxglove/fox
commit sha ef29c9c4828f4bf873d432896de07e8f9875fd9d
Update ExamplePanel template with better done callback handling
push time in 2 days
push eventfoxglove/fox
commit sha 22562f5da891b41df174ab5a7d547693de4ca38a
v0.2.0
push time in 2 days
startedapple-cross-toolchain/rules_applecross
started time in 3 days
issue commentfoxglove/fox
Relevant: https://www.npmjs.com/package/yarpm
comment created time in 4 days
push eventfoxglove/fox
commit sha 4de8a5fd06a27ceffbad80b188d24012f4c16ad4
Set MOD_DATE to Foxglove birthday
push time in 4 days
issue openedfoxglove/fox
We should aim to keep the cognitive overhead as low as possible for creating and managing extensions. Many people who create extensions will not be intimately familiar with the JS ecosystem, or care to learn several tools just to get started.
The extension template is created with yarn by default, which might be nice for power users, but requires an understanding of what npm is before you can even use it. Googling yarn issues results in a confusing collection of yarn 1 docs, yarn 2 docs, and occasionally places where you need to just read the npm docs and then guess at what yarn is doing.
I would advocate for bootstrapping npm out of the box to make things simpler for the user, unless there is a strict reason we need yarn. People who want to use yarn will know enough to infer the commands they should use.
created time in 4 days
push eventfoxglove/fox
commit sha 24927bd162cabbdd847475f431c2b2f3705f43bd
Fix auth token name for publishing to npm
push time in 4 days
push eventfoxglove/fox
commit sha d2eb1ec03dedca91face27952a12de751880354a
Deterministic .foxe files, fix template compile error, fix `fox package --cwd <>` (#19)
push time in 4 days
issue closedfoxglove/fox
`package` command is non-deterministic
Running the package command on studio-extension-turtlesim produces a different hash every time. Is this by design? It would be nice to produce the same hash on the same code?
closed time in 4 days
defunctzombie