Jean-Philippe Caruana
Jean-Philippe Caruana
Hi, I use gmail to be authenticated, but it doesn't work : ``` Status Code: 401 Exception: Unexpected authentication type: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@d1cf1333: Username: [email protected]; Password: [PROTECTED]; Authenticated: false; Details: org.acegisecurity.ui.WebAuthenticationDetails@957e: RemoteIpAddress:...
stack : ``` java Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(962,814),absolute(1305,940),button=1,modifiers=Button1,clickCount=1] on dialog15: Unauthorized -> Missing or bad credentials org.codinjutsu.tools.jenkins.security.AuthenticationException: Unauthorized -> Missing or bad credentials at org.codinjutsu.tools.jenkins.security.DefaultSecurityClient.checkResponse(DefaultSecurityClient.java:156) at org.codinjutsu.tools.jenkins.security.BasicSecurityClient.doAuthentication(BasicSecurityClient.java:73) at org.codinjutsu.tools.jenkins.security.BasicSecurityClient.connect(BasicSecurityClient.java:47)...
not specific to zope, we have the same issue whith flask
we could use the `Parallel` command: https://www.gnu.org/software/bash/manual/html_node/GNU-Parallel.html
Hi, this is the way wiki work in github for instance
Hi, I've got the same issue in the same conditions. Here is a partial stack trace for the error: ```` ERR Averaged perceptron model could not be loaded at address_parser_load...
Hi, if you want to loop ever children, you first have to null check it: that's one unnecessary null check, one indent level more, less readability. - looping over en...
> (Btw @jpcaruana it looks like the reason you have multiple values for content is that you're using both p-content and e-content: . You probably only want one of those.)...
cristal clear, thank you. Fixed on my side :)
> Wow. That is surprising. I think switching to a different parser sounds wise; the user shouldn't have to foot the burden and see malformed markup. Do you know any...