-
I am currently working on updated Haskell bindings for the upcoming release, and binding to the new header `include/capstone/m68k.h` proved more difficult than assumed. The issue isn't just the fact t…
-
Hi,
I have configured a ubuntu/trusty64 box on vagrant and want to play two books one by one, namely ala-demo.yml and volunteer-portal.yml. I ran them one by one. If i run ala-demo.yml first, all fun…
-
Hi,
I tried with "Authenticate with another CAS server using OAuth v2.0 protocol". I tried "leleuj" as credential. The login was successful. But my doubt is after login the oauth2 redirection does no…
-
In previous version, there is this option `ignoreSslErrors` that can overcome the SSL error on the targeted page. How can I do this in V2? The instances options only resolve around the browser window …
-
My CAS client webapp (_redirect.php_) is behind a reverse proxy.
Its public URL is different from its internal one. Moreover, the public URL is under **https** but its internal is under **http**.
In…
-
loading
```
ansible-playbook -K -s -i ../ansible-vars/inventory.yaml -e @../ansible-vars/vars.yaml deploy-backend.yaml
```
```
TASK: [data-container-services-deployer | login to data_container r…
-
With Merlin_master, Emacs mode, OCaml 4.02.3
e.g. with :
``` ocaml
type union =
| Cas1 of int
| Cas2 of int * string * bool
| Cas3
let f x = match x with
| Cas3 -> ()
```
Currently, a 'des…
-
We should set up the user profile page to not allow users signed in with SSO to set or change the password fields. We should just reserve that for guest users. @tampakis @axapu Any objections to this …
-
And today I tried it again and it doesn't work anymore which is very weird...
i get this:
``` javascript
Unhandled rejection TimeoutError: operation timed out
at afterTimeout (C:\Arya\node_modul…
-
Hi, Martin, great stuff here!
In my current project we've stumbled across a problem when it comes to support different configurations based on the environment. For example, we'd want to have "localho…