Joep Meindertsma

Results 335 comments of Joep Meindertsma
trafficstars

I need to re-consider how importing happens. So right now, the `parse_json_ad_array` function actually adds resources to the store. I think that fails when we try to import a resource...

Currently, the server CLI import command needs an explicit `--parent` URL if you're parsing new resources. This is kind of cumbersome. I think we may need a default importer, which...

I'm finding it difficult to implement logic for authorization checks. Attack scenario's that I want to cover: ## JSON-AD containing existing resource Attacker creates JSON-AD file that seems normal, which...

I think #390 may be the right place to fix this. At least, most of the logic should be shared.

Great, thanks! Try running `cargo fmt` and `cargo clippy` to fix various linting / error usage errors. Should auto-fix most of them.

Thanks for sharing your thoughts on this. I'll add a `sleep` to see if that removes the failing test, that should give clarity on whether this is the issue. >...

I've switched to nextest which allows for auto-retry, which helps to let the CI still succeed in this flaky test. Not a real fix for this issue, though. I tried...

The debian packaging is the main reason for making versions less tight, see #329 #453 #443

The Mosaic rust project has an interesting WASM powered [plugin system](https://github.com/mosaic-org/mosaic/blob/main/src/wasm_vm.rs).