David Regla

Results 9 comments of David Regla

It uses ApolloClient so you can set authentication as you'd normally do in Apollo. Here are some [exmples](https://www.apollographql.com/docs/react/recipes/authentication.html). As mentioned [here](https://github.com/Weakky/ra-data-opencrud#customize-the-apollo-client), you can supply your own Apollo client (once configured...

> Hi @dreglad. Thanks for this PR. Do you have the opportunity/willing to continue with this PR? @eclipxe13 Sure, I just pushed the remaning work and marked this PR as...

@blessedcoolant Done, I just rebased later master and made a quick check, let me know if any tests fail

I'm not sure if I should have included the bundle in `/dist` as well. I guess you may not trust external collaborators' transpiled code blindly as being safe/correct even if...

@blessedcoolant All right, rebased master into my branch and updated Spanish translations accordingly

> Hey thank you. The tooltips have also been localized. The file is missing from your translations. If you do not wish to translate those, you can just create an...

It’d be even better to work this by providing a JSON Schema instead of manual definitions. That way, it’d address @CarlosNZ’s concern about handling complex data structures and also add...

I’m also seeing a related but distinct issue when supplying only the year, ```python >>> pendulum.parse("2025/P1Y") # ./pendulum/parsing/__init__.py", line 125, in _parse # raise ParserError(f"Unable to parse string [{text}]") #...