SPC-code

Results 22 comments of SPC-code
trafficstars

I found out, that I need to save current machine state in DB and there is no obvious way to do so. One of the problems is that I can't...

Right now implementing external serializers is bothersome because you need to implement exhaustive search for appropriate type in KSerializer. I do not think it is possible to implement serializer only...

I have the state machine that represents the state of some process. I need two things: * Save it to a DB in order to recover it in case of...

Will Input/Output abstraction be separate from Okio? I think it is important since we will want to be able to use non-okio backend in future.

It is the same case as with `buildString`. The operation is frequently used in protocols/formats, and it is useful to make it a stable idiom. Also, it allows to change...

ByteString builder does not implement Source interface, so it blocks extensions that are declared on Source. Indeed I am talking about something about ByteString builder, but specialized for binaries.

It seems like Oracle create a page specifically for tools like scoop: https://www.oracle.com/java/technologies/jdk-script-friendly-urls/

Chrome must be installed in the system in order to run tests.

> Also, I don't like that everyone can access constructor of `PolymorphicAttribute`. Something irks me about it. I would like to hide it in a compiler plugin. But I don't...

Thanks. I've reproduced it and fixed in the last commit. It would be great if you could add more tests. Even better if you could create pull/merge requests.