Matej Balantič
Matej Balantič
Our web-app is an embed, typically hosted in an `iframe` within an external site. When app is loaded independently, everything works as expected. However, when the app is loaded in...
This plugin creates a certificate in the region of the CloudFormation stack. Our region is `eu-central-1`, which means this is where it gets created. The problem is that AWS requires...
Our API keys got deleted & recreated when we migrated this plugin from v1 -> v2. We traced the issue to the naming of the keys in the CloudFormation template....
- This adds ability to localize individual tab's route - Also removes hard-coded list of tabs from few places in favor of enum
As a general rule with allowing user-uploaded file it is a good thing to never allow user to decide on the filename. I suggest a random file name is generated...
# Problem 1: New features I am finding it really hard to extend this project with features that I don't want to push back to the project. Things like -...
Version 78 of `setuptools` [breaks the ability of projects to use dash-separated metadata keys](https://github.com/pypa/setuptools/issues/4910) Specifically in this project, [setup.cfg](https://github.com/zafercavdar/fasttext-langdetect/blob/84529c52262d1af5c2f744943b3e03c457af1e06/setup.cfg#L2) defines `description-file`, which causes projects depending on `fasttext-langdetect` to fail to...