osintalex
osintalex
Here's a first go at this. I didn't write too many test cases since most of the Url checking logic is already tested in Pydantic.
I've kept very simple since this is all I'd want to use to save time in tests and imagined I'd probably want to define a custom regex for most other...
Here's a stab at `IsIP`. I'm not sure how useful the `netmask` keyword argument is but thought I'd include it so you can see. Should be easy to take it...
### What change would you like to see? I would like to be able to add a metadata field when archiving an event. For instance, suppose I am archiving a...
### What change would you like to see? I would like to be able to copy paste from the UI to the browser container that runs when I create a...
I'm probably missing something quite obvious but getting errors on a fresh checkout after running what the `README.md` says for a local example. Error: ``` ❯ npx ts-node main.ts webpack:///./data/bloom.ts:70...
Addresses a few issues I encountered while getting everything spun up for local dev before tackling first issues: - A few things I couldn't find in the docs when getting...
### What change would you like to see? I would like to know I'm using a prefix search rather than full text search or just use full text search. ###...
### What change would you like to see? I would like to be able to search by metadata tags I have created when looking at items in a collection. ###...