-
I recommend translating the syntax to ES6. This way the code is way more readable, maintainable and makes use of some new features like Maps (for localisation), module imports and exports (for code sp…
-
-
Your Rocket.Chat version: 0.32
When using rocket.chat with an active directory as ldap backend we see that umlauts (äöü) are not shown propably. It seems that "ä" is mapped to "a" - is this purpose? …
-
rather than converting `don't` and `can't` to `don-t` and `can-t`, consider adding a custom conversion from `"'"` to `""` for English to turn them into `dont` and `cant` respectively.
In the odd ca…
-
When i test the component in a SPA, all works OK. ("quasar dev")
When i try to test it in a PWA, same code and same file, it redirects to 404 page ("quasar dev --mode pwa")
if I inspect the code…
-
It doesn't work for Unicode characters such as "نوشتار فارسی".
How should I do?
-
I'm having some trouble using this library. I have an endpoint which gets called twice upon page load and I'm trying to use a lock to perform sensitive database operations safely.
I'm using this l…
-
Greetings,
I can't install the blog gem. Can anyone help?
Tried the line from the readme: `gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog.git', branch: 'master'`
Err…
-
### Expected behaviour
We should be able to run unit test using Angular CLI
### Actual behaviour
In debug browser, a test that passes according to the command line fails in the debug browser with…
-
Currently all the images, selected as attached in Images tab (for any model in admin panel) resets to their persisted in database state, if the record was not saved due to validation fail. I mean, the…