Oliver Jundt

Results 7 comments of Oliver Jundt

Having IRSA support would be great! Any news on integrating that feature?

@abutaha version 1.1 with IRSA works like a charm. Thank you!

I was able to get it to work with middleman 4.3.6, middleman-sprockets 4.1.1 and sprockets 3.7.2 by adding this line in `config.rb`: ``` ::Sprockets::Autoload::Sass = ::SassC ``` Ugly hack (you...

Since I have the recoVAIR behind a CR32 and sensoCOMFORT VRC 720 controller, the 'Stoßlüften' or ventilation stage option is hidden for me on the recoVAIR itself and only available...

Thanks for the swift response! The difference between EN16931 and NLCIUS however is that EN16931 allows to leave the PartyLegalEntity/CompanyID element blank if the identifier is not part of the...

For now we've implemented a solution that requires our users to provide the KvK number as well whenever a NL:VAT address is chosen. However, the question about the intention behind...

I was also just battling this and this seems to work: ``` config :ex_aws, access_key_id: [{:awscli, "default", 30}], secret_access_key: [{:awscli, "default", 30}], awscli_auth_adapter: ExAws.STS.AuthCache.AssumeRoleWebIdentityAdapter, awscli_credentials: %{ "default" => %{} }...