Lukas Kurz

Results 51 issues of Lukas Kurz

I just found this very promising project and started playing with it. I was trying to convert a bunch of c++ headers to c# including this function which is just...

enhancement

### Describe the bug If a class implements an interface that itself inherits `INotifyPropertyChanged` or `INotifyPropertyChanging` but does not implement the interface methods, code-generation aborts. Current tests only test diagnostics...

bug :bug:

**Closes #805** ## PR Checklist - [x] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) - [x] Based off latest main branch of...

## Context According to the leaflet documentation, it's possible to create a multi-polyline by passing a multidimensional `LatLng[][]` array to the [constructor](https://leafletjs.com/reference.html#polyline-l-polyline). ## Issue It works, but the types do...

Fixes #151

type::bug
area::libCdp

1. Add a new setting to https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Resources/xml/preferences_cdp.xml#L2 https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Settings/SettingsActivity.cs#L112 2. Use the choosen path in `FileUtils.CreateMediaStoreStream` https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/FileUtils.cs#L25

type::feature-request
good first issue
area::UI-UX
area::Settings

## Issue Currently, if a users closes the app or the screen goes dark during the transfer does not finish. https://github.com/nearby-sharing/android/blob/4c7425292edb373ac043c5c6743bcafc1b51546c/src/SendActivity.cs#L382-L387 ## Solution Move the `cdp` instance into a common...

area::Send

Bond reflection is not trim friendly!

type::feature-request

No `async void` - [x] #145 - [x] #143

Test sending and receiving a file using mocked bluetooth and network transports.

type::feature-request
area::libCdp
area::code-quality