Christian Vadalà

Results 48 comments of Christian Vadalà

I think that it's the same thing. If I use a MapResolver all single files are however exposed in public. I want that nobody can access from an url like...

@RWOverdijk I think that add a whitelist can be an extra work. In my opinion add a method to specify a full path in collections is the easist way to...

@RWOverdijk Your idea is not simply to realize, ad I accord with @Ocramius that it require a lot of rewrites. Effectly my idea goes against this principle "mapping assets means...

This approach looks better, but I have to try it. I will next weekend, promised. In the mean time, can you add some unit test?

Can you provide your operating system name and version?

Thanks for the feedback. I added this ubuntu version on the CI pipeline, but I don't see any issue https://github.com/chrvadala/node-ble/pull/39. Have you tested it on a fresh Ubuntu 2204 installation?

In order to debug the issue, I suggest you the following lines: ``` $ bluetoothctl > connect DC:A6:32:3F:7B:7A > menu gatt > list-attributes ``` Does bluetoothctl list the expected services?

I know, I wrote this library because I was frustrated too by noble. :) This project is quite new, It will allow you to get advertised data, but today I...

Unfortunately I don't have a MIDI device to test. Do you have some BLE MIDI simulator? Anyway, I suggest you to debug bluez connection, through d-feet. Basically you should be...

Hi @alexcastillo, this capability it isn't still available, but might be added in a future version.