Paul Woitaschek

Results 195 comments of Paul Woitaschek

Why would speed that creation? I just checked the source and the current implementation looks like this: ``` java public final void writeValue(Object v) { if (v == null) {...

I tried to dig into this a little bit. I don't know too much about velocity but this is a first approach (which works) I came up with. I don't...

Yeah no problem. I mostly wanted to learn something new. And I did only parcel the 2 types to see what you are thinking. But it proves that this works...

I'm in need of this too. My use case is as following: I implemented a barcode scanner which scans the camera input live. That means that I get barcode results...

I actually like the typealiasing as when we further process the data in the android project, we'd need need to create a wrapper that does the mapping. We actually use...

To be honest I feel really lost with the integration. Either I do not understand how Media3 Session is supposed to be used or it does not fit my use...

Thanks for the detailed response. For my current use case that would be great. However that would probably also mean, that I would lose the option to interact with other...

First of, sorry - my bug report not really detailed and I did not investigate that deep. > Do you agree that the problem is really that the duration of...

Do you want to make this the default? I really don't want my local machine to build in any case. Instead of waiting for about 12 minutes, I want it...

+1 for this. I have a script I run as an alias for mainframer that writes the server I want to the config file and then calls mainframer. When I'm...