Matthias Braun

Results 59 comments of Matthias Braun

Thanks for looking into this. I cloned the repo, set `WINDOWS=wayland` in `config.mk`, and ran `make`. This is the error I got: Package cmocka was not found in the pkg-config...

Sure. After `git pull` and `make clean` I get this error: Package cmocka was not found in the pkg-config search path. Perhaps you should add the directory containing `cmocka.pc' to...

After `pacman -S cmocka` I get: cc -o build/imv-msg build/imv_msg.o build/ipc_common.o a2x --no-xmllint --doctype manpage --format manpage doc/imv.1.txt make: a2x: Command not found make: *** [Makefile:152: doc/imv.1] Error 127 I...

By the way: I remember having to install `pkg-config` as well to get the build going.

Wow, @rmsacks, excellent catch! How did you find out that it's due to the key repeater?

I'm wondering too whether this is supported. The word `stream` only occurs once in Autowire's code base and [there](https://github.com/lihaoyi/autowire/blob/166aaf9aa7f9f03a2f9b509fef5e1dfcc3c15fca/autowire/jvm/src/test/scala-2.11/autowire/InteropTests.scala) it's `java.io.ObjectInputStream`. So I guess it's not implemented yet.

I'm stilling having trouble executing the code of the client-server tutorial. Here's what I tried so far: 1. Cloned this repo 2. `cd hands-on-scala-js` 3. `sbt` 4. `clientserver/run` and `appJVM/run`...

@pvinis: When you say the cmd output thing is possible, do you mean sed or sd can do what I described in my original comment? The equivalent of `sd "\d{4}-\d\d-\d\d"...

Thanks, but that doesn't work for me. I'm trying to pass the matched string to `date`: sed -E "s/[0-9]{4}-[0-9]{2}-[0-9]{2}/$(date -d "& + 1 day" --iso-8601)/" file_with_dates.txt Here, the ampersand should...

You could use [Silhouette ](https://github.com/mohiva/play-silhouette) for authentication.