František Žiačik

Results 9 issues of František Žiačik

In PegDown 1.6.0 This `pegDownProcessor.markdownToHtml("someemail@gmail\\.com");` does not remove the escaping \, the result is > [someemail@gmail\.com](someemail@gmail\.com) This `some\[email protected]` is rendered as > some.[[email protected]](url) It works OK for non-link text: `pegDownProcessor.markdownToHtml("someemailgmail\\.com");`...

Hi. Added support for simple stash save and stash pop (feature request #20 ).

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description webpack-dev-server has this schema for `hot`: ```json { "anyOf": [ { "type": "boolean", "cli": { "negatedDescription":...

type: feature
scope: react

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

## Version nx: 11.4.0 ## Steps 1. `npx create-nx-workspace@latest` (name "kvak", empty) 2. `cd kvak && npm i @nstudio/xplat -D` 3. `nx g app mobile` (nativescript, defaults) 4. `nx lint...

in progress

**Describe the bug** Having a div and inside it a button. With a joyride step set on the div when the tour starts, it scrolls down to the bottom of...

Hi. This is an upgrade to latest Angular 10. Some changes had to be done besides automatic migrations: 1. Removed `HttpModule` import which was deprecated. 2. Updated `graph` component template...

Since the original issue #8942 got closed, I've got some new info and I don't think my comment will be noticed there, I'm filing a new issue. Apologies if this...

type: bug
scope: react
stale

In TDD we are supposed to run each test in isolation. Meaning, in each test i want to create new client, prepare my data, tear down. But this library has...