16 Matching Annotations
- Jul 2023
-
en.wikipedia.org en.wikipedia.org
-
"Data models for different systems are arbitrarily different. The result of this is that complex interfaces are required between systems that share data. These interfaces can account for between 25-70% of the cost of current systems".
-
- Jun 2023
-
www.soulcutter.com www.soulcutter.com
-
under the name “conversion functions.” These exist in Ruby’s standard library - for example Array() is one that you’re likely to see in real code.
-
- Nov 2022
-
github.com github.com
-
So transcriptor aims to do less, and impose the bare minimum of cognitive load needed to convert a REPL interaction into a test. The entire API is four functions:
-
- Oct 2020
-
github.com github.com
-
For event listeners we support the standard jsx naming convention onEventname (this is converted to on:eventname in svelte) as well.
-
-
www.onwebsecurity.com www.onwebsecurity.com
-
Encoding is transforming data from one format into another format.
-
-
github.com github.com
- Sep 2020
-
github.com github.com
-
Allows registration of TypeScript custom transformers at any of the supported stages:
-
-
github.com github.com
-
medium.com medium.com
-
A bundler can help transform assets into something more manageable than manually maintaining them.
-
-
stackoverflow.com stackoverflow.com
-
// convert CommonJS modules to ES modules
-
-
github.com github.com
-
Want to use this now? Existing projects A more robust and maintainable way to incorporate this patch into your workflow using patch-package:
-
-
www.coreycleary.me www.coreycleary.me
-
github.com github.com
-
Write svelte components in jsx.
-
-
github.com github.com
-
This package exposes an hyperscript compatible function: h(tag, properties, ...children) which returns a svelte component.
-
- Jul 2020