Henri
Henri
Try typing ``` alert("yo"); ```
Solr 5 has just been released and introduces [a few changes](https://cwiki.apache.org/confluence/display/solr/Major+Changes+from+Solr+4+to+Solr+5).
The two new services can be implemented as plugins who are clients to the PEPS API.
ocamlbrew fails with the following error in `/tmp/ocamlbrew.RANDOMID`: ``` =-=- ocamlfind.1.5.5 troubleshooting =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= => Could not build ocamlfind. The most common reason for that is a missing 'm4' system package....
Currently, `build` works with Linux and OSX. We could add Windows support.
When a user has no `build.defaults` installed, we could use `build -get` to automatically download a default configuration from this repository.
I configured my project to resolve `.svelte` files automatically, so importing components looks like: ```js import ObjectView from "../components/ObjectView"; ``` Each of these imports generates a `Cannot find module xxx`...
When trying to send a first message, I get the following error: ``` Could not send: libsignal-service sending error: Proof of type ["captcha", "pushChallenge"] required using token xxx-xxx-xxx ``` The...
## Prerequisites ``` import Safe from "@safe-global/protocol-kit"; ``` ## Description The runtime fails in browser environments since `process` is not defined. A fix is to mock the process value, e.g....