Luciano Cheng

Results 9 issues of Luciano Cheng

When a sticker / text has alpha, make them click-through as an option. Related to this closed PR: https://github.com/burhanrashid52/PhotoEditor/pull/58

We have a custom menu bar for managing stickers. We'd rather not show the "Close" symbol on the sticker. This would add the ability to disable it using the builder....

Is there any way to add an issue to an Epic? Looks like there's epic support in the Jira Python interface.

Hi, would love if this supported OAUTH tokens (rather than naked username/passwords). Interested in possibly contributing myself.

I'm seeing an issue when SESSION_SAVE_EVERY_REQUEST isn't set to True. The actual crash point is [here in handler.py](https://github.com/carlio/django-flows/blob/master/flows/handler.py#L135) but the error happens in binder [here](https://github.com/carlio/django-flows/blob/master/flows/binder.py#L7). More details can be found...

Hi, is there any way to pass a password-protected private key to Aggcat? The Intuit Developer Security Review for the IPP (Intuit Platform Partner) data requires that the Private Key...

Hey, We often have issues with our firewalls / servers that cause ereviewboard to pass XML / HTML style errors when a request fails on a 500. Line 117 of...

If a user has his server at http://reviewboard.mycompany.com and that issues a 302 redirect to https://reviewboard.mycompany.com, this redirect returns a "Invalid JSON error" and shows a 302 HTML page rather...

improvement

Just a heads up that in `DynamicGraphTemporalSignal` and other iterators, `edge_weights` maps directly onto `edge_attr` into `torch_geometric.data.Data`. Specifically, in `dynamic_graph_temporal_signal.py`, a `Data` object is passed back as a snapshot, where...