Irvin Zhan
Irvin Zhan
might be clearer to make the users have different usernames :)
## Feature request ### Overview A tree view that helps with hierarchical items, e.g. folders within files. Here are the W3 specs: https://www.w3.org/WAI/ARIA/apg/patterns/treeview/ ### Examples in other libraries A few...
Allows for node order constraints like: ```js dagre.layout(g, {constraints: [{left: "node-B", right: "node-A"}]}) ``` Addresses: https://github.com/dagrejs/dagre/issues/112, https://github.com/dagrejs/dagre/issues/201, https://github.com/dagrejs/dagre/issues/251, among others Related PRs: https://github.com/dagrejs/dagre/pull/263, https://github.com/dagrejs/dagre/pull/252 ## Usage ```ts interface Constraint {...
I am currently running Stream-Framework with production data, and recently ran into an issue with how stream-framework serialize Aggregated Activities. In aggregated_activity_serializer.py, we have the line check_reserved(serialized, [';', ';;']) that...
Thanks again for creating an awesome framework. Really loving it so far. I wanted to bring attention to a bug I (and other users...see #57) encountered with Redis and `extra_context`,...
To reproduce: - create a few activities all within one second of each other. create a NotificationFeed for all of these activities. - for each activity, add them to a...
Pane classNames support was added in https://github.com/tomkp/react-split-pane/pull/226 – updating the typescript to match
I had a few issues when setting up dnscat2 on my Mac OS X (v 10.10.2) — here were the issues and how I solved it. **Client** - running `make`...
Hello! First off, thank you for creating a kickass project :) I am currently using rangy to analyze sentences (such as grammar, etc) within contenteditables and highlighting the text. Here...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...