James Lin

Results 28 issues of James Lin

Not sure if this is the best place to ask but my stackoverflow [question](https://stackoverflow.com/questions/57845978/does-django-saml2-auth-support-share-tokens-between-service-providers-sps) is not getting any answers, so trying here instead. Copy and posted from Stackoverflow: Does django-saml2-auth...

Hello, I haven't used the library yet, and I am wondering if I can get the token from IdP and use the token be part of the API request to...

I am getting a blank screen after loading icon briefly showing up. Browser console displays the following error: ``` api-console-vendor.js:424252 TypeError: Cannot read property 'buffer' of undefined at api-console.js:1117 at...

Hi just came across this package after been fiddling with [django-fido](https://github.com/CZ-NIC/django-fido) project, regarding the passwordless section in the README, it mentions about creating a cookie for the previously logged in...

Hello the repo has not been updated for 2 years, I am curious if this is still being maintained anymore? Love the idea to be able to have multiple client...

I know quite a few people reported the same warning message: ``` Found another file with the destination path 'material/imgs/sidenav.svg'. It will be ignored since only the first encountered file...

enhancement
frontend
postponed

such as ``` class A(object): data = {} >>> a = A() >>> a.data.update({'a': 1}) >>> b = A() >>> print b.data {'a': 1} ```

Currently we traverse the node recursively to work out the structure, eg. fetch data from top node, then see if the node contains children, then for each of the children,...

Hello Given last commit was 2 years ago, is this project still being maintained? If not, what is the alternative?

question

I have the generated graph below, somehow the layout is suboptimal that causing the direction lines overlapping each other: ![image](https://user-images.githubusercontent.com/558175/68909311-c5a94780-07b2-11ea-8b79-4d45997fe9ec.png) The directions are actually as below: ![image](https://user-images.githubusercontent.com/558175/68909440-1b7def80-07b3-11ea-9d75-b9151722b1bb.png)

request/enhancement
dev/flow