Martin Amm

Results 9 issues of Martin Amm

It seems that the fix https://github.com/Polymer/designer/commit/c4b86e255dbf40f156b85196943abfaa353b94d5 didn't really help. ![2015-05-16_1500](https://cloud.githubusercontent.com/assets/7462342/7667608/506048e8-fbdc-11e4-9ca4-938e8a2f57b1.png)

ready

It seems that https://github.com/PolymerElements/iron-image/commit/e7ef3ae5507cfa92aeb5567e84f5c8098e7058a5#diff-3005a2eaefe34d5d0afb8d08687f8aaeR394 has broken protocol relative url in src like "//img.youtube.com/vi/18OXnzrw1V1/maxresdefault.jpg" is e.g. resolved to "http://localhost//img.youtube.com/vi/18OXnzrw1V1/maxresdefault.jpg" expected: the value of a protocol relative src url should not be...

When an element which imports paper-styles.html is loaded with importHref then custom theme settings get destroyed. For example: I have a basic custom [theme](https://github.com/IntranetFactory/theme-import-issue/blob/master/my-theme.html) defining just the value for one...

p0 - critical

Do you have any plans to add support for: 1. read/write local files with https://developer.chrome.com/articles/file-handling/ 2. add a manifest to install editor as pwa with file_handlers and share_target

We currently use a TenantId in all our tables, so that data from multiple tenants can be stored in one database instance. Are there any plans to support Multitenancy in...

enhancement

I have the following `devcontainer.json` to run Playwright tests and to inspect the web browser with [devcontainer VNC Desktop Lite](https://github.com/devcontainers/features/blob/main/src/desktop-lite/NOTES.md): ```json { "name": "Playwright Testing", "image": "mcr.microsoft.com/playwright:jammy", "forwardPorts": [ 9323,...

wait for user

We used EFCoreSecondLevelCacheInterceptor on a single web server for months without problems. We wanted to scale out by adding more servers and one Redis Sentinel. We quickly recognized problems with...

We run PostHog in their EU domain - but it seems I cannot provide the domain name to be used when setting up PostHog. It's also not possible to target...

🔌 pieces

### Problem Description I use the following valid sample data ```JSON { "a": "a", "2": "b", "3-4": "cd" } ``` when I try to bind to a TextBox to "2"...

Bug
Area-Designer