Blake LaFleur

Results 16 comments of Blake LaFleur

It's just a base64 encoded SHA1 hash of the body content. Here is a method that Hector used. https://github.com/hborras/twitter-php-ads-sdk/blob/master/src/Request.php#L58-L64 However I cant guarantee its success since I havent tested his...

@pshirshov These are my window rules which fix a bunch of issues I've come across. These focus issues are related to xwayland applications running under wl-roots as the same problems...

The biggest issue I have now is that the autocomplete popup rendering has been broken since 0.30 in hyprland. The key to the focus issues with the editor is the...

> > Currently I'm using the following rules which make the editor barely usable: > > ``` > > ... > > windowrulev2 = noinitialfocus,class:^(jetbrains-.*),title:^(win.*) > > ``` > >...

> OP doesn't seem to still use hyprland, has this been fixed? Use the latest jbr21 with the WLToolkit flag enabled in the IDE.

This is how I do it: ```csharp public MyBackgroundService : BackgroundService { private readonly IServiceScopeFactory _scopeFactory; public MyBackgroundService(IServiceScopeFactory scopeFactory) { _scopeFactory = scopeFactory; } public Task ExecuteAsync(...) { using var...