alberk8

Results 51 issues of alberk8

### Target name(s) ESP32_REV0 ### Firmware version 1.8.0.629 ### Was working before? On which version? N/A ### Device capabilities System Information HAL build info: nanoCLR running @ ESP32 built with...

Type: Bug
Area: Interpreter
Status: Waiting triage
good first issue
Priority: Low

### Description Able to get the Connected AP information like BSSID, SSID, RSSI, Channel, Cipher, Phy, etc. ESP32 API [code](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html?highlight=esp_wifi_sta_get_ap_info#_CPPv416wifi_ap_record_t) ### How to solve the problem Ability to get information...

Type: Feature request
up-for-grabs
Priority: Low
Area: CL-System.Device.Wifi

I have a simple class library below. It is a netstardard2.1 class library and when the Name string is "" it would successfully compile with error and cause runtime crash....

more info needed

Hi, I am getting HL7 data from the Mindray V9 device and the dateTime looks like `20230211140114.0000+0800`. The HL7 version is 2.6 latest nuget. When trying to parse `oru.MSH.DateTimeOfMessage.GetAsDate()` and...

help wanted
defect

Hi, I find this in the Event Subscribe of [BleServer](https://github.com/h2zero/esp-nimble-cpp/blob/05ac9deaead7e05865fd7aaca5f9f8747d00a99a/src/NimBLEServer.cpp#L425) which is odd (what appends if the Authentication is needed when Characteristics is only a read or write), On the...

Could you use the RFC2898DerivedBytes for Pbkdf2. the class is found in System.Security.Cryptography so that you have one less dependency. using var rfc = new Rfc2898DeriveBytes(Encoding.UTF8.GetBytes(mnemonic), saltBytes, 2048, HashAlgorithmName.SHA512); https://github.com/Felandil/tangle-.net/blob/develop/Tangle.Net/Crypto/Bip39.cs...

### Location Docs website ### Description The [Github Home Page](https://github.com/nanoframework/Home) [License link](https://github.com/nanoframework/Home/blob/main/LICENSE.md) is missing. ### Screenshots _No response_

trivial
documentation
up-for-grabs
good first issue
Priority: Low

Hi, It would be great if Open method can have an OpenAsync( cancellationtoken ) with a cancellation token. Thank you.

I am looking at the [DockerFile](https://github.com/akkadotnet/Akka.Management/blob/dev/src/cluster.bootstrap/examples/discovery/kubernetes/src/KubernetesCluster/Dockerfile) and I find that it is based on SDK 3.1 and the csproj file is a NET 6. Is this still valid?

**Please describe what you are trying to understand** The following link is missing [/src/ClusterBootstrap/docker](https://github.com/akkadotnet/Akka.Management/blob/dev/src/cluster.bootstrap/examples/discovery/kubernetes/src/KubernetesCluster/README.md).