osousa
osousa
You can do it by changing the to_representation() function: ``` def to_representation(self, instance): if isinstance(instance, Mapping): resource_type = self._get_resource_type_from_mapping(instance) serializer = self._get_serializer_from_resource_type(resource_type) else: resource_type = self.to_resource_type(instance) serializer = self._get_serializer_from_model_or_instance(instance) ret...
Same here, after updating to latest kernel
I'm having the same issue, with "sudo dpkg -i .*.deb"
> Replaced the eMMC with a 2242 NVMe, and everything worked as expected. Hi there! I have the same model, with NVMe, does everything work properly on Lenovo Flex 5i...
> The only other issue I have had with it is sound not properly working after suspend. This can usually, but not always, be fixed by unloading and reloading the...
> The model of NVME I bought is Samsung MZALQ256B 256GB, if that helps. It's form factor is 2242 M key. Ah! Too bad i decided going for the cheap...
Ping. This feature would be neat indeed.
Does UDP work? Would be nice as most rust based socks5 servers don't support UDP
Hello there, It indeed works over TLS, i am using secure websockets (WSS) as well. You can check my personal website osousa.me If you wish, i can provide you with...
> Hi I have the same issue can you please share your nginx config Hi there, here you have a working example that is configured to use one website (website.com),...