devgioele

Results 17 comments of devgioele
trafficstars

Same issue here. Can't get past it

I happen to have the same issue, for the exact reason that I am using a random suffix for the project ID, as @morgante explained. To make this refactor happen...

I reinstalled Friture and if I now run `pip install pa-ringbuffer`, it says `Requirement already satisfied`. I get a different error this time. ``` 2022-10-11, 07:20:43 (Friture 0.49) Traceback (most...

I had the same issue with JetBrain's WebStorm IDE. It's simply because the IDE is not smart enough to figure it out. You can disable the inspection for that method...

A simple method could be to look for consecutive special characters, i.e. characters that are not used to write a comment and are not alphanumeric. E.g. do not format the...

It looks like using `--verbose` does not make `core.isDebug()` evalute to `true`. Am I missing something? How are we supposed to enable debugging as if `ACTIONS_STEP_DEBUG` was `true`?

Does the architecture of act fundamentally prevent this or could I make a PR that implements it?

Also the orientation is the same for the tooltip. When using a vertical bar, tooltips show vertically on the bar itself. More customization of the tooltip is necessary

This would be very much appreciated to extend the support beyond vscode. Tell me if there is anything I can do to help