Mikhail Urmich
Mikhail Urmich
Hi @richgar1982 Have you managed to solve the issue? I think about changing the library for something like [cerberus](https://docs.python-cerberus.org/en/stable/).
Hi @Fischerfredl We have seen the README, however, this description is ambiguous
https://github.com/meetDeveloper/freeDictionaryAPI/issues/102
Have a look at this https://github.com/meetDeveloper/freeDictionaryAPI/issues/102
I am afraid this project contains English words only, here is the list: https://github.com/meetDeveloper/freeDictionaryAPI/tree/master/meta/wordList
I can't access any of french words :(
Only English words Have a look at this. https://github.com/meetDeveloper/freeDictionaryAPI/issues/102
I believe this is the source of the error. The 'phonetic' is taken from a single etymology block here https://en.wiktionary.org/w/index.php?title=wind&printable=yes However, different pronunciations with different phonetic transcripts are present in...
Similar issue is about DataSource. ``` NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' available: expected at least 1 bean which qualifies as autowire candidate. ``` Data source is a nested...
Hello, unfortunately no. I am getting an exceptions during the initializationError that some other Beans are not created. example: ```NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' available: expected at least...