Mael Le Guen

Results 4 issues of Mael Le Guen

Allow import in typescript: ```ts import timestamp = require('timestamp'); ``` EDIT: updated with [typescript recommanded import syntax for commonjs module](https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require) as recommanded by @fregante (see below).

This is a follow-up of #12 The proposed solution does not work either: ``` import * as timestamp from 'time-stamp'; ``` leads to : ``` error TS2349: This expression is...

The RelayState parameter is a common way for a frontend to tell the backend to which URL it should be redirected after a successful SAML login. This RelayState parameter is...

to install/uninstall to/from `/usr/local/bin/sb3tosb2` (a shebang is added for it to run automatically with python3).