- Feb 2025
-
mdxjs.com mdxjs.com
-
Autolinks do not work in MDX. The reason is that they can be indistinguishable from JSX (for example: <svg:rect>) and we prefer being explicit. If you want links, use full links: [descriptive text](https://and-the-link-here.com)
-
The reason for that is so you can nicely indent your components:
-
-
rocketdocs.netlify.com rocketdocs.netlify.com
-
what's more important from the perspective of a software architect is why a particular implementation or approach was chosen over its alternatives. A common way to document decisions like this is to use architecture decision records, ideally stored in source control with or near the application(s) impacted by the decision.
-
- Dec 2024
-
www.youtube.com www.youtube.com
-
let's start with host capitalism and recognize that the way that we're using this is not as simple linearity of a transition out of an old system into a new system. We're using it in a way as a conceptual container to hold multiple values and ways of being and knowing that are rooted in reciprocity, solidarity, compassion, empathy, reverence for life.
for - summary - explaining the paradox of Post Capitalist Philanthropy - a conceptual container - Post Capitalist Philanthropy Webinar 1 - Alnoor Ladha - Lynn Murphy - 2023
summary - explaining the paradox of Post Capitalist Philanthropy - a conceptual container - Using this idea of Post Capitalist Philanthropy not as a simple linear vehicle for transition from old to new system - It is a conceptual container that holds multiple values and ways of being, including: - reciprocity - solidarity - compassion - reverence for life - Recognition of transitioning out of a system that is about: - extractionism - commodification of - humans - nature - our relationships - domination - exploitation - What does an alternative way of being look like?
-
- Sep 2024
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
GPL "infects" other parts of a system to combat a work-around which was used to violate the software freedom of the user, by firewalling sections of GPL'ed code from the rest of the system.
-
- Feb 2024
-
meta.stackoverflow.com meta.stackoverflow.com
-
I'm not sure if I should write it in the answer directly, but I could also say that when an OP simply rolls back an edit without preemptively stating any reasoning in a comment etc., that tends to create the impression that OP is misguidedly claiming "ownership" of the content or feels entitled to reject changes without needing a reason.
-
- Nov 2022
-
en.wikipedia.org en.wikipedia.org
-
This occurs for the child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the wait system call, the zombie's entry is removed from the process table and it is said to be "reaped".
-
- Oct 2022
-
stackoverflow.com stackoverflow.com
-
No, I am interested in gathering all of the optional, named Keyword Parameters into a hash. I am not trying to create a new options hash. I want a hash of {:name => val, :color => val, etc.}, which are named in the method signature.
-
that's right, we don't want to do params = { ... } because then we're hardcoding the implementation and it becomes very coupled. The benefit of doing it like in my examples is that you can change the method signature and still automatically capture all keyword parameters.
-
- Mar 2022
-
www.proquest.com www.proquest.com
-
“I went from running long distances to passing out after walking up a flight of stairs,” Bernstein said. “For quite some time, it really drastically altered my life and the things that I was able to do.”
symptoms for mono can be: * Fever * Fatigue * Sore throat * Swollen lymph nodes * Sore muscles * Loss of appetite
-
“If I get Covid, I could very well die. I exercise. I have a good diet. I’m ‘healthy’ apart from the fact that I have one lung. This is a comorbidity that some people think means my life doesn’t matter.”
Kelly Scaletta points out that even though she tries to keep herself healthy she would still be affected by COVID-19. She doesn't fit "The look" of someone who is sick.
Tags
Annotators
URL
-
- Sep 2021
-
stackoverflow.com stackoverflow.com
-
Node Sass does not yet support your current environment indicates that the version of node-sass you are trying to run is not compatible with the version of node installed.
-
- Jun 2021
-
www.theserverside.com www.theserverside.com
-
-
Let's examine why GitHub renamed the master branch to main branch and what effect it will have on developers.
-
-
www.mutuallyhuman.com www.mutuallyhuman.com
-
We used testing tools that were in the same ecosystem as our backend technology stack for primrily three reasons: We owned both ends of the stack Team experience Interacting with the database
-
- May 2021
-
syslog.ravelin.com syslog.ravelin.com
-
Before we dive into the details of the actual migration, let’s discuss the theory behind it.
-
- Sep 2020
-
docs.google.com docs.google.com
-
I didn’t quite understand that until I saw this tweet from Ryan Florence, who is a genius when it comes to explaining the React programming model in ways that normal people can understand — ‘the question is not when does this effect run, the question is with which state does this effect synchronize with?’
-