Joep Meindertsma

Results 420 issues of Joep Meindertsma

#Hi Alex, thanks for all your hard work! Unfortunately, I can't seem to get this to work. I keep getting this error when I try to run my linter: ````...

EDIT: Repeated the same steps, but the problem is no longer there. I have no idea as to why, though. I followed the steps of the readme, but I can't...

I'm writing migrations (which is why I posted this [feature request for tree renames](https://github.com/spacejam/sled/issues/1405)) but I can't get `transaction` to compile when working on multiple `Tree`s. Start a new `sled`...

#### Use Case: I was wondering if it's possible to rename a `Tree`. I'm writing code that performs schema migrations, and it seems safer to create a temporary tree to...

feature

Hi there! In one of my projects, I can't get SMP to load. Note that the error appears even if I don't call smp.wrap. I keep getting this: ``` Error:...

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...

addition
feedback needed

Credits to @Polleps PR Checklist: - [x] Link to related issue closes #432 - [x] Add changelog entry linking to issue - [x] Added tests (if needed) - [x] Update...

see https://github.com/ontola/atomic-data-docs/issues/93 - [x] Allow JSON-AD importers to deal with - [x] `localID` - [ ] `globalId` - [x] References to other (internal) resources - [ ] Nested resources -...

Atomic-server has been designed to run on low-end hardware, as a self-hosted server. This was why I decided to use an embedded database (sled) and search engine (tantivy). However, this...

The graphql API is pretty popular, and for good reason. Most importantly for me, it allows **nested resources in one request**. This means you can populate a list of blogposts...