Didier Villevalois

Results 23 issues of Didier Villevalois

**Subsystem** ktor-network **Motivation** Fixes a regression in the JVM version of UnixSocketAddress (cf [KTOR-4695](https://youtrack.jetbrains.com/issue/KTOR-4695/Regression-UnixSocketAddresspath-fails-on-JVM)) **Solution** Simply give the right object to the call to `getPath.invoke()`.

Nested tests on JS target were working in 5.0.0. However, it seems to be broken in newer versions. One of the good things of Kotest is the ability to have...

enhancement

Toyed with this idea for 5 minutes... I mean something like this: ![headerbar2](https://cloud.githubusercontent.com/assets/64956/23579432/541b9db2-00ed-11e7-85fd-d7322c70cafa.png) Handling full screen could be done ala. Totem, showing the header bar when the pointer is moved....

enhancement
UI

This makes add-cors-to-couchdb fail on pouchdb-server: ``` > node_modules/.bin/add-cors-to-couchdb [info] GET /_membership 200 - 127.0.0.1 [info] PUT /_node/[email protected]//_config/httpd/enable_cors 404 - 127.0.0.1 [info] PUT /_node/[email protected]//_config/cors/origins 404 - 127.0.0.1 [info] PUT /_node/[email protected]//_config/cors/credentials...

When your run a compose application with the `run` task contributed by the compose gradle plugin, it adds to the Java command line the following system property: `-Dcompose.application.configure.swing.globals=true` This makes...

For a lot of my use-cases, I would need some shared read-only buffer views with random-access capability. The needed features would be: - being backed by a list of segments,...

Every field of records, associated enums and associated errors can have an attached docstring (at least using proc-macros). Currently they are rendered like this: ```kt /** * */ data class...

Currently, the specifications of the messaging patterns define how these should behave but the main ZMTP specification defines the commands used by those messaging patterns. We could enhance the modularity...

The protocol specified in 37/ZMTP presents breaking changes in binary compatibility. (Subscribe/Unsubscribe messages versus Subscribe/Cancel commands.) The protocol specifies version downgrading at the level of the major version (cf. the...

It seems that since https://github.com/zeromq/rfc/pull/146, a lot of emphasis on thread-safety has been put into the specifications (37/ZMTP and the new messaging patterns. I don't understand why as I consider...