-
## What does it mean for node bindings to be portable?
When we build node bindings, we generate a binary `.node` file with the executable for the bindings. As with any binary, the `.node` binary ha…
-
So the *very* good news is, on Windows at least, we can now build Theia (0.7 for now) with VCPKG. The next challenge is that the Theia doc doesn't get built. It's in the repo as a bunch of RST files, …
-
hooks/EXAMPLES/SA-permission-tar-001 - add
-H, --format FORMAT
create archive of the given formatFORMAT is one of the following:
--format=gnu
GNU tar …
-
Consider the following link local IPv6 sockaddr string:
`[fe80::f03c:91ff:fedf:75ee%eth0]:8080`
This address does not parse or round-trip: https://play.rust-lang.org/?version=stable&mode=debug&e…
raggi updated
6 months ago
-
Prior to 6.0, Mono had a feature known as [IOMAP](https://www.mono-project.com/docs/advanced/iomap/), which allowed users to enable an extra code path that would check for filesystem incompatibilities…
-
Example code in this gist https://gist.github.com/holachuy/2c28ae6c85045bc45adffaea3192c9a6
Based on previous code here https://github.com/google/data-transfer-project/blob/master/portability-core/…
-
This great-big feature request seeks to answer the question
"where should I find the wikified version of this task?".
It rests on a number of suppositions
- users of this plugin have a $TASKDATA env…
-
I would like to attempt support for `MDB_INTEGERKEY` and `MDB_INTEGERDUP` (See [`mdb_dbi_open`](http://symas.com/mdb/doc/group__internal.html#gac08cad5b096925642ca359a6d6f0562a)). Any user attempting …
-
I have code that looks something like:
```golang
var (
muxLambda *gorillamux.GorillaMuxAdapter
)
func main() {
router := mux.NewRouter()
// ...some routes are defined here...
…
-
https://github.com/pypa/pip/pull/8045#issuecomment-613305096
We have been missing the `vendored()` call updates too many times that this should be beneficial. But at least I am not really motivated…