Cleverson Nascimento
Cleverson Nascimento
One thing that bothered me is how hard it is to extend or modify the library behavior. I think that, with some refactoring, we could make the library more [S.O.L.I.D.](https://en.wikipedia.org/wiki/SOLID)...
I am working on a huge addition at the moment and a feature related to this will be on it.
I am working on a huge addition at the moment and a feature related to this will be on it.
@onokumus this else statement is really working fine, can it be included in a next release? It would be like this though: ``` javascript if (!data) { data = new...
Hi @joukevandermaas, This library is the most complete and easy to use implementation for jsonapi I could find, however, I am working with .NET core and it not being fully...
Great, I'll work on small compatible PRs so it's easier to merge,
Wow this issue is old! Nevertheless, let me add my thoughs. > The only thing I can add (and was planning to) in the future, is another CacheManager package which...
Where goes the resource file? Can you give me an example?
I did that, but I must be doing something wrong. The buttons still have the original language. I have created a resources file on the root of my application (tried...
@charlesmilette Oh, that is the reason... It is unfortunate. Its not just about the localization, but also the "lowercase" buttons. But thanks, I'll compile the project with my localization. If...