-
Perhaps we can improve our search experience by:
1. Loading in all the vector embeddings of every issue and associated comments from our database
2. Run the similarity search (i.e. cosine) to ra…
-
The [docs](https://learn.microsoft.com/en-us/ef/core/querying/client-eval) provide an example for explicit client-side evaluation as
```c#
var blogs = context.Blogs
.AsEnumerable()
.Where(blo…
-
One example is that if user actually click the result after query is performed.
-
Now that [Cloudflare is rolling out ECH again](https://blog.cloudflare.com/new-standards/), it'd be great to see the ECH client APIs exposed in `boring`:
- `SSL_set1_ech_config_list` for basic supp…
-
Hey @godsarmy
mega cool .
I have been meaning to do this and you have for me and others .
what do you think about leveraging both SSR and CSR ? Isomorphic is the fancy pants word for this :…
-
We need to implement proper validation for the login page to ensure both security and a seamless user experience. Currently, there is no robust validation in place, which could lead to potential secur…
-
Tried a wildcard path and it didn't work.
-
At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the loading of data.
our implementation caches the…
-
We need to implement proper validation for the login page to ensure both security and a seamless user experience. Currently, there is no robust validation in place, which could lead to potential secur…
-
### Is your feature request related to a problem? Please describe.
I'm using Vitepress to document my Rust library called [`bon`](https://elastio.github.io/bon/). I'm hosting it on Github Pages, wh…