Justin Bradford

Results 11 comments of Justin Bradford

And to clarify, I'm happy to add that feature. Just looking for feedback on how everyone would like it work.

I created a seed node, then was creating 100 new nodes in a loop referencing the single seed. The resulting network just had 9 or 10 connected nodes (all with...

Lack of editorconfig support is now the only blocker for me to start using this as my default editor. I work with too many shared repos to "just" set up...

Is this still an issue? If so, what is everyone's thoughts on adding a new platform for this? `LinuxUnknown`? And it assumes i686 support along with a warning message?

Perhaps a new `UnknownLinux` platform that prints a `warn` and then installs the 32bit version?

To clarify the code example above: ``` brab start ; works like the following line sub PC, 2+.+start braf end ; broken -- generates a ADD PC, 0 (next word...

I was directed to this issue from [my discussion post](https://github.com/kuzudb/kuzu/discussions/5746) about support for graph similarity functions. Jaccard, overlap, cosine, etc: https://neo4j.com/docs/graph-data-science/current/algorithms/similarity-functions/ I used Claude Code to help make a basic...

In case it's useful, I remembered specifically what happened for my case: I wanted to move a file (`foo.txt`) to a subdirectory (`bar`) and typed: ``` mv fb ``` Expecting...

I haven't used this, but https://github.com/eduardolat/pgbackweb looks interesting. Scheduled local and S3 backups, encryption, restore, webhooks, and a web UI.

I was looking at implementing this, but it's not entirely clear to me what `secrets` do over `configs` in practice. The only things I see are: 1. defaults to `/run/secrets/{name}`...