denis
denis
As appeared, my Comfy portable has no LoraLoaderModelOnly method, but it has LoraLoader. So need to edit gligen-gui/static/script.js, changing LoraLoaderModelOnly to LoraLoader. It works.
pay attention to quotes, for me it works only with double quotes: `... "gligen_gui:create_app(8188)" ...`
I checked both. Both don't support setDimensions. For example, OSMBonusPack: https://github.com/MKergall/osmbonuspack/blob/master/OSMBonusPack/src/main/java/org/osmdroid/bonuspack/overlays/GroundOverlay.java supports only setPositionFromBounds() and no dimensions. Should I import some another version of OSMBonusPack?
Would you be so kind to point me to the closest **previous version** of OSMBonusPack, where I could find old-school setDimensions? :-)
plus one to **imadeit** 
two mistakes: I got ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Encountered metric with name "tailingOffset", but value was not specified in...
well, it is almost correct, but need to code a bit more follow this and it will work https://stackoverflow.com/a/36931047/2233069
I've tried a lot of suggestions from SO, and concluded what only delegate to VC will work. So in SideMenuTableView.swift I do: `self.delegate?.delegate?.sendMail!()` where 1st delegate is ENSideMenu itself, next...
got it. Would you plan to add some kind of validation to Object sending? as in appropriate Java library (they say)
I am not so familiar with this java realization, but apparently this is here https://github.com/spring-projects-experimental/spring-pulsar/blob/488c5d2e64294009453611d83884321fe228b834/spring-pulsar/src/main/java/org/springframework/pulsar/core/DefaultSchemaResolver.java#L159