Hendrik Luehrsen

Results 16 comments of Hendrik Luehrsen

See https://github.com/SamKirkland/FTP-Deploy-Action/issues/145

I also have this problem on LTS.

Found a solution: 1) Change the Annotations to Attributes in the generated "RefreshToken.php" 2) Make sure that doctrine ORM is configured to use Attributes (see https://stackoverflow.com/a/70698782)

I have spent some time debugging this. This is what I've found so far: --- https://github.com/DeviaVir/zenbot/blob/6e855d06099962f90fabfbf1193385e43de307f9/extensions/exchanges/bitfinex/exchange.js#L165 The if-statement above is never false, therefore the `ws.open()` is never called. `ws_connecting` is...

I fixed this issue by implementing an new option in https://github.com/luehrsenheinrich/jquery.typer.js

It can certainly be done. This stems just from our taste to separate build/repo files from actual plugin files. If we want to use existing setups we usually do a...

Can I help with this? I am running into this issue with complex scenes.

> An "Input" block. This block will only be visible/available when the parent block is a form block. In its most basic and initial implementation, it should have 2 attributes:...

A thought that just came to mind: Maybe we can turn the action-dependency on its head. Not the filter chooses its form, the form chooses its filter. Imagine some sort...

> I wonder if the [CSS layers](https://css.oddbird.net/layers/explainer/) specification could be useful here: Introducing layers would really simplify the specificity wars going on in the editor at the moment. But this...