Aviad Pineles

Results 22 issues of Aviad Pineles

When creating a places API request, you can specify a `types` parameter which can be one of the supported place types (or a subset thereof for each particular API call)....

Blockquotes are not rendered, the `>` sign is visible and no solid grey line appears. It is also broken in the demo: http://demo.showdownjs.com/#!#blockquotes:~:text=for%20more%20info-,Blockquotes,-You%20can%20indicate ![image](https://user-images.githubusercontent.com/1235688/179456679-ea5de2ae-9480-4ae5-8bc6-bdff63f7792b.png)

Branch stateless-services contains invalid imports of angularfire2 modules. Running npm start yields the following errors: ERROR in src/app/course-detail/course-detail.component.ts(2,9): error TS2305: Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'. src/app/home/home.component.ts(2,9): error TS2305:...

**Describe the bug/issue** Occasionally redis crashes with an `Out of memory` message, the memory allocation size it says it failed to allocate is unreasonably high, and seems like a bug....

This PR converts `jemalloc` into a submodule which prevents code copying and enables rebasing on `jemalloc/jemalloc` and being able to benefit from bug fixes on that repo. This PR is...

This is a simple port to .net standard 2.0

In Heroes of the Storm on March 2019 "Storm League" mode was created, prior to that it had 2 ranked modes called "Hero League" and "Team League". How should I...

Contains two fixes: 1. Change the default value of the `parseImgDimensions` option to `true` (also in documentation) 2. Properly reject image dimensions when the option is set to `false` Closes...

# Problem Description The default behavior of markdown to html is to parse image dimensions despite `options.parseImgDimensions` being `false`, i.e. with the default options, the following markdown is valid, and...

## Proposed changes (including videos or screenshots) Properly convert the following: 1. `[Title 1] foo [TItle 2](http://bar.com)` to html `[Title 1] foo Title 2` 2. `[Foo [Bar _emph_ Baz] Waz](http://bar.com)`...