Lukas Kurz

Results 51 issues of Lukas Kurz

**Reasons for making this change:** When you import a local `*.unitypackage` file into Unity, the editor might save a copy of the imported package file next to the extracted content....

Custom implementation of the `cdp` protocol (transport layer). - [x] #11 - [x] Listen via rfcomm (1b694db9df0fec43b8c62fd78587f0fe9478bb37) - [x] Connect (public keys) - [x] #12 - [x] #13 - [x]...

enhancement

`NearShareSender.SendFilesAsync` does not return on denial

bug

It's not possible to use the (latest) `InTheHand.IOBluetooth` nuget package from a dotnet app targeting `net7.0-macos`. You maybe could just modify the existing project file for mac-catalyst to use `net6.0-macos`....

enhancement
macOS

## Issue It might happen that a developer forgets to declare a function as `async` but still uses `await` as a keyword. In this case the CC parser will just...

## Idea Since CC is now a standalone js engine it might be cool to have the capability to execute typescript files directly via CC to allow for a faster...

Using `Object.setPrototypeOf` may result in `instanceof` returning the wrong result, as the `IsInstInlineCache` is not invalidated (See #5915). Steps: - Iterate over the existing `function -> IsInstInlineCache[]` dictionary using the...

Ubuntu18 tests will already fail during scheduled `brownout`. They will be fully unsupported by 4/1/2023. See https://github.com/actions/runner-images/issues/6002, #6831. PR: https://github.com/chakra-core/ChakraCore/pull/6833