Josh

Results 121 comments of Josh

Adding a link to a plugin that pulls data from MP3s: https://github.com/notryanb/nu_plugin_id3

Quick note: In https://github.com/neo4jrb/neo4j/issues/949, it's mentioned that the environment variable of choice is `NEO4J_URL` (which is the entire URL, including username/pass)

Something like this might be helpful as well (ignore the rough design) ![simpleanalytics com suggestion](https://user-images.githubusercontent.com/1937155/75168128-c4b27b00-56fc-11ea-94d7-95ea3607297c.png)

I'd like to suggest having a single value in place of the ping time. Personally I'd love JSON parsing but would be good with regex. On the UI it would...

This is by design: https://github.com/Significant-Gravitas/Auto-GPT/blob/ea080500494ccfeb1ea3503cb476d81857ebf83d/autogpt/commands/execute_code.py#L17-L19 I feel like the intention was to create more tooling around managing dependencies but it's just not there. I can understand the choice as it...

How about two approaches in tandem: 1. Ask a variation of “are you sure” before saving the code. This has been shown to significantly increase code quality for very little...

My first instinct is to say that this is due to the browsers now de-prioritizing tabs that are not in the foreground. With the rise of webpage complexity and user...

Apologies since this is an easy check, but I’m not near my computer and will forget by then: macOS has some built-in functionality around this ( https://support.apple.com/en-ca/guide/mac-help/mchlp2864/12.0/mac/12.0 for example )....

Problem is Macs have way too many places for these kinds of things. The Keyboard Shortcuts preference panel is a fairly recent invention designed to unify all the keyboard shortcuts...

One technique I currently use for deduplication bit-for-bit files is hardlinking on-drive. It works excellently for large datasets as long as you architect it with that in mind. To take...