d-adamkiewicz
d-adamkiewicz
Dirty way, im struggling to write it better, any ideas?: ```js // file: moment-timezone.test.js const moment = require("moment-timezone"); let zone = process.argv[2] || "Europe/Warsaw"; let n = new Date(moment().tz(zone)._d).getTime(); console.log(n,...
### Describe the problem Hi, I'm curious if it's possible. After successful redirect to say `/admin` page where there is a menu of linked subpages and click on each link...
```diff - void _handlePubEventButton() { + void _handlePubEventButton(String filterValue) { - filterValue: 'a', + filterValue: filterValue, - createHeader: (e) => TextButton( - onPressed: _handlePubEventButton, - child: const Text('put event'), -...
Two languages supported at the moment: English and Polish
How to preserve newlines in Markdown text parsed by MDsveX? By default many of newlines are reduced to the one.