Akash Kava

Results 30 issues of Akash Kava

It would be great if you can facility to scroll after the element is created, as shown below. ```javascript element.scrollIntoView({ behavior: "smooth", inline: "nearest" }) ``` As if the container...

Application Frameworks/Positron JS - [Positron-JS](https://github.com/Positron-JS/positron-web-view) An advanced Web View with native JavaScript Context to access .NET APIs from hybrid applications inspired from capacitor/Cordova

**To reproduce:** https://lesscss.org/less-preview/#eyJjb2RlIjoiI2xpYigpIHtcbiAgICAuY29sb3JzKCkge1xuICAgICAgQHByaW1hcnk6IGJsdWU7XG4gICAgICBAc2Vjb25kYXJ5OiBncmVlbjtcbiAgICB9XG4gICAgLnJ1bGVzKEBzaXplKSB7XG4gICAgICBib3JkZXI6IEBzaXplIHNvbGlkIHdoaXRlO1xuICAgIH1cbiAgfVxuICBcbiAgLmJveCB3aGVuICgjbGliLmNvbG9yc1tAcHJpbWFyeV0gPSBibHVlKSB7XG4gICAgd2lkdGg6IDEwMHB4O1xuICAgIGhlaWdodDogKCR3aWR0aCAvIDIpO1xuICB9XG4gIFxuICAuYmFyOmV4dGVuZCguYm94KSB7XG4gICAgQG1lZGlhIChtaW4td2lkdGg6IDYwMHB4KSB7XG4gICAgICB3aWR0aDogMjAwcHg7XG4gICAgICAjbGliLnJ1bGVzKDFweCk7XG4gICAgfVxuICB9IiwiYWN0aXZlVmVyc2lvbiI6IjQuMi4yIiwibWF0aCI6InBhcmVucy1kaXZpc2lvbiIsInN0cmljdFVuaXRzIjpmYWxzZX0= ```less .print(@list) { length-is { a: length(@list); } } .print({ @a: { overflow: hidden; } @b: { overflow: hidden; } }); ``` **Current behavior:** Output is: ```css...

bug

**Description/Screenshot** **Steps to Reproduce** - OS/Browser: iOS/Safari - First Open Settings in iPhone, Goto Safari, Goto Advance, set Block All Cookies to True (On). - Restart Safari by closing manually...

investigation required

- [ ] Remove `static JSContext.Current` reference from everywhere - [ ] Add `instance Arguments.Context` that can check if context exists, or get current statically accessible context - [ ]...

C# Code Generation Design Pros 1. Fast to implement 2. C# code optimizations 3. Easy to visualize code 4. Better debugging, we can use dotnet debugger directly. 5. We can...

### 🔍 Check for existing issues - [x] Completed ### How is Dozzle deployed? Standalone Deployment ### 📦 Dozzle version v8.14.9 ### ✅ Command used to run Dozzle agent ###...

invalid
unreproducible

**Version(s) affected**: 1.18.0 **Description** Whois for 66.44.53.7 fails with error Error: getaddrinfo ENOTFOUND rwhois.rcn.net:4321 **How to reproduce** ```javascript console.log(await whoiser.ip("66.44.53.7")); ``` **Possible Solution** Reason is Referral contains `rwhois` which contains...

bug

I have already created POC at https://github.com/web-atoms/scroll-timeline , which does not rely on parsing CSS style blocks, and thus it doesn't break if there are wrong styles anywhere.

I checked the demo https://flackr.github.io/scroll-timeline/demo/view-timeline/ on both Safari and Firefox on Windows and Mac, for both browsers, the script fails with following error. ``` Uncaught ReferenceError: ViewTimeline is not defined...