Matias Korhonen

Results 20 issues of Matias Korhonen

Added Finnish translations for month/weekday names.

When the app is in a Slide Over or in Split View mode, the status bar notification is the wrong width, for example (slide over has the same issue): ![simulator...

It would be great if DeviceKit could return the name of the correct SF symbol for a device. For example: ```swift Device.current.symbol_name // or Device.current.system_image ``` So, an iPhone 8...

The release notes for 1.0.0 include “Added: Make text not selectable on iOS” but I have some text that I'd like to be selectable. Is this possible? I couldn't figure...

enhancement

## Issue report Operating system: macOS 12.2.1 App version: 2021.6 ### Issue description The map animation on connection looks terrible because of the low FPS, possibly due to the animation...

Currently it seems that if you want to use `webpack_path` with an image in `frontend/images/`, it's not possible if the same image isn't used in a JS or CSS file...

bug

The encryption scheme for the official firmware has been reverse engineered so it's possible to read the values from the BLE advertisement packets without having to flash the sensor with...

## Description Bumps the [@expo/config-plugins](https://www.npmjs.com/package/@expo/config-plugins) to the latest version. The version currently used depends on a version of [@xmldom/xmldom](https://www.npmjs.com/package/@xmldom/xmldom) (0.5.0) that is subject to a security advisory ([CVE-2021-32796](https://github.com/advisories/GHSA-5fg8-2547-mr8q)). As far...

Based on the instructions from https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-class-d-ts.html Fixes the error from #85

Is it possible to use translations with Gatsby's [Head API](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-head/)? I tried to just use the `useTranslation` hook, but it doesn't seem to find any translations: For example: ```jsx import...