Gábor Sebestyén

Results 8 issues of Gábor Sebestyén

Az unaccent funkció bevezetése óta a letöltések ékezetes és ékezet mentes módon is megtalálhatóak. Jó lenne, ha lenne olyan opció, hogy az ékezetes megoldás maradjon, így a korábbi letöltésekhez kerülnének...

enhancement

Amend GH Actions Include aarch64 platform as wel

enhancement

NIO provides a useful type for serializing stuff into byte stream, [ByteBuffer](https://apple.github.io/swift-nio/docs/current/NIO/Structs/ByteBuffer.html). Actual implementation simply concatenates output into `[UInt8]`. `ByteBuffer` covers this function way better. ## Affected types * `OSCConvertible`...

enhancement

Scope So far OSCCore uses its own serialization technique. Swift 4 brings in [Codables](https://developer.apple.com/documentation/swift/codable) providing a standard way of doing it. Transforming current implementation covers the following tasks. * High...

story

Current project layout is not compatible with Swift 5.3, opposed to the supported minimum version of toolchain specified in `Package.swift`. I ran a build on Linux using Swift 5.3 and...

My attempt to map SoC core temperatures to virtual cores. Rather a hack than a well reasoned change. There must be a proper way to determine chipset so temperature mapping...

Linux :penguin:

Please add temperature values for Turing RK1 cores. This is a Rockchip RK3588 based SoC. I managed to retrieve temperatures with `sensors` utility bundled with `lm-sensors` / `libsensors`. ``` npu_thermal-virtual-0...

Linux :penguin:

Homebrew moved from `/usr/local` to a new base `/opt/homebrew`. This PR adapts this change so builder will find hunspell library in the new location.