Carl Ambroselli

Results 9 issues of Carl Ambroselli

I had to setup the go build steps to test out https://github.com/mautrix/imessage/pull/44, so adding them to the repo for the next person to debug.

The bower.json file references the following files: ``` "main": [ "dist/a1atscript.js", "dist/a1atscript/annotations.js", "dist/a1atscript/DirectiveObject.js", "dist/a1atscript/Injector.js", "dist/a1atscript/injectorTypes.js", "dist/a1atscript/ToAnnotation.js", "dist/a1atscript/Router.js", "dist/a1atscript/bootstrap.js", "dist/a1atscript/AnnotationFinder.js", "dist/a1atscript/ng2Directives/Component.js", "dist/a1atscript/ng2Directives/ComponentInjector.js", "dist/a1atscript/ng2Directives/Ng2Directive.js", "dist/a1atscript/ng2Directives/Ng2DirectiveDefinitionObject.js", "dist/a1atscript/ng2Directives/SelectorMatcher.js", "dist/a1atscript/ng2Directives/BindBuilder.js", "dist/a1atscript/ng2Directives/EventsBuilder.js", "dist/a1atscript/ng2Directives/PropertiesBuilder.js", "dist/a1atscript/router/ComponentMapper.js", "dist/a1atscript/router/RouteConfig.js", "dist/a1atscript/router/RouteInitializer.js",...

When Facebook throws RateLimiting errors, it's common for the bridge to create the room, but no messages in it. If users then use `refresh` in the bridge room or restarts...

This let's you use the merge plugin by adding `merge-view` to the directive. Example: ``` ``` - ``` $scope.options = { orig: 'StringToCompareWith', lineNumbers: true, highlightDifferences: true, connect: true, collapseIdentical:...

For large image files (i.e. mine are >3000px per dimension), the fullscreen view can sometimes only load a part of the image and then cut it off on mobile Safari....

help wanted

### Steps to reproduce When having bridged rooms (i.e. WhatsApp rooms) where the bridge bot sends `m.read` receipts to messages, these read avatar icons are only shown on Element iOS...

T-Defect
A-Message
S-Minor
O-Occasional

### Describe the bug I'm trying to get this to run, but it fails to start. **Key differences from readme:** - Monorepo setup (hence my node_modules are one folder up)...

bug

### 📑 I have found these related issues/pull requests Searched iOS / iPhone / Top / Dynamic Island, but haven’t found anyone reporting it yet. ### 🛡️ Security Policy -...

bug

Before this commit, you had to install tools like `go` and `dep` locally, build it and then copy it into docker. After this commit, there is a separate docker build...