Émile Fugulin
Émile Fugulin
I am new to VoIP but I am a developer, is it still relevant to fork and maintain this software?
This has been a while and I don't have access to the code anymore (proprietary). The goal was to bump `0.1.1` to `0.1.2` without changing the `40.1.1`. In this example...
I know, but I don't agree with your solution. If the regex for search was correct it wouldn't match 40 with 0 and thus not replace the version (for that...
Yes exactly! It's probably not a big change, but we need to ensure backward compatibility with tests.
We also happen to need this to generate a list of dependency and their license EDIT: I made a fix but honestly the setup is too much of PITA to...
License compliance is another thing IMO, in most cases you do just want to have the author and license plain to automate attribution when you already know you are compliant.
Relates to https://github.com/apollographql/apollo-server/issues/631, https://github.com/apollographql/apollo-server/issues/1343 and https://github.com/apollographql/apollo-server/issues/2355
`extensions` is not always defined, so this method is not 100% reliable. I don't remember exactly when it was not defined in my tests.
The alternative is to allow the modification of extensions in the plugin. Which would be a good thing anyway IMO.
I also have the same problem and I also decided to use the small hack proposed above. It is weird that it is not a native support for it...