57 Matching Annotations
- Sep 2024
-
-
-
platform built on top of Utopia and Relaxo.
-
-
-
github.com github.com
-
new tag: display/view for audience
-
- May 2024
- Feb 2023
-
github.com github.com
- Dec 2022
-
-
Most mailing list providers will encourage you to insert a mailto and URL within the header of your emails, or they will be automatically provided.
-
- Nov 2022
- Mar 2022
-
Tags
Annotators
URL
-
- Jun 2021
-
disqus.com disqus.com
-
While rails does have nice CSRF protection, in my instance it limited me.
-
-
hacks.mozilla.org hacks.mozilla.org
-
if you just need a screenshot of a webpage, that’s built in:
-
- Feb 2021
-
github.com github.com
- Nov 2020
-
css-tricks.com css-tricks.com
-
Internal Sass features have also moved into the module system, so we have complete control over the global namespace.
-
There are several built-in modules — math, color, string, list, map, selector, and meta — which have to be imported explicitly in a file before they are used:
-
- Oct 2020
-
formvalidation.io formvalidation.io
-
Type safety. Entire codebase is written in TypeScript.
-
-
github.com github.com
-
Built with remark
-
Built on remark
Tags
Annotators
URL
-
-
github.com github.com
-
It’s what powers remark (Markdown), retext (natural language), and rehype (HTML), and allows for processing between formats.
-
-
github.com github.com
-
It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
-
-
recoiljs.org recoiljs.org
-
For reasons of compatibility and simplicity, it's best to use React's built-in state management capabilities rather than external global state.
-
-
github.com github.com
-
Built on TypeScript.
Tags
Annotators
URL
-
- Sep 2020
-
github.com github.com
-
TypeScript provides a language service which can do all the heavy lifting for us
-
- Aug 2020
-
github.com github.com
-
Using awesome Ant Design as UI framework
-
-
www.onthegosystems.com www.onthegosystems.com
-
Ruby is the programming language used in Translation Proxy. For Sarah, Object Oriented Design “done the Ruby way” is so enjoyable and is the part of her work that she likes most.
-
- Jul 2020
-
github.com github.com
-
But I'll definitely take underscore mixins over extending String.prototype or other clunky implementations any day.
-
-
gitlab.com gitlab.com
-
Because the Web IDE is based on the Monaco Editor, you can find a more complete list of supported languages in the Monaco languages repository. Under the hood, Monaco uses the Monarch library for syntax highlighting.
-
-
svelte-native.technology svelte-native.technology
- May 2020
-
github.com github.com
-
The diagram was generated with rails-erd
-
-
www.hostgator.com www.hostgator.com
-
the files are then transferred over the to git repository onto the cloud server.
-
-
codeguard.zendesk.com codeguard.zendesk.com
-
File pick up begins with an analysis of the file structure and creation of a git repository within Amazon’s Elastic Compute Cloud (EC2).
-
-
github.com github.com
-
github.com github.com
- Apr 2020
-
github.com github.com
-
falcon.readthedocs.io falcon.readthedocs.io
- Mar 2020
-
wordpress.org wordpress.org
-
Gutenberg was developed on GitHub using the WordPress REST API, JavaScript, and React.
Tags
Annotators
URL
-
- Feb 2020
-
-
docs.k6.io docs.k6.iok6/http1
-
k6 does not run in Node.js because it would perform poorly while running larger tests.Javascript is not generally well suited for high performance. It's a Go program - to achieve maximum performance - embedding a JavaScript runtime for running tests written in JavaScript.
Tags
Annotators
URL
-
- Dec 2019
-
github.com github.com
-
github.com github.com
Tags
Annotators
URL
-
-
github.com github.com
-
github.com github.com
-
Superseded by (replacement project): https://github.com/QTodoTxt/QTodoTxt2/
Before I realized there was a replacement project:
Blah. Looks good but unmaintained. Too many competing forks.
Other interesting fork: https://github.com/kmicc/QTodoTxt/tree/dev
This branch is 17 commits ahead, 201 commits behind QTodoTxt:dev. https://github.com/QTodoTxt/QTodoTxt/compare/master...kmicc:dev https://github.com/kmicc/QTodoTxt/network
-
-
-
As GPG and Git are widely used, it relies on thoroughly tested and secure functionality.
-
-
github.com github.com
-
An application to lock desktop when the user leaves.
-
-
github.com github.com
-
Here are some example libraries that have been bootstrapped with create-react-library
-
- Nov 2019
-
www.silverstripe.org www.silverstripe.org
Tags
Annotators
URL
-
-
github.com github.com
-
Onivim 2 is built in reason using the revery framework
Tags
Annotators
URL
-
- Oct 2019
-
stackoverflow.com stackoverflow.com
-
Try to avoid mucking with native prototypes, including Array.prototype, if you don't know who will be consuming your code (3rd parties, coworkers, yourself at a later date, etc.). There are ways to safely extend prototypes (but not in all browsers) and there are ways to safely consume objects created from extended prototypes, but a better rule of thumb is to follow the Principle of Least Surprise and avoid these practices altogether.
-
He's not messing with them he's extending them for Arrays.
-