Sophie Alpert
Sophie Alpert
If I have a file ``` d c b a ``` and I select the middle two lines using `V` (visual line selection) then run `:sort` (really, `:'
If you render the markdown ``` [xss](data:text/html,alert(document.domain)) ``` using remarkable in Firefox, clicking it will run a script on the domain of the page displaying the rendered markup (test on...
Are the puzzle generation scripts open source? I was thinking about classifying puzzles based on their difficulty – eg distinguishing puzzles where you need to only lock known pieces from...
Is it OK to `export ContextProvider = Context.Provider;` from a `use client` file? If so, behold.
When multiple underscores are typed adjacent to each other, the result is like this: `PITFALL: ___` It would be nice if there were ligatures such that this can appear as...
# @benbraou has claimed this issue. Please give them a chance to work on this. --- Here's a screenshot of a CircleCI build for another (private) project I'm a part...
I don't think source maps work with this out of the box. They should.
If you have ``` /** * @providesModule Foo.react */ var React = require('React'); ``` and remove the require statement, the docblock is lost. This causes build errors and I had...
https://github.com/reactjs/react-future/blob/f8808dd4cd275dcc2a81b41989a71cd23ad98308/04%20-%20Layout/04%20-%20Inline%20Styles.md provides a proposed API for defining inline styles on a component. In some cases, it's necessary to use media queries or pseudo classes in a selector, which isn't directly...