-
Initially reported in mdoc at https://github.com/scalameta/mdoc/issues/454. mdoc uses the linker incrementally as a matter of course:
* For each `.md` file, it gathers all the snippets in a single …
-
I got these warnings and error while compiling on Mac OS 10.15.5:
```
cc rasm.c -lm -lrt -march=native -o rasm.exe
rasm.c:3695:32: warning: unsequenced modification and access to 'idx' [-Wunsequenc…
-
I was looking for a _pure-python_ alternative to my makefile (which does some system-level initialization necessary for the package), and stumbled across [paver](https://paver.github.io/). It wraps se…
-
**Configuration:**
WASM version of RDKit as of Nov 1 2020 from: https://rdkit.org/rdkitjs/beta/GettingStartedInJS.html
Chrome Version 86.0.4240.111 (Official Build) (64-bit)
Microsoft Windows [Ve…
-
**Configuration:**
WASM version of RDKit as of Nov 1 2020 from: https://rdkit.org/rdkitjs/beta/GettingStartedInJS.html (v2020.09)
Chrome Version 86.0.4240.111 (Official Build) (64-bit)
Microsoft …
-
````
In file included from rasm.c:96:
./apultra.h:1201:19: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (nResult < 0) return -1;
~~~~~…
-
## TurboGears 2.2.0
As a first step in the upgrade process, we will shoot for incremental upgrades of TG2 and document any issues faced.
**Current Version**: `TurboGears2==2.1.5`
**Upgrade Versi…
-
Hello, can you make a small example for the regex please? I cannot seem to make this work...I am trying this and i expect that `i` is 1, am I missing something? thanks.
```
const char *err = N…
-
I start working with PxMatrix on arduino mega and i made the following code::
```
#define PxMATRIX_COLOR_DEPTH 1
#define PxMATRIX_MAX_HEIGHT 32
#define PxMATRIX_MAX_WIDTH 64
#include
// Pins fo…
-
Commit dcd1e73 and following are supposed to 'integrate' [libcmini](https://github.com/mfro0/libcmini) into FreeMiNT (originally to make COPS usable with and without MiNT).
As the original author o…
mfro0 updated
4 years ago