Julien Opoix

Results 8 issues of Julien Opoix

Hi, How did you get "_4+ million URLs per second_"? I have tried parsing 10.000.000 urls, it took **75 416 ms** ```java final int count = 10000000; val urls =...

The DefaultHttpTransport creates a HttpClient which is closeable https://github.com/Ecwid/consul-api/blob/d68de32084bead34fbde29b0cf7494f2b4c206aa/src/main/java/com/ecwid/consul/transport/DefaultHttpTransport.java#L28-L33 It should be closed.

### Godot version v4.0-beta1.official [20d667284] ### System information Windows 10, Vulkan, NVIDIA GeForce GTX 1080 (30.0.15.1179) ### Issue description RPC calls on nested class function with @rpc annotation are not...

bug
topic:network

Hi, Spark-avro fails to write a record that contains map of array of record with the following error: org.apache.avro.file.DataFileWriter$AppendWriteException: org.apache.avro.UnresolvedUnionException: Not in union [{"type":"record","name":"properties","fields":[{"name":"string","type":["string","null"]}]},"null"]: {"string": "one"} at org.apache.avro.file.DataFileWriter.append(DataFileWriter.java:308) at org.apache.avro.mapreduce.AvroKeyRecordWriter.write(AvroKeyRecordWriter.java:77)...

### All of the following criteria must be met - [X] All Requirements must be installed. - [X] Changed the title so that it doesn't just says "[Bug]: " -...

Bug / Issue
Work-in-Progress
User Support

Hi, Il2CppInterop happens to generate non valid method/type names with some unicode characters. In my case, it occurs with the Rewired library, it produces the following type name: ``Il2CppRewired_Core.dll Has...

bug
generation

Could it possible to add delayed substitutions resolution to allow resolving values from fallbacks? ``` hocon # main.conf namespace { key: ${namespace.other} } ``` ``` hocon # fallback.conf namespace {...