Sebastian Fey

Results 38 issues of Sebastian Fey

Is there a way to update expiration dates of existing cached items, preferably without reading the object from a disk cache into memory and rewriting it back to the disk...

- [x] I have checked for a similar issue and sure it hasn't been reported before. **Describe the bug** In Expert mode with selected headset not all settings fit on...

type: bug

A stable version of the public API should be defined for the `1.0.0` version of the app. As far as I can see, we currently have the following endpoints which...

meta and development
maintenance
API
documentation

**Is your feature request related to a problem? Please describe.** Documentation on how to create backup of recipes is missing. This became apparent in #1144 **Describe the solution you'd like**...

documentation

**Describe the bug** In the ARFoundation HDR ambient-light estimation demo scene you assign [here](https://github.com/Unity-Technologies/arfoundation-samples/blob/31fe4cb91b6fa8e68d562623c669bfafae3bc65f/Assets/Scripts/HDRLightEstimation.cs#L179) the intensity ``` if (args.lightEstimation.mainLightIntensityLumens.HasValue) { mainLightIntensityLumens = args.lightEstimation.mainLightIntensityLumens; m_Light.intensity = args.lightEstimation.averageMainLightBrightness.Value; } ``` You are...

bug

I feel like I’m doing something wrong or I missed the answer when searching the previous issues, because I assume I don’t have a very special use case. I want...

There are some axios calls in `AppNavi.vue` which don’t check the response. We should add some code to check the response and handle any possible errors (this was shortly discussed...

Frontend

### Expected behaviour I want to use my health insurance card to log in their application. I set up the application on Android and on the computer and it seems...

## Topic and Scope Adds support for the `citation` property (https://schema.org/citation) to recipe editor and viewer. Example with `citation: "Peter Pan"` Closes #507 ## Concerns/issues Possible UI/UX option: Make citation...

javascript
Frontend

## Topic and Scope A lot of the UI is touched, with a focus on the `RecipeView`. This PRs goal is manifold: - Introduction of model classes for `schema.org` entities...

enhancement
javascript
Frontend