Simon Eisenmann

Results 18 issues of Simon Eisenmann

@theurere can you investigate what needs to be done to run with jQuery.noConflict(true) so jQuery is not exposed as window global. This would also resolve the concern you raised in...

Unable to send message by datachannel because datachannel is not ready. Object {m: "bye"}PeerConnection.send @ peerconnection.js:205PeerXfer.send @ peerxfer.js:99(anonymous function) @ filedownload.js:68Mt @ lodash.min.js:9Re @ lodash.min.js:37Session.cancel @ filedownload.js:65Session.done @ filedownload.js:200(anonymous function)...

This PR adds support to use sleepy with existing muxer instances and also allows to use other muxer implementations than http.http.ServeMux.

This PR is required to get access to request.Body in POST and PUT handlers without keeping to add more and more parameters to the handlers. I feel it is much...

This PR adds direct support for string and []byte response data from sleepy handler implementations. It also makes sure that the response header content-type is set if JSON is encoded...

The panic recover in https://github.com/libregraph/idm/blob/1bc74738d4ba3099dbd059de1c88c6a0cd94e88c/pkg/ldapserver/bind.go#L17 does not get logged. For example when for whatever reason a user record has no `userPassword` field, the nesting code in `server/handler/ldif/entry.go` goes like ```go...

bug