Proposals

Open-source projects categorized as Proposals

Top 20 Proposal Open-Source Projects

  • core-js

    Standard Library

  • Project mention: Emacs' helm is maintained by one maintaner for 11 years long | news.ycombinator.com | 2023-12-22

    This is surprisingly common. The other example off the top of my head, a single maintainer of a very popular project who had to temporarily abandon it due to lack of funds, is Denis Pushkarev (zloirock) and core.js (https://github.com/zloirock/core-js/blob/master/docs/2023-02...).

    The majority of OSS projects have most of their contributions by one person (the project leader), and the vast majority of OSS contributors don't do it for their job. It seems nearly every single popular OSS project is like this (one unpaid, maybe sponsored, volunteer doing most of the work); it's not even worth listing projects and names, because you can just pick a couple projects you know and I bet at least one will be an example. Fortunately, most of these people seem to be well-off (probably in part due to the quality of programming jobs), but every once in a while there's someone who's not so fortunate. It should be more common to sponsor maintainers, especially if they are asking for donations provided they can prove that they really need the money (the world we live in, some people who have plenty fake issues to solicit donations, then others who genuinely need and deserve the money are scolded and left unfunded because of them).

  • List-Of-Open-Source-Internships-Programs

    A curated list of all the open-source internships/Programs

  • Project mention: Resources for Self-Taught CS Enthusiasts: Open Source Internship Programs, Learning CS, and Free Coursera Courses | /r/buildindia | 2023-05-01
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • discussions-and-proposals

    Discussions and proposal related to the main React Native project

  • Project mention: Rn-fetch-blob build error | /r/reactnative | 2023-12-11

    Removing package name from AndroidManifest.xml is required for RN 0.73. Libraries is started to remove it and switched to namespace since RN 0.71. You have 2 options:

  • result

    A lightweight C++11-compatible error-handling mechanism (by bitwizeshift)

  • proposals

    A home for well-formed proposed incubations for the web platform. All proposals welcome. (by WICG)

  • Project mention: Argon2id hash “costs” | /r/Bitwarden | 2023-06-10

    Ideally, Argon2, like PBKDF2 would just get added to SubtleCrypto (GitHub issue here), which would allow to forgo WebAssembly entirely.

  • XRPL-Standards

    XLS: XRP(L) community defined Suggestions, Proposals, RFCs / Standards / Drafts & discussions, to be added to the core protocol, used for platform & apps devemopment, etc.

  • Project mention: XRP Ledger AMM Bug Fix Now Integrated: A Detailed Analysis | dev.to | 2024-04-12

    AMMs provide a new way to convert between assets that complements the DEX’s order books. Unlike offers, which have fixed exchange rates, the AMM exchange rate varies continuously as liquidity is consumed from the AMM pool according to a constant product formula (see XLS-30 for details). The payment engine needs a way to compare the discrete liquidity from an offer with the continuous liquidity from an AMM to provide the most cost-efficient path for payments.

  • proposals.es

    📚 A website for exploring ECMAScript proposals/champions/specs and more.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • wg21

    Framework for Writing C++ Committee Papers

  • wasi-io

    I/O Types proposal for WASI

  • Project mention: Reaching the Unix Philosophy's Logical Extreme with WebAssembly | news.ycombinator.com | 2023-08-28

    Wasi co-chair and Wasmtime maintainer here: we agree! Wasi Preview 1, which this article is about, was a first attempt at porting some of these Unix ideas to Wasm. We found pretty quickly that unix isn't the right abstraction for Wasm. Not only is it not really portable to platforms like Windows without reinventing a compatibility layer like cygwin, it also doesn't really make sense in a Web embedding, where users end up implementing something like a unix kernel in Javascript.

    Wasi Preview 2, which we are aiming to launch by the end of the year, rebases Wasi on the Component Model proposal, which enables composition of Wasm programs, including those which are written in different languages, and which do not trust each other. Wasi is now specified in the Wit IDL, which has a strong type system for representing records, variants, lists, strings, and best of all, external resources, including sugar for constructors, methods, and destructors.

    Instead of basing everything on the filesystem abstraction, the core Wasi primitives are the `input-stream`, `output-stream`, and `pollable` resource types, for readable and writable bytestreams, and a pseudo-future (you can `poll-oneoff` on a `list` and it will block until one is ready, and return a `list` indicating the set which are ready. `wasi:filesystem/types.{descriptor}` is the resource for files, but if you need to read, write, or append to a file, you can do so by calling a method on `descriptor` that returns a `input-stream` or `output-stream`.

    We are closing in on shipping Wasi Preview 2 but its not quite fully baked yet - changes related to resources are slated to land in the net few weeks. The spec definitions are on github: https://github.com/WebAssembly/wasi-io/blob/main/wit/streams... https://github.com/WebAssembly/wasi-filesystem/blob/main/wit... . Stay tuned for much more approachable documentation, tutorials, and so on, once we are confident it is a stable target ready for users.

  • hotspot-manufacturers

    Hub for Helium hotspot manfuacturer applications and the Manufacturer Oversight Committee (MOC)

  • proposals

    Temporal proposals (by temporalio)

  • Roadmap

  • SNIPs

    Secret Network Improvement Proposals (SNIPs) ✂️ (by SecretFoundation)

  • proposals

    @bisq-network improvement proposals (by bisq-network)

  • Project mention: Idea : add a BTC mix service | /r/bisq | 2023-08-24

    If you would like to make a proposal for this here is a guide: https://bisq.wiki/Proposals

  • open-evolution

    Open evolution proposals for the Twitter API

  • oxen-improvement-proposals

    The Loki Improvement Proposal repository

  • project-application

    Application to track proposals and projects from their submission to finalisation

  • WG21

    My proposals for the C++ standard (by neargye-wg21)

  • papers

    Papers & proposals, for C++ programming language, Microsoft Windows OS, and other (by tringi)

  • Project mention: Announcing Windows 11 Insider Preview Build 22621.1906 and 22631.1906 | /r/windowsinsiders | 2023-06-22

    I've even wrote you a short paper how to do that: https://github.com/tringi/papers/blob/main/win32-uninstall-from-start.md

  • proposal-command-syntax

    Proposal: Command Syntax for JavaScript

  • Project mention: Do you do full-on FP in JavaScript? Want it? | /r/functionalprogramming | 2023-05-29

    And quick aside. Command-Query Separation. This is FP, right? Is it something which plays heavily into how you think about and write code? For me, it's a resounding yes! I made a proposal for JavaScript called Command Syntax which leans heavily on CQS and FP thinking, but at times in discussions with other JS devs I don't usually sense a deep FP connection. I feel like I'm speaking another language to another community with different cares.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Proposals related posts

Index

What are some of the best open-source Proposal projects? This list will help you:

Project Stars
1 core-js 23,817
2 List-Of-Open-Source-Internships-Programs 3,499
3 discussions-and-proposals 1,609
4 result 265
5 proposals 196
6 XRPL-Standards 180
7 proposals.es 179
8 wg21 113
9 wasi-io 107
10 hotspot-manufacturers 64
11 proposals 63
12 Roadmap 56
13 SNIPs 49
14 proposals 43
15 open-evolution 42
16 oxen-improvement-proposals 11
17 project-application 7
18 WG21 5
19 papers 1
20 proposal-command-syntax 0

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com