Tobias Kaupat

Results 84 comments of Tobias Kaupat

I had the same idea with the options object. Its a good idea in general. Just the target and bundle is a dangerous combination. If you specify a bundle, everything...

Having `.ready()` work is nice. Just another thought is to change it to `.ready('some-bundle', target)`, where `target` is optional and default to `window`. Not sure how much effort it would...

I was not digging into this. Currently I just load everything in the global namespace - loading to an iFrame went a little bit down on my todo. Regarding the...

There seem to be some caveats with iFrames that let me go with global imports right now, so it might need some time for the topic to become important enough...

I got following working setup working. I feel like the docs are leaving a lot of points open so I like to share it: I run a openvpn container based...

My current problem is, that I already have a public nginx running on the server and I can't expose port 80 from the openvpn-client container anymore to have a second...

Is there any progress on this? We are accepting DTLS connections of potentially many thousand clients (IoT devices) on low bandwidth connections with high timeouts - which is worst case...

How does your handler look? If you set the payload in the response in the handler, it should do the job (as far as I know).

I also like the idea and it seems straight forward to implement. How should the API look like?Just give access to the response object of the response writer?

You can already send a response without ETag and ContentType when using the Client() The only remaining side-effect is, that an ACK is send for Confirmable requests and you can...