Mathias Ayivor
Mathias Ayivor
@Manethpak great work, but why not just use the dialog component provided by [RSuite](https://rsuitejs.com/components/modal)? It's mobile responsive and can be customized, plus it already being used in the app...
@Dun-sin I'm taking this...
@537mfb's solution worked for me! In my case, I was creating multiple many-to-many between `EntityA` and `EntityB` for different columns in `EntityA`
I think a unique relationship name should be automatically generated when the user does not explicitly state the `@ORM\JoinTable(name="relationshipName")` to prevent this duplicate error
@Njong392 Yes basically. For words without a database match, we can consider them standard English words. However, I'm working on implementing measures to identify English words and detect non-English ones....
Just to demonstrate, I created a simple prototype you can check it out here: https://github.com/mathiasayivor/abbreve-server. It's currently just a dummy, cos it's not context-aware, but that would be worked on...
> The idea sounds really huge if u come to think of it. Right now, I have plans to create a backend for the application with MongoDB, that way we...
> Hello @Njong392 , @mathiasayivor , in relation to this issue, I found out that special characters in abbreviation is encoded when creating its `.json` file. And requesting `s/o` doesn't...
> > Also, thanks for pointing this out, as I thought searching for encoded abbreviations was added after the last breaking change (#64) was merged Why don't you include this...
> I think it makes sense to make Alternatives an array. I would pass on making it required though, since some abbreviations may have no alternatives. > > I like...