Timea

Results 26 issues of Timea

I found a bug in my demo. And I nailed it down to a function in rdflib that does not take care to query in a given quad (context/graph): https://github.com/linkeddata/rdflib.js/blob/c14dfd57d5159ad5ac1ee2523cc7924968e24f53/src/formula.ts#L400...

bug

see: https://github.com/solid/process/pull/271

Separate the forms code out of solid-ui into its own lib. This would allow faster loading of it and easier reuse. See discussion: https://gitter.im/solid/solidos?at=62d9064b76cd751a2f55cee9 Just for the record: Jeff had...

enhancement
Form Language

Harden code here: https://github.com/SolidOS/solid-ui/blob/8f207a1dbaad449bbc4b82e43887dcf3d5499424/src/iconBase.ts#L22

enhancement

This is at the moment limited here: https://github.com/solid/solid-ui/blob/23e59b8bf7463376735665cfd2376400072ece71/src/chat/bookmarks.js#L103 in code Make sure to change the tests here: https://github.com/solid/solid-ui/blob/23e59b8bf7463376735665cfd2376400072ece71/test/unit/chat/bookmarks.test.ts#L63 accordingly. However, we need to describe how to reconcile this on frontend,...

enhancement
discussion

We should try existing tools like [depcruiser](https://github.com/sverweij/dependency-cruiser), which work quite fine in my experience. The diagram generation can then be part of the build and visualizations can be deployed to...

enhancement
good first issue
priority-low
documentation

checkUser() is an important part of the code after the auth upgrade. It deals with redirects among others. To improve testing around it we need to think to potentially add...

Now the login window looks like: ![grafik](https://user-images.githubusercontent.com/4144203/137270431-b5658d58-bc20-4143-b806-8b26f920edd2.png) and it is not draggable anymore either.

enhancement

At the moment NSS defines a default 14-day token lifespan: https://github.com/solid/oidc-op/blob/main/src/AccessToken.js#L7 Why re-consider? - a long life for NSS access tokens affects the entire Solid ecosystem. If another server (e.g....