Jimmy Aumard

Results 106 issues of Jimmy Aumard

I have an application that use your module like this: ``` bonjour.publish({ name: 'LISA', type: 'http', port: app.config.web.port }) ``` On my Android application, I use the standard API (https://developer.android.com/training/connect-devices-wirelessly/nsd.html),...

First thanks for this module ! Very useful ! I have a little problem when I set a name `A.B.C.` the final name of the service is `A`: ``` Found...

For Linux would be nice to support pico TTS as at least it's allow to use multiple languages :)

Feature Request

Hi, I'm trying to implement this module on raspberry pi 2 with node v0.10.5, npm v2.5.0 and mdns v2.2.9. Everything is working on my mac but on Raspberry pi 2...

Hello :) I've open this issue on pub https://github.com/dart-lang/pub/issues/2227 But look like it will take time to be implemented properly, I think it can be done in this plugin until...

enhancement

Hey me again lol I'm using continuous scanning, but when the barcode is not known, I'm pushing a new screen to register the product. So I want to pause the...

**Describe the bug** By using this: ``` StateNotifierProvider(create: (_) => BalanceStore()), ``` I can use read methods of locatorMixin. But using: ``` StateNotifierProvider.value(balanceStore), ``` Then read crash with not found...

bug

Hi, I'm using this command: `ngm build -p src --clean` But it fail to clean the dist folder properly because I have this error : `ENOENT: no such file or...

I think it's actually not the case but it will be nice if this module can works with primus-rooms. Like this we can do something like : ``` primus.room('user').emit('notification', notification)...

Hello, Look like not every maki icon is available, is there a possibility to add them ? See https://labs.mapbox.com/maki-icons/ Is it something I can do manually in the same time?...