Julian Kornberger

Results 20 issues of Julian Kornberger

OMG this library uses a built-in list of CA certificates from 2015: :hankey: :man_facepalming: ``` ## ## Bundle of CA Root Certificates ## ## Certificate data from Mozilla as of:...

When Safari 13.1 for MacOS receives a compressed text message, it prints `WebSocket connection to 'ws://localhost:8080/ws' failed: Could not decode a text frame as UTF-8` on the Javascript console and...

docs

Do we want to use https://github.com/stretchr/testify to simplify tests?

This pull requests cleans up code. **Contributing to Twilio** > All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source...

@giorgisio Please enable builds for this project on https://circleci.com/

If I select `AudioFile_AAC_320` or `AudioFile_AAC_160` I get an `Audio key error!` Steps to reproduce the issue: ```golang var selectedFile *Spotify.AudioFile for _, file := range track.Alternative[0].File { if file.GetFormat()...

Otherwise the `./configure` fails with `configure: error: could not find GNU libtool >= 1.5.26`. The package has been introduced with Ubuntu 16.04 and Debian 8.

It's not supported in `OpenSSL::X509::Request` yet. Related to #75 The CLI interface of OpenSSL has support for this feature: ``` openssl req -new ... -sigopt rsa_padding_mode:pss ```

I want to use odhcpd for SLAAC on an internal interface. If I change the prefix on this interface I expect odhcpd to invalidate the outdated prefix (lifetime=0) and to...

The age restriction bypass fails again. Youtube must have changed something. Reproducable with: ```bash go test -timeout 30s -run ^TestDownload_SensitiveContent$ ```

bug