dubiousjim

Results 9 issues of dubiousjim

Made an attempt to document the changes I pushed and you merged recently. Also to give some context about the difference between Rust's (and this package's) interpretation of "host/target" and...

I built a copy of cargo-outdated on OS X 10.10, with: > cargo-outdated$ rustc --version > rustc 1.43.0 (4fb7144ed 2020-04-20) > cargo-outdated$ cargo --version > cargo 1.43.0 (3532cf738 2020-03-17) I...

T: bug

Seems to work locally. But I don't know vimscript, so definitely should be reviewed.

In [libsqlite3-sys/build.rs](https://github.com/rusqlite/rusqlite/blob/0a2e0b7240e42d1427936be397e139f599650cc0/libsqlite3-sys/build.rs#L65), we request that the bundled sqlite3 sources be built with the compile-time options `-DSQLITE_CORE` and `-DSQLITE_ENABLE_STAT2`. Is this just historical cruft? The sqlite3 docs say that [the latter...

If you look at the source and comments of the function `ensure_safe_sqlite_threading_mode`, it looks like it's trying to guard against the threat of being linked against a version of libsqlite3...

Originally raised as [pandoc #8228](https://github.com/jgm/pandoc/issues/8228). **Explain the problem.** Inside a pandoc lua filter: ``` local rel = pandoc.path.make_relative print(rel("a/d", "a/b/c"), rel("a/d", "a/b/c", true)) ``` prints: > a/d ../d/.. The first...

bug
good first issue
difficulty:low

According to the current spec, the HTML comment in this source is an inline element: ``` preceding line text more text following line ``` But the line containing the HTML...

I created a source package [yagh](https://github.com/dubiousjim/yagh) that bundles the core components of git-hg, git-hg-again, and git-remote-hg, together with some improvements and some changes to make it easier to compare the...

I wasn't able to find much documentation about libwabt.js, but I was able to piece this together from various sources. Corrections/elaborations are invited. ### Usage ### Call either `parseWat(filename:string, watSource:string,...