Tomás Lopes

Results 14 comments of Tomás Lopes

@RodionovSlsUp I just managed to fix some of it, you'll now be able to render multiple responses: **sheinfeld/idoc** My next step will be to render the response **data** parameters like...

Also just updated the core JS library to it's latest version, looks way better!

Hey @RodionovSlsUpx Unfortunately we can’t actually used forked ones, but I’ll make an independent version so we and others can make use of an updated version! I’ll try have it...

@RodionovSlsUp I'm looking at it now :D

@RodionovSlsUp just commit into my forked rep a solution! I am working on this now: ![image](https://user-images.githubusercontent.com/34421632/113296050-e19e8200-92f0-11eb-9979-81397dd723d0.png)

@ivanvermeyen can you release this changes? The website is crashing whenever I use an object that is missing at least one localized version...

@ivanvermeyen what about a function or check for **Route::localizedUrl**? I can't use your original function, because if I try to get a **localizedURL** of an inexistent route, it will crash...

@ivanvermeyen we merged articles from different localized platforms, so only need new content is translated in all locales. This is an example: ``` @foreach (config('constants.locales') as $lang => $language) @if...

@ivanvermeyen that macro, **currentLocalizedUrl**, was taken from a stackoverflow post If I'm not mistaken: ``` Route::macro('currentLocalizedUrl', function ($locale = null, $parameters = null, $absolute = true) { $locale = $locale...

@ivanvermeyen your macro **localizedUrl**, returns 1 whenever the route doesn't exist :(