Elron
Elron
Hello This problem happened to me as well, using these versions (windows): ``` "devDependencies": { "electron": "13.2.0", "electron-packager": "15.1.0" } ``` and the solution for me was: 1. In the...
I solved this by `{{ 'HELP.STEPS.1.TEXT.1' | translate:"{siteName: '" + ('SITE_NAME' | translate) + "'}" }}` `or simply by: `{{ 'HELP.STEPS.1.TEXT.1' | translate:"{siteName: 'Your Site Name'}" }}`
I see :) thanks for your detailed answer! Is the plugin extendable? for example, if I want to add another JS with that event feature without breaking or changing your...
oh thats genius! thanks. Haven't tested it yet but it looks neat.
@NayanKhedkar Thank you so much!!!!
Cool, sounds great. Can I help somehow? by the way do you have any idea why Slidy doesn't respond to position change? Try to press "move" button in this repo:...
I see! Unfortunately I don't use Vue3 but I can help with Sveltejs if you need. About the plug-in & reactive position to, it would be great to make the...
Sounds amazing! Thank you so much for your effort
If you're using react hooks, and you want to fetch /user/some-user-ID/chats/some-chat-ID inside Chat() component, here's an example: ``` import React from 'react' import { useSelector } from 'react-redux' import {...
Same here... solution?