Laurin

Results 59 issues of Laurin

When I copy a list from a word editor (libre office) or the browser into dokieli, the list goes into a funny format: ![broken dokieli list](https://user-images.githubusercontent.com/59744144/82149370-0748a700-9857-11ea-8456-2f57e93cb709.png)

bug
question
editor

@mguihal made a PR https://github.com/assemblee-virtuelle/semapps/pull/1196 that removes the original file name for uploads. That reminded me that it would be great to remove metadata (like gps coordinates) from uploaded media...

easy

In the frontend packages, importing a js file from a ts file causes the linter to produce warnings. A small revision of eslint rule configurations would be helpful. I'll come...

Sometimes when I'm running the test server, and something breaks while signing up a new user, I get some database inconsistency. This has caused my errors multiple times which prevented...

bug

## Controlled Container Dereference Mixin This is a mixin for controlled containers. You can add it and specify a `dereferencePlan`. Properties specified in the dereference plan are resolved and attached...

This is the semapps services implementation part of: https://github.com/assemblee-virtuelle/activitypods/pull/228 See there to keep track of progress.

On version 2.0, we are going to have full capabilities generation, with z-Caps (which are compatible with Solid, and that are also used by NextGraph). For user control, we need...

We operate on all kinds of RDF data. Most of that can be consistently described using shapes. Defining Shex Shapes will be the first step on the way to improve...

feature

In some cases, especially when working with external data, validating data will become easier and more reliable when validating data at the beginning of a transaction once and then being...

This commit implements the solid notification protocol for the client side. This includes subscription service discovery, creating websocket channels and modifying the useCollection hook to support live updates. See https://github.com/activitypods/activitypods/pull/251...