Suresh

Results 42 issues of Suresh

Generated the js-interop facade for [Google visualization api](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/google.visualization/index.d.ts) and is missing the imp factory constructors for google chart types. All it has is the [fakeConstructor$](https://github.com/sureshg/googlecharts.dart/blob/master/lib/googleviz.dart#L1917) instead one with `HTMLElement` ....

Dart facade genration failed for [service_worker_api](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/service_worker_api/index.d.ts) typescript definition file, especially supporting ES6 promises. ```dart dart_js_facade_gen service_worker_api.d.ts > service_worker_api.dart service_worker_api.d.ts:657:38: ',' expected. service_worker_api.d.ts:659:58: ']' expected. service_worker_api.d.ts:659:59: ')' expected. service_worker_api.d.ts:659:60: Property or...

Add linuxArm64 support for `bignum-serialization-kotlinx`. ``` :shared:linuxArm64Test: Could not resolve com.ionspin.kotlin:bignum-serialization-kotlinx:0.3.9. ```

Cloned the repo and ran `mvn clean package`. The build process failed with the following compilation error. ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/rewriter/ReWriteVisitor.java:[168,7] error: ReWriteVisitor...

After migrating to `main` from `master` the version string still shows the non-qualified branch name (which I changed to main). * Plugin version ```kotlin plugins { id("fr.brouillard.oss.gradle.jgitver") version "0.10.0-rc03" }...

Opening ZGC logs throws the following error ``` Caused by: java.lang.IllegalStateException: No match found at java.base/java.util.regex.Matcher.group(Matcher.java:644) at java.base/java.util.regex.Matcher.group(Matcher.java:603) at pl.ks.profiling.safepoint.analyzer.commons.shared.gc.parser.GCUnifiedLogFileParser.addSizesAndTime(GCUnifiedLogFileParser.java:166) at pl.ks.profiling.safepoint.analyzer.commons.shared.gc.parser.GCUnifiedLogFileParser$GcLineParser.apply(GCUnifiedLogFileParser.java:51) at pl.ks.profiling.safepoint.analyzer.commons.shared.gc.parser.GCUnifiedLogFileParser.useFirstAccepting(GCUnifiedLogFileParser.java:113) at pl.ks.profiling.safepoint.analyzer.commons.shared.gc.parser.GCUnifiedLogFileParser.parseLine(GCUnifiedLogFileParser.java:102) at pl.ks.profiling.safepoint.analyzer.commons.shared.StatsService.createAllStatsUnifiedLogger(StatsService.java:157) ... 8...

Right now for a multi module project, semver is getting printed for all modules ``` > Task :meta:printSemver semver for meta: v0.11.0.49+78d8ff2 > Task :web:printSemver semver for web: v0.11.0.49+78d8ff2 >...

enhancement
good first issue

As per the current documentation, compose-lint should work for non-android projects by adding the following dependency and android lint plugin. ``` Just add the dependency to the lintChecks configuration. Note...

help wanted

Flamegraphs are really popular for performance data analysis. So it would be nice to have support to create Flame graphs and icicle graphs.

enhancement
api
lets-plot

The connection reset error happened twice and it seems working ok. The main issue is, even though the download failed with connection reset, the step is marked as successful and...

bug