ksamuel

Results 43 comments of ksamuel

Class base operations take a break from some of the best features from Fast API, en hence Django-ninja: - **typing is not declarative anymore**. Even in your simple example in...

Hello @jakubroztocil, As we discussed weeks ago, here is a PoC for a Windows installer attached and the procedure I used to generate it: https://drop.chapril.org/download/889aae1e4ee17fe9/#BBLdWchiazXCxNkma9lqQQ The link will expire in...

Updated the zip link, the last one expired but @jakubroztocil needed it: https://drop.chapril.org/download/3519a0235828b6d2/#Mwzt7QE4O1FnlDDIrUXjjg It's still gonna expire in 5 days :)

Not at all, using lxml, most of the XML processing is done using C. As for I/O, no language is ever the bottleneck: the slowest one is a 100 times...

Can you provide the torrent file so I can give it a try ?

Hello, Can people step in and give examples of things they wanted to do in the past that would have been using this feature? The more people with very concrete...

Ok makes sense, anyone else has a story to share ?

Thanks for noticing. The hash is not used for security, only to create the ID. The worse that can happen is somebody investing tremendous amount of power to create a...

As I said, github.com/allaboutapps/integresql/cmd/server is a 404 for me. It's not related to go. ![image](https://user-images.githubusercontent.com/221886/116384216-edaa3080-a817-11eb-9d45-7f4628fc7a49.png)

Is is possible to use classes to define the security parameters ? If yes, a possible solution would be: ```python from typing import overload class ApiKeySecurity(SecurityModel): key1: Annotated[str, Security(apikey1)] key2:...