Viktor Vsk
Viktor Vsk
**Describe the bug** In case you want to create routers dynamically like the following (when you have a lot of similar resources for example): ```python api = NinjaAPI() api.add_router("/users/", RouterFactory("User").get_router())...
Here is a basic application to illustrate that rails-dev-boost async doesn`t work with Vagrant: https://github.com/ablebeam/rails-dev-boost-vagrant-issue-example Without rb-notify gem everything works correctly. It seems, there is a very similar issue -...
Hello! I've recently found out about pushpin and I have an idea where it could become a great fit. I was learning a protocol and javascript examples didn't work out...
**Describe the bug** Having this model definition: ```python class MyModel(ModelSchema): class Meta: model = MyModel fields = ["id"] ``` Produces next definition on Swagger: `id > (integer | null)`. However...
Hi! When Implementing this protocol did you consider any existing solutions? Maybe you specifically considered bloom filters and decided to avoid it? What are disadvantages of using something like the...
Hi! are there any docs on how iris handles NIP-42 ? It seems to me it doesn't work now. I'm checking against my own relay implementation and `filter.nostr.wine` Is there...
Implement some handy features for relay operators who may want to sell names on exclusive domains: - [ ] ENV variable to set one of 3 levels of configuration for...
Currently single Redis backend is used for all operations. However, workload may be split among different instances (each potentially having different settings and topology): - [x] Relay Redis - [x]...
According to NIP-01 `e` tags must have valid `Event#sha256` in the second value and this value should be searchable by predicate and `p` tags must have valid `Author#pubkey` as the...