Johan Schuijt
Johan Schuijt
At the moment, i'm working with some people that are into jupyter notebooks, but editing python in a web-GUI instead of vim seems bizarre to me. With `jupytext` and [`jupytext.vim`](https://github.com/goerz/jupytext.vim)...
The helm chart supports [`postgresql.ca`](https://github.com/requarks/wiki/blob/main/dev/helm/values.yaml#L120) for setting self-signed CA's for postgres connections, though when trying this i noticed that the servers database logic handles this differently. It would load a...
I'm running a crawler that does a lot of recursion, so much that at some point, the stored session information in Redis expires, and the scraper stops using the configured...
This is supposed to fix search highlights. It's basically a kind of rollback of https://github.com/alephdata/aleph/issues/1500. I can't find the reason to use the `properties.*` and `require_field_match`, but i could overlook...
When i'm trying to add an entity type that's not yet in the list in an investigation, but whenever i scroll down, the dropdown keeps resetting to the top. ...
When searching for documents, highlights are returned by Elastic for matching text fields. Though when the searchterm is only a part of the word that matched the search query, a...
When i search for something through the main search, i get nice results with highlights:  Though when i open one of these results, the highlight disappears:  Seems like...
Companies have 2 `Address` fields, one for strings & one for `AddressEntities`, when people add the `Address` column in a table view, they sometimes add the `AddressEntity` column without knowing...
I wanted to create & [deploy an image](https://github.com/ftmnl/pages) to override the default info pages, as i [read here in the docs](https://docs.alephdata.org/developers/technical-faq#can-i-customise-the-text-of-the-about-page) but the helm charts did not support overriding the...
Fixes #3334. I propose to move the safe html rendering to React for a couple of reasons: - `bodyHtml` is being sent over the wire anyway. - It's ultimately presentation...