Shravan Rajinikanth

Results 12 issues of Shravan Rajinikanth

I have a large codebase project synced via Seafile with 1M+ files. It so happens that in one part of this codebase, we store persistent data in a DB called...

This library currently supports passing in parameters in `conversion.Start()` which are postfixed to the conversion command. I would like pin the conversion to a specific core using taskset. To do...

[Tooltips demos](http://plottablejs.org/tutorials/tooltips/) on the Plottable website don't work. Maybe they haven't been updated?

This issue can be tagged as a `question`. Following my issues with failed userinfo requests (from #46), I decided to add a handler for `OnTicketReceived` and make the userinfo request...

enhancement

The [KeyValues wiki](https://developer.valvesoftware.com/wiki/KeyValues) states that statements like `"#base" "panelBase.res"` may be present in VDF files. Automatically executing import statements is out of scope for this library, but we should support...

type-enhancement
priority-low

So re-serializing a deserialized unquoted token should result in an unquoted token. There should be some API to create unquoted tokens artificially, but the default can remain quoted. EDIT: Supporting...

type-enhancement
priority-low

The `VerifyCookies` function [here](https://github.com/Jessecar96/SteamBot/blob/master/SteamTrade/SteamWeb.cs#L417) does not appear to be functional and always returns `True`. I tried recreating this function with an empty session and it returned `True` anyway (Should return...

### Describe the feature I couldn't find documentation in the README about this. Does the library support a way to deserialize objects without knowing what type they are? I'm trying...

enhancement

### Version 1.41.2 ### Steps to reproduce Run this code: ``` string url = "https://chromewebstore.google.com/"; using var playwright = await Playwright.CreateAsync(); BrowserTypeLaunchOptions browserOptions = new BrowserTypeLaunchOptions() { Channel = "chrome",...

browser-chromium
upstream

Is there a way to mention other contacts when writing a Note for a given contact? Ideally, I'd like the note to show up in the other contact's timeline as...

enhancement