Nikita Pekin

Results 44 comments of Nikita Pekin

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

@ams2990 welcome to the ~~dark~~ UI side.

> I've just learned about the mark `0x80000` from [#4432 (comment)](https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111) which seems to be similar to the marks Mullvad VPN uses. To quote from the linked comment: > >...

Hey thanks for that tip too! I didn't think about using separate ports for WAN/Tailscale. I suppose I can flip what you have and allow `:8443` on the Tailnet (`:443`...

If you're still interested in pursuing this, I've got it working for the rusoto GitBook: https://github.com/rusoto/rusoto.github.io. I believe you'll need to do the following: 1. Copy the `publish.sh`, `package.json`, `.travis.yml`...

@RReverser Would this then prohibit something like: ```rust type Plaintext = String; ``` ```xml sometext ``` ? Because that's a use-case I need.

@RReverser Alright. How would I go about handling that case then? (Also I realize this is a bit off-topic for this issue. If you'd like, we could move this discussion...

OK I'll do that for my tests, the only problem is the way I found out about this is that it happened during normal usage of the library (i.e. outside...

Any progress on this? I'm not entirely sure if I'm having the same issue, but I have the following types: ```rust pub struct Subpod { ... pub plaintext: Option, ......

Makes sense why you updated it. However I tried your fix and now I get: ```rust running 6 tests test model::tests::test_img_deserializer ... ok test model::tests::test_plaintext_deserializer ... FAILED test model::tests::test_pod_deserializer ......