Deleted user

Results 131284 comments of Deleted user

No idea about native functions. you could give powershell a shot, but that would have its own quirks: ```js item ( title="Folder A" cmd-ps=`$t=New-Object -ComObject 'Shell.Application';($t.Namespace('Your dir here')).movehere('@sel.path')` window='hidden' invoke=1...

тогда нужно еще и [Bun](https://bun.sh), он лучше и популярнее дено

On amiunique.org shows me UTC=0 but on panoptic is Reykjavik

Downsides: 1. No HTTP/3 on first connection, only afterwards -> a bit slower 2. Maybe no HTTPS on first connection -> not relevant with AF which uses HOM to enforce...

### Pull Request Checklist - [ ] Have you updated the documentation, if impacted (e.g. [docs.status.im](https://status.im/docs/))? - [ ] Have you tested changes with mobile? - [ ] Have you...

Hey @glitchminer, and thank you so much for making your first pull request in status-go! :heart: Please help us make your experience better by filling out this brief questionnaire https://goo.gl/forms/uWqNcVpVz7OIopXg2

Yeah this behaviour checks out looking at internal `make_schema` function: https://github.com/sanic-org/sanic-ext/blob/fd85ada01b71a2f1318794eea7c252369caf54be/sanic_ext/extras/validation/schema.py#L41-L69 That is, passing a bare python class will not raise error but return the empty dict.

> `validate` should fail if it encounters a schema model it can't process (As according to the docs, a simple Python class can't be used) I think only _pydantic, msgspec,...