BigBerny
BigBerny
Update ionic-tooltips to 2.2.0 or 3.1.0. Or import `TooltipsModule` instead of `TooltipsModule.forRoot()`
Having a persistant database on JS would be a lifesaver! Hope you can add it.
Same here. Any solution?
@astanin Please merge, it holds other packages back from supporting latest Python version 🙏
Great. I just saw it's related to https://github.com/dimazest/google-ngram-downloader/issues/9.
Same here. It would be great if this could be fixed. Is there a way to modify "resizeOnFullScreen" while running the app? I need this feature only in one place...
That's a pity. Any news from the Ionic team? I already spent way too much time on this...
I tried @Alex0x47 solution but I get the following errors: ``` npm WARN @ionic-native/[email protected] requires a peer of rxjs@^6.3.0 but none is installed. You must install peer dependencies yourself. npm...
Hi @seratch No, not wait. But to close \``` so the formatting already looks right. So instead of adding "... ✍️" it would add "```... ✍️" at the end of...
```python def close_open_tags(slack_msg): # Slack formatting tags tags = { '*': 'bold', '_': 'italic', '~': 'strikethrough', '```': 'codeblock' } # Stack to keep track of open tags stack = []...