Nebucaz

Results 8 issues of Nebucaz

@WadeBarnes thanks for the hint: Replaced `*const i8` with `libc::c_char` in `unsafe {}` blocks in file `lib.rs` to be able to compile on linux/arm64 architecture. Now compiles on Ubuntu 20.04...

# IndyPool + IndyScan on localhost ## Description indyscan-daemon exits and restarts ``` » docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f61931cbe3f2 pstas/indyscan-daemon:4.1.0 "/bin/sh -c 'npm run…"...

find a way to enable live preview for an express app with an angular frontend for development

**🛑 IMPORTANT**: You can get your feedback addressed faster if you **use the comment section for the article in which you encountered a problem** (if available). https://docs.microsoft.com/en-gb/linkedin/shared/integrations/people/connections-api?context=linkedin/compliance/context **Link to article:**...

Pri3

Building `indy-vdr` using cargo build on `Ubuntu 18.04 aarch64` fails: ``` error: failed to run custom build command for `zmq-sys v0.11.0` Caused by: process didn't exit successfully: `/home/indy/indy-vdr/indy-vdr-0.3.3/target/debug/build/zmq-sys-d0b872da29bf9f33/build-script-main` (exit status:...

I expected to be able to update/merge existing records using PopulateMergeMatch as described in the documentation based. I've written a simple example like follows: ## _config/config.yml ``` Member: test: Email:...

Might be this might be more of a feature request than an issue: I tried to define a PopulateMergeMatch using ForeignKey Fields, but it did not work. I tried the...