extract
Here are 539 public repositories matching this topic...
-
Updated
Apr 16, 2020 - C
-
Updated
Oct 14, 2020 - TypeScript
-
Updated
Aug 4, 2020 - Java
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Update FAQ?
With questions that come up for first time users.
-
Updated
May 28, 2020 - Python
-
Updated
Dec 30, 2019 - Swift
-
Updated
Sep 1, 2020 - TypeScript
Portable mode
Hi, the program creates a file on:
C:\Users\USERNAME\AppData\Local\LessMsi\lessmsi-gui.exe_Url_2f40pggqe2qwc3oufnjnqq0l3gqel3k3\1.6.91.0\user.config
It would awesome if it were created only on the same folder where the executable is, so that it can be used as portable on a USB pendrive, and without leave traces.
Cheers.
-
Updated
Sep 30, 2020 - Go
-
Updated
Jun 1, 2019 - Python
-
Updated
Jul 11, 2020 - PHP
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 1, 2020 - PHP
Improve codecov
Currently the code coverage is around 70%. Need help to write tests so as to obtain a code coverage above 90%
-
Updated
Oct 10, 2020 - C++
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 28, 2019 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Dec 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the extract topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extract topic, visit your repo's landing page and select "manage topics."
We need a special zip file that cannot be created with normal commandline tools. It requires crafting with an API. This should be possible with
archive/zip#Writer, for example.We want a double entry of a file - the first being a symlink such that the second will be placed in an arbitrary location: