Alban Peignier

Results 6 comments of Alban Peignier

We noticed the same redundancy in the NeTEx French Profile: [L'attribut OrganisationType d'un Organisation NeTEx devrait être obligatoire sous condition](https://github.com/etalab/transport-normes/issues/55)

I'm experiencing the same problem: ```ruby require 'curb' Curl::Easy.perform("https://www.enroute.mobi/") do |http| http.verbose = true end ``` gives this output: ``` * Host www.enroute.mobi:443 was resolved. * IPv6: 2001:4b98:e01::38 * IPv4:...

With libcurl 8.8.0, `curl-config --ca` outputs quotes: ``` ➜ curl-config --version libcurl 8.8.0 ➜ curl-config --ca "/etc/ssl/certs/ca-certificates.crt" ``` With a previous version, quotes are absent: ``` ➜ docker run --rm...

Hello, I'm a member of the enRoute team. Indeed, we're maintaining several open source transit tools. Chouette or Ara are now very large (and open source) applications. But we're providing...

> It is not only the files. It is also that the semantic behaviour of version is never the same between multiple implementations. How to assign versions, how to handle...

Many NeTEx users and profiles (like the French Profile) promote a `dataSourceRef` / `defaultDataSourceRef` usage but don't make mandatory a related `DataSource`. Is it bad / is it good ?...