vdshb

Results 30 issues of vdshb

I believe KSP should generate: ```kotlin public val package_name_ModuleName : Module get() = module { // ... module internals ... } ``` instead of ```kotlin public val package_name_ModuleName : Module...

**Is your feature request related to a problem? Please describe.** My bean is defined with annotation: ```kotlin @Module class AppModule { @Single(createdAtStart = true) fun sqlDriver() : SqlDriver { //......

type:feature-request 🫶
status:checking 🤔

This is basically a proposal to design and add an authentication support for RPC calls.

When I comparing `LoggingEvent` from slf4j with `KLoggingEvent` I can see the last important missing part - TimeStamp (Maybe ThreadName is also important, but I don't really know how threads...

this is a proposal to include androidNative targets into release: - androidNativeX64 - androidNativeArm32 - androidNativeArm64 I believe current native implementation should work as is, so only build-script corrections need...

help wanted

I think `~/Library/Preferences` is not the best option for config on mac. I think it's better to put it in `~/Library/Application Support/config` See discussions and decisions of alternative libraries: https://github.com/platformdirs/platformdirs/issues/98...

I couldn't find any documentation about thread-safety of any class/interface in kotlinx-io. I am particularly interested in in thread safety of `Sink::write` from `SystemFileSystem.sink().buffered()`, but I believe it would be...

doc

This is a proposal to add build targets: - watchosArm32 - watchosDeviceArm64

I can see, that kotlin team is working on better links support in kdoc. I'd like to add a case to the scope which I use from time to time...

enhancement
kdoc-spec

This is a proposal to add kotlin/js and kotlin/wasm support based on sqlite wasm driver: https://sqlite.org/wasm/doc/trunk/index.md

SQLiter