Engin Semih Basmacı

Results 6 issues of Engin Semih Basmacı

### Problem Statement Hi, I think both on the JS SDK side and Sentry side things like [AggregateError](https://deliveryhero.slack.com/archives/C03BR5NRT0R/p1658838016525499) needs to be handled a bit more specifically in a built-in way....

Misc: Help Wanted
Type: Improvement
Status: Backlog

Hello. I've noticed that specifying multiple `--cache-to` values in a `docker buildx build` command is not supported directly. Found this comment: https://github.com/moby/buildkit/blob/master/control/control.go#L283 and this convo https://github.com/moby/buildkit/pull/615#discussion_r244895119. Is this still `fairly...

kind/enhancement
help wanted

As far as I know iOS apps can inject code to be executed via `WKUserScript` as an alternative to `evaluateJavascript` and InAppBrowser.com cannot detect that since the injected code might...

### Feature request description Hi, We have a frontend application where we have “federated” microfrontends: essentially each microfrontend is managed by a different squad and can release new versions independent...

enhancement
source-code-integration

### Discussed in https://github.com/formatjs/formatjs/discussions/4188 Originally posted by **mortargrind** September 8, 2023 Hi! Currently you have to load the polyfill first and then the respective locale data for that polyfill. Which...

JavaScript has `AggregateError` ([see](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError)); which is a type of an error that can hold many different sibling errors at the same time. It's similar to `Error.cause` property but Aggregated error...

enhancement
product