matthijs
matthijs
On 12-mei-2012, at 18:41, Domen Kožar wrote: > Can you point me to configuration sample and documentation for it? > > --- > > Reply to this email directly or...
Hello, Here is the configuration file as I use it for bconsole. ``` # Bacula User Agent (or Console) Configuration File Director { Name = bacula-director DIRport = 9101 address...
Offtopic, how can I add 'code attached', as seen by Issue 35?
Ah thanks! If anyone is coming across this limitation, I implemented this very simple snippet to handle this: ```c++ template constexpr auto when_all_vec_impl(const Rng& rng, std::index_sequence) { return unifex::when_all(std::move(rng[I])...); }...
For now I've fixed the issue by using the _pb2.py files from this repository: https://github.com/olijeffers0n/push_receiver/tree/master/push_receiver Now it works fine, but that's obviously not a good solution. I can create a...
I am from the Netherlands (EU). I'll try removing the dependency. Lets see if that works out correctly.
Ok, I've now disabled get_device_id function on line 120 and set the device_id to None. I'll wait a few hours to see if it has any negative side effects.
Too bad, that didn't work. After trying to set up the integration it failed with 'invalid device id' when fetching the vehicle.
Beside the mapping from SQL-enum to c++ enum values I have a generator that creates a data type to be used together with sqlpp11. Maybe there is some value in...
I'll test it tomorrow morning with both connectors.