openbullet

Results 279 comments of openbullet

Thank you for opening this issue, I will fix this. @MajedurFahim your answer does not really help with the exact problem that is described here, but thanks for helping anyways.

Are you sure it's not 0-indexed? Tab index 0 should be the first tab, then index 1 should be the second one and so on. Can you check?

After some debugging, I found [this issue](https://github.com/hardkoded/puppeteer-sharp/issues/1587) on the PuppeteerSharp repository, which suggests a workaround. I added some additional logging to the RuriLib block after implementing the workaround and it...

You could try using something like this https://github.com/Carcraftz/TLS-Fingerprint-API and make the request directly to this local "proxy", which will make the request for you and return the valid cookies. You...

It's only possible because Windows uses SChannel as default TLS provider for the `TcpClient` that I use in the library. I would need to add BouncyCastle as TLS provider or...

Hi, sorry I don't really have time to code as of late because of my job.

I will definitely check this out, thanks. Does the CSS change you mentioned have any side effects (e.g. regarding the layout) or can it be implemented directly for everyone in...

Closing this as the new web client is completely remade from scratch and shouldn't have this issue

Hello, did you use the `build` or the `publish` command? Being an ASP.NET core app you need to use `dotnet publish`, otherwise it will not include the resources such css...