leonardb

Results 19 comments of leonardb
trafficstars

Hi @kocolosk This was testing with 6.2.28-1 (and now with 6.3.23 as well) Noticed that in fact `tls_ca_path` is currently not supported, only `tls_ca_bytes`. erlfdb will error when trying to...

I'm really just worried about the `tls_cert_bytes` and `tls_key_bytes` options not working at all. They're accepted when setting the network options (no errors) but obviously 'something' is not working as...

This did not help so I decided to just nuke my entire local DB and start from scratch. After setting up a fresh install of 6.3.23 with new certs it...

"I wish I knew....." what I *was* doing wrong previously. All I can add is that when I added `{trace_enable, }` to network options to have a separate trace file...

Adding my 2c. For my use case: 1. Our systems accept JSON payloads at the edge (`undefined` does not exist in a decode context, while `null` does) 2. We respond...

Hmm, would you suggest just using lists:flatten/1 and 'walking' the resulting list rather than binary conversion and replace using Unicode functions? It should be safer. On Wed, Jul 19, 2023,...

> ~Ah, wait, it has a bug XD~ ~Fixed.~ Fixed again. It's not unicode safe though. Compared output for your code `export_cadata/1` vs the code in the PR `export_cdata2/1` Input:...

Bike-shedding origins: https://en.wikipedia.org/wiki/Law_of_triviality I'll also add that it seems that most of xmerl is not unicode safe. We cannot even round-trip the string we're testing with :worried: ```erlang xmerl_scan:string(""). =ERROR...

Thanks Ingela, Was debating whether to just close it or working on adding Unicode support to the whole xmerl app. If the latter I'd probably lean heavily on the string...