44 Matching Annotations
  1. Aug 2023
    1. Shrine was heavily inspired by Refile and Roda. From Refile it borrows the idea of "backends" (here named "storages"), attachment interface, and direct uploads. From Roda it borrows the implementation of an extensible plugin system.
  2. Sep 2022
    1. R is the implementation of the S programming language combined with lexical scoping semantics inspired by Scheme.
    2. The S language is often the driver programming language for research in statistical methodology, and R gives an Open Source route to participation in that activity.
  3. Aug 2022
  4. Oct 2021
  5. Jun 2021
    1. Inspired by ENV! and David Copeland's article on UNIX Environment, env_setting is a slight rewrite of env_bang to provide OOP style access to your ENV.
  6. Apr 2021
  7. Mar 2021
  8. Feb 2021
    1. Scrivener is Bureaucrat's little brother. It draws all the inspiration from it and its features are a subset of Bureaucrat's.
    1. Special thanks to the owners of the great gems that inspired this work: Nick Sutterer - creator of reform Nathan Van der Auwera - creator of cocoon
  9. Jan 2021
  10. Dec 2020
  11. Nov 2020
    1. I’ve asked Mark about the inspiration and, yes, SNCF/Paris Connection, was in there, but he also cited Knizia’s Spectaculum for parts.
  12. Oct 2020
    1. This implementation is based upon following sources: JavaScript Debounce Function by David Walsh Lodash implementation
    1. All validators can be used independently. Inspried by functional programming paradigm, all built in validators are just functions.

      I'm glad you can use it independently like:

      FormValidation.validators.creditCard().validate({
      

      because sometimes you don't have a formElement available like in their "main" (?) API examples:

      FormValidation.formValidation(formElement
      
    1. bringing Vue-style reactive stores with data and computed properties into Svelte
    1. This library takes inspiration from Tailwind and utilizes Otion to provide means of efficiently generating atomic styles from shorthand syntax and appending them to the DOM at runtime.
  13. Sep 2020
    1. For the editor level, we took inspiration from Pine's work in the Vue ecosystem via Vetur.
  14. May 2020
    1. Where we got our inspiration The awesome Travis CI had the great idea to use a .yml file for builds and was followed by the popular CircleCI. We're happy to follow this approach, which we believe is superior than any other.
  15. Apr 2020
  16. Feb 2020
  17. Jan 2020
  18. Nov 2019
    1. Onivim 2 is a reimagination of the Oni editor. Onivim 2 aims to bring the speed of Sublime, the language integration of VSCode, and the modal editing experience of Vim together, in a single package.
  19. Oct 2019
    1. If I had more time, I would have explored an API close to https://sancho-ui.com/components/combobox and https://ui.reach.tech/combobox/.
    1. Sancho originally started as a fork of Evergreen but has since evolved to incorporate my favourite ideas from Bootstrap and Material-UI. We make substantial use of Reach-UI where possible to ensure proper accessibility. This project is obviously hugely indebted to all of these projects.
  20. Sep 2019
  21. Aug 2019