11 Matching Annotations
- Feb 2021
-
2019.trailblazer.to 2019.trailblazer.to
-
note that TRB source code modifications are not proprietary
In other words, you can build on this software in your proprietary software but can't change the Trailblazer source unless you're willing to contribute it back.
loophole: I wonder if this will actually just push people to move their code -- which at the core is/would be a direction modification to the source code - out to a separate module. That's so easy to do with Ruby, so this restriction hardly seems like it would have any effect on encouraging contributions.
Tags
- software licensing
- annotation meta: may need new tag
- good point
- LGPL
- well-written
- open-source software: not contributing new code back to project
- loophole/escape hatch
- reminder
- neutral/dispassionate/impartial/objective wording
- proprietary software
- wording designed to be more palatable/pleasing/inoffensive
Annotators
URL
-
- Dec 2020
-
github.com github.com
-
it can be difficult or verbose to accomplish some things like animations in React, especially without libraries, and high-performance React animation libraries often bail out of its rendering cycle to manipulate the DOM directly.
-
React abstracts the DOM with functionally pure declarative rendering and provides escape hatches back to mutable imperative DOM land. This is a profound philosophical difference that Rich gave a talk about.
-
- Nov 2020
-
github.com github.com
-
You can either use require to bypass typescript special import.
-
- Oct 2020
-
final-form.org final-form.org
-
If you define a variable outside of your form, you can then set the value of that variable to the handleSubmit function that 🏁 React Final Form gives you, and then you can call that function from outside of the form.
-
-
svelte.dev svelte.dev
-
Generally, you should read the value of a store by subscribing to it and using the value as it changes over time. Occasionally, you may need to retrieve the value of a store to which you're not subscribed. get allows you to do so.
-
- Sep 2020
-
svelte.dev svelte.dev
-
export { className as class }
Tags
Annotators
URL
-
-
github.com github.com
-
There are tools in Svelte that break this expectation to a degree, but they are a bit annoying to use, which makes it an active decision on the part of the developer. The API hints at the way we want you to do things because we feel that this will give the better experience.
-
There is an escape hatch in :global() that facilitates this. It is verbose, and we are okay with that, we don't want it to be too pleasant to use. We don't want people doing this at all, but it is there when needed.
-
- May 2020
-
en.wikipedia.org en.wikipedia.org
-
This technique may allow a developer to delay offering full support and responsibility for remaining issues.
-
-
nypost.com nypost.com
-
That’s why the escape hatch is so appealing. Self-insured companies can tailor their health benefits to meet the needs of their workers. They don’t have to pay for services their employees neither need nor want. And self-insured plans pay their own medical costs, without having to subsidize the health-care costs of other groups.
-