Dennis Kats

Results 6 issues of Dennis Kats

The `cgraph` package does not currently expose a `Graph` method for retrieving named edges without automatically creating one. So this PR simply adds a new method `Edge(name string, start *Node,...

reviewed

This is my first time going through this proposal, and as I was looking at the following example, I couldn't help but feel like I was in _callback hell_ again:...

React version: 18.2.0 This may be verging into undefined behavior, but there seems to be a slight discrepancy when it comes to applying ill-formed CSS styles to a React element....

Status: Unconfirmed

Safari and Microsoft Edge both have a Reader Mode (named [Reader View](https://support.apple.com/guide/safari/hide-ads-when-reading-sfri32632/mac) and [Immersive Reader](https://support.microsoft.com/en-gb/topic/use-immersive-reader-in-microsoft-edge-72ac6331-2795-42eb-b3e8-c03503231f32), respectively), which aim to remove ads and other distractions when viewing web articles. These modes...

mediaqueries-5

Server functions will falsely report an error in development when called with a MobX observable, but the value is (usually) correctly serialized. As far as I can tell, this is...

🐛 bug

Replaces the truthy check in `InMemoryCache.get()` with a null check, so that zero `ttl` values don't persist indefinitely. This fixes the issue locally, but it is present in Vercel as...