Yusuf Ozturk

Results 21 issues of Yusuf Ozturk

Hi, Chartjs 2.8 removes latest label which makes it harder to understand the chart. I can confirm that this behaviour started with version 2.8. I added two codepens for v2.7...

type: enhancement

Due to misuse of unsafe pointers, after a while go process crashes due to memory corruption. Here is the output when memory corruption happens: fatal error: unexpected signal during runtime...

This PR simply adds some additional nil checks to prevent panics in screenshot. Fixes #631 # Development guide [Link](https://github.com/go-rod/rod/blob/master/.github/CONTRIBUTING.md) ## Test on local before making the PR ```bash go run...

**Rod Version:** v0.107.2 ## What you got page.go:371 throws "invalid memory address or nil pointer deference" ![image](https://user-images.githubusercontent.com/928600/174905139-a38938ea-93ac-4257-9317-5d456609e6e0.png) I think "metrics" or "CSSContentSize" is nil. This happens in a customer environment,...

enhance

Hi, I was doing some tests and I would like to share my feedbacks: 1. First of all, tab is not working at all. But weirdly it was able to...

🐛 bug
🦾 enhancement
🔎 under review

Hi, When I read a file, I see duplicate file events (even seq numbers are different, events are the same): ``` Seq: 1350561 Pid: 8632 Tid: 19508 Type: ReadFile CPU:...

type: enhancement
scope: kevents

First, please check the codepen: https://codepen.io/yusufozturk/pen/oQbvzj When you try to move one of the rule, ghost position is not right on the modal. ![image](https://user-images.githubusercontent.com/928600/48133730-dd4d1680-e2a8-11e8-8b84-e4c756a98fa3.png) It's because x and y positions...

bug

First of all, thank you for this library. We would like to get client statistics with query results like: "statistics": { "elapsed": 0.000256913, "rows_read": 0, "bytes_read": 0 } so we...

In the following code: https://github.com/StackExchange/Dapper/blob/master/Dapper.Contrib/SqlMapperExtensions.cs#L117 There is a string.equals operation to find "id" in the all properties which fails in Turkey test. So operations are getting failed in all Turkish...

Hi, Thank you for this project. I believe some API changes can increase the performance and resource usage. For example, a log file must contain same date layout. Instead of...