Tomas Rimkus

Results 204 comments of Tomas Rimkus

Proposed simple solution which works: ```php public function searchAsync(string $customerId, string $query, array $optionalArgs = []): PromiseInterface { $request = new SearchGoogleAdsRequest(); $requestParamHeaders = []; $request->setCustomerId($customerId); $request->setQuery($query); $requestParamHeaders['customer_id'] = $customerId;...

It seems support for linear gradients has been started but never finished: https://github.com/PhenX/php-svg-lib/commit/e30f8e908ac671dbc2b6342cc60e60a8cc924621#diff-d83428fe61b42139215c67dc33db505a

Honestly, I am not sure if the "simple" fix is the correct fix. Is it intended behavior to only support fonts listed in the "$map" array? Shouldn't it be possible...

@danjoa any plans to merge this? What's missing before it can be merged?

@handhikadj Try the following CSS fix: ```css /* Fix for perfect scrollbar appearing on left instead of normal right position */ .ps__rail-y { right: 0 !important; left: unset !important; }...

Still an issue. Any plans to fix it? @eriwen @nschonni @tomasz-oponowicz @XhmikosR @zachleat `grid-template-columns: repeat(3, minmax(300px, 1.0fr));`

@karolkolodziej Ivy "partial" compilation should work with both Angular v12 and v13. The issue is with all older versions of Angular. You should update [General Prerequisites](https://github.com/highcharts/highcharts-angular#general-prerequisites) section of the README.

> We removed margins intentionally according to the template design. Well, then you have inconsistent template design, because you have big margins and a lot of padding on the home...

@nightskylark Cool. Why don't you do that in your template? It looks much better. BTW, what's with the double border between bottom paging toolbar and the grid body? Is that...